#36A170

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

Shades of Eucalyptus #36A170

Tints of Eucalyptus #36A170

Color information

#36A170 (or 0x36A170) is unknown color: approx Eucalyptus. HEX triplet: 36, A1 and 70. RGB value is (54,161,112). Sum of RGB (Red+Green+Blue) = 54+161+112=327 (43% of max value = 765). Red value is 54 (21.48% from 255 or 16.51% from 327); Green value is 161 (63.28% from 255 or 49.24% from 327); Blue value is 112 (44.14% from 255 or 34.25% from 327); Max value from RGB is 161 - color contains mainly: green. Hex color #36A170 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #36A170 is #C95E8F. Grayscale: #7B7B7B. Windows color (decimal): -13196944 or 7381302. OLE color: 7381302.

HSL color Cylindrical-coordinate representation of color #36A170: hue angle of 152.52º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #36A170 is Cyan = 0.66, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.37.

Color convert

RGB54161112-
CMYK0.6600.300.37
HSL152.52º49.77%42.16%-
HSV(B)152.52º66.46%63.14%-
XYZ17.1927.4419.72-
YUV123.42121.5578.48-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 16.51%
GREEN value IS 161 (63.28% from 255) = 49.24%
BLUE value IS 112 (44.14% from 255) = 34.25%
R=16.51%
G=49.24%
B=34.25%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal541611120.6600.300.37152.5249.7742.16
Hex36A1704201E2599322a
Octal66241160102036452316252
Binary110110101000011110000100001001111010010110011001110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36A170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,161,112); }

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

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

 a { background-color: rgb(54,161,112); }

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

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

 span { border-color: rgb(54,161,112); }

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