#36B482

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

Shades of Jungle Green #36B482

Tints of Jungle Green #36B482

Color information

#36B482 (or 0x36B482) is unknown color: approx Jungle Green. HEX triplet: 36, B4 and 82. RGB value is (54,180,130). Sum of RGB (Red+Green+Blue) = 54+180+130=364 (48% of max value = 765). Red value is 54 (21.48% from 255 or 14.84% from 364); Green value is 180 (70.70% from 255 or 49.45% from 364); Blue value is 130 (51.17% from 255 or 35.71% from 364); Max value from RGB is 180 - color contains mainly: green. Hex color #36B482 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #36B482 is #C94B7D. Grayscale: #888888. Windows color (decimal): -13192062 or 8565814. OLE color: 8565814.

HSL color Cylindrical-coordinate representation of color #36B482: hue angle of 156.19º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #36B482 is Cyan = 0.7, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.29.

Color convert

RGB54180130-
CMYK0.700.280.29
HSL156.19º53.85%45.88%-
HSV(B)156.19º70%70.59%-
XYZ21.8735.0426.73-
YUV136.63124.2669.07-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 14.84%
GREEN value IS 180 (70.70% from 255) = 49.45%
BLUE value IS 130 (51.17% from 255) = 35.71%
R=14.84%
G=49.45%
B=35.71%

CMYK

C (Cyan) values IS 0.7
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal541801300.700.280.29156.1953.8545.88
Hex36B4824601C1D9c362e
Octal66264202106034352346656
Binary110110101101001000001010001100111001110110011100110110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36B482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,180,130); }

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

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

 a { background-color: rgb(54,180,130); }

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

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

 span { border-color: rgb(54,180,130); }

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