#36B286

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

Shades of Jungle Green #36B286

Tints of Jungle Green #36B286

Color information

#36B286 (or 0x36B286) is unknown color: approx Jungle Green. HEX triplet: 36, B2 and 86. RGB value is (54,178,134). Sum of RGB (Red+Green+Blue) = 54+178+134=366 (48% of max value = 765). Red value is 54 (21.48% from 255 or 14.75% from 366); Green value is 178 (69.92% from 255 or 48.63% from 366); Blue value is 134 (52.73% from 255 or 36.61% from 366); Max value from RGB is 178 - color contains mainly: green. Hex color #36B286 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #36B286 is #C94D79. Grayscale: #878787. Windows color (decimal): -13192570 or 8827446. OLE color: 8827446.

HSL color Cylindrical-coordinate representation of color #36B286: hue angle of 158.71º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #36B286 is Cyan = 0.70, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.30.

Color convert

RGB54178134-
CMYK0.7000.250.30
HSL158.71º53.45%45.49%-
HSV(B)158.71º69.66%69.8%-
XYZ21.7434.3528.04-
YUV135.91126.9269.58-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 14.75%
GREEN value IS 178 (69.92% from 255) = 48.63%
BLUE value IS 134 (52.73% from 255) = 36.61%
R=14.75%
G=48.63%
B=36.61%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal541781340.7000.250.30158.7153.4545.49
Hex36B286460191E9f352d
Octal66262206106031362376555
Binary110110101100101000011010001100110011111010011111110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36B286

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,178,134); }

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

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

 a { background-color: rgb(54,178,134); }

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

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

 span { border-color: rgb(54,178,134); }

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