COLOR #365E02

HEX: #365E02 RGB: (54,94,2)

Color info

#365E02 contains mainly red and green colors. Web safe color of #365E02 is #336600 (or #360).

RGB color model

#365E02 color RGB value is (54,94,2).

RGB: (54,94,2) (21%, 37%, 1%)

RGB channels and saturation

R 54 of 255 = 21%
G 94 of 255 = 37%
B 2 of 255 = 1%

54
94
2

R + G + B ~ 20%. #365E02 is dark color.

Portions of RGB colors in percentages

R + G + B = 54 + 94 + 2 = 150 (100%)
R 54 of 150 ~ 36%
G 94 of 150 ~ 62.67%
B 2 of 150 ~ 1.33'%

%36
%62.67

CMYK color model

#365E02 color CMYK value is (43,0,98,63).

  • cyan value is 42.55%
  • magenta value is 0.00%
  • yellow value is 97.87%
  • key color value is 63.14%

CMYK: (43,0,98,63)
C43M0Y98K63 (43%, 0%, 98%, 63%)
(0.43 / 0.00 / 0.98 / 0.63)

CMYK percentages

%42.55
%0
%97.87
%63.14

Codes

Color #365E02 in popluar color models

36 5E 02
RGB 54 94 2
HSL 86° 95.83% 18.82%
HSB/HSV 86° 97.87% 36.86%
CMYK 42.55% 0.00% 97.87%
63.14%

Color #365E02 in popluar number systems.

HEX 36 5E 02
Decimal 54 94 2
Binary 110110 1011110 10
Octal 66 136 2

Shades and tints

Shades of #365E02

#365E02
(54,94,2)
#325602
(50,86,2)
#2E4E02
(46,78,2)
#2A4602
(42,70,2)
#263E02
(38,62,2)
#223602
(34,54,2)
#1E2E02
(30,46,2)
#1A2602
(26,38,2)
#161E02
(22,30,2)
#121602
(18,22,2)
#0E0E02
(14,14,2)
#000000
(0,0,0)

Tints of #365E02

#365E02
(54,94,2)
#486C19
(72,108,25)
#5A7A30
(90,122,48)
#6C8847
(108,136,71)
#7E965E
(126,150,94)
#90A475
(144,164,117)
#A2B28C
(162,178,140)
#B4C0A3
(180,192,163)
#C6CEBA
(198,206,186)
#D8DCD1
(216,220,209)
#EAEAE8
(234,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #365E02 color. Also use rgb(54,94,2) instead hex code.

Text Font Color

.myTextColor { color: #365E02; }

<p style="color:#365E02">This sample text font color is #365E02.</p>

This text font color is #365E02.

Background Color

.myBgColor { background-color: #365E02; }

<div style="background-color:#365E02">Inner text</div>

This div background color is #365E02.

Border color

.myBorderColor { border: 1px solid #365E02; }

<div style="border:3px solid #365E02">Div</div>

This div border color is #365E02.

Opacity

.myOpacity80 { color: #365E02; opacity: 0.8; }

<p style="color:#365E02;opacity:0.8;">80%</p>

Text with #365E02 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #365E02;}

<p style="text-shadow: 3px 3px 1px #365E02">Text here.</p>

This text has shadow with #365E02 color.


.textShadow {text-shadow: 3px 3px 1px #365E02', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #365E02, 5px 5px 20px red">Text here.</p>

This text has shadow with #365E02 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#365E02, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#365E02, Direction=45, Strength=4)">Text</p>

This text has shadow with #365E02 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #365E02;
-webkit-box-shadow: 1px 1px 3px 2px #365E02;
box-shadow: 1px 1px 3px 2px #365E02;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #365E02; -webkit-box-shadow: 1px 1px 3px 2px #365E02; box-shadow:1px 1px 3px 2px #365E02;">
Div content here
</div>

This div box has shadow with color #365E02.

Preview

Color preview on black background

This text has color #365E02 on black background.


Color preview on white background

This text has color #365E02 on white background.


Black color preview on #365E02 background

This text has black color on #365E02 background.


White color preview on #365E02 background

This text has white color on #365E02 background.


Related colors

Complementary color

Complementary color for #hex is #C9A1FD.


I love getcolorcode.com

Triadic colors

1 #02365E and #5E0236 with #365E02 are triadic colors.

2 #025E36 and #5E3602 with #365E02 are triadic colors.