#37A166

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

Shades of Eucalyptus #37A166

Tints of Eucalyptus #37A166

Color information

#37A166 (or 0x37A166) is unknown color: approx Eucalyptus. HEX triplet: 37, A1 and 66. RGB value is (55,161,102). Sum of RGB (Red+Green+Blue) = 55+161+102=318 (42% of max value = 765). Red value is 55 (21.88% from 255 or 17.30% from 318); Green value is 161 (63.28% from 255 or 50.63% from 318); Blue value is 102 (40.23% from 255 or 32.08% from 318); Max value from RGB is 161 - color contains mainly: green. Hex color #37A166 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #37A166 is #C85E99. Grayscale: #7A7A7A. Windows color (decimal): -13131418 or 6725943. OLE color: 6725943.

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

Color convert

RGB55161102-
CMYK0.6600.370.37
HSL146.6º49.07%42.35%-
HSV(B)146.6º65.84%63.14%-
XYZ16.7227.2616.95-
YUV122.58116.3879.8-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 17.30%
GREEN value IS 161 (63.28% from 255) = 50.63%
BLUE value IS 102 (40.23% from 255) = 32.08%
R=17.30%
G=50.63%
B=32.08%

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
Decimal551611020.6600.370.37146.649.0742.35
Hex37A166420252593312a
Octal67241146102045452236152
Binary1101111010000111001101000010010010110010110010011110001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37A166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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