#36A166

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

Shades of Eucalyptus #36A166

Tints of Eucalyptus #36A166

Color information

#36A166 (or 0x36A166) is unknown color: approx Eucalyptus. HEX triplet: 36, A1 and 66. RGB value is (54,161,102). Sum of RGB (Red+Green+Blue) = 54+161+102=317 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.03% from 317); Green value is 161 (63.28% from 255 or 50.79% from 317); Blue value is 102 (40.23% from 255 or 32.18% from 317); Max value from RGB is 161 - color contains mainly: green. Hex color #36A166 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #36A166 is #C95E99. Grayscale: #7A7A7A. Windows color (decimal): -13196954 or 6725942. OLE color: 6725942.

HSL color Cylindrical-coordinate representation of color #36A166: hue angle of 146.92º 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 #36A166 is Cyan = 0.66, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.37.

Color convert

RGB54161102-
CMYK0.6600.370.37
HSL146.92º49.77%42.16%-
HSV(B)146.92º66.46%63.14%-
XYZ16.6627.2316.95-
YUV122.28116.5579.3-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 17.03%
GREEN value IS 161 (63.28% from 255) = 50.79%
BLUE value IS 102 (40.23% from 255) = 32.18%
R=17.03%
G=50.79%
B=32.18%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal541611020.6600.370.37146.9249.7742.16
Hex36A166420252593322a
Octal66241146102045452236252
Binary1101101010000111001101000010010010110010110010011110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36A166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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