#37a066

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

Shades of Eucalyptus #37A066

Tints of Eucalyptus #37A066

Color information

#37A066 (or 0x37A066) is unknown color: approx Eucalyptus. HEX triplet: 37, A0 and 66. RGB value is (55,160,102). Sum of RGB (Red+Green+Blue) = 55+160+102=317 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.35% from 317); Green value is 160 (62.89% from 255 or 50.47% from 317); Blue value is 102 (40.23% from 255 or 32.18% from 317); Max value from RGB is 160 - color contains mainly: green. Hex color #37A066 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #37A066 is #C85F99. Grayscale: #7A7A7A. Windows color (decimal): -13131674 or 6725687. OLE color: 6725687.

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

Color convert

RGB55160102-
CMYK0.6600.360.37
HSL146.86º48.84%42.16%-
HSV(B)146.86º65.62%62.75%-
XYZ16.5426.9116.89-
YUV121.99116.7180.22-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 17.35%
GREEN value IS 160 (62.89% from 255) = 50.47%
BLUE value IS 102 (40.23% from 255) = 32.18%
R=17.35%
G=50.47%
B=32.18%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal551601020.6600.360.37146.8648.8442.16
Hex37A066420242593312a
Octal67240146102044452236152
Binary1101111010000011001101000010010010010010110010011110001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37a066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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