#36BA8B

Color #36BA8B Jungle Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jungle Green #36BA8B

Tints of Jungle Green #36BA8B

Color information

#36BA8B (or 0x36BA8B) is unknown color: approx Jungle Green. HEX triplet: 36, BA and 8B. RGB value is (54,186,139). Sum of RGB (Red+Green+Blue) = 54+186+139=379 (50% of max value = 765). Red value is 54 (21.48% from 255 or 14.25% from 379); Green value is 186 (73.05% from 255 or 49.08% from 379); Blue value is 139 (54.69% from 255 or 36.68% from 379); Max value from RGB is 186 - color contains mainly: green. Hex color #36BA8B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #36BA8B is #C94574. Grayscale: #8D8D8D. Windows color (decimal): -13190517 or 9157174. OLE color: 9157174.

HSL color Cylindrical-coordinate representation of color #36BA8B: hue angle of 158.64º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #36BA8B is Cyan = 0.71, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.27.

Color convert

RGB54186139-
CMYK0.7100.250.27
HSL158.64º55%47.06%-
HSV(B)158.64º70.97%72.94%-
XYZ23.7437.7730.46-
YUV141.17126.7765.82-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 54 (21.48% from 255) = 14.25%
GREEN value IS 186 (73.05% from 255) = 49.08%
BLUE value IS 139 (54.69% from 255) = 36.68%
R=14.25%
G=49.08%
B=36.68%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal541861390.7100.250.27158.645547.06
Hex36BA8B470191B9f372f
Octal66272213107031332376757
Binary110110101110101000101110001110110011101110011111110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36BA8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36BA8B; }

 p { color: rgb(54,186,139); }

 H1.HeaderClassName
 {
   color: #36BA8B;
 }
 .AnyTagClassName
 {
   color: #36BA8B;
 }
</style>
background-color css

<style>
 a { background-color: #36BA8B; }

 a { background-color: rgb(54,186,139); }

 div.DivClassName
 {
   background-color: #36BA8B;
 }
 .BgClassName
 {
   background-color: #36BA8B;
 }
</style>
border-color css

<style>
 span { border-color: #36BA8B; }

 span { border-color: rgb(54,186,139); }

 td.TdClassName
 {
   border-color: #36BA8B;
 }
 .TagClassName
 {
   border-color: #36BA8B;
 }
</style>