Shades of Eucalyptus #37A06C
Tints of Eucalyptus #37A06C
RGB
CMYK
RGB Variations
Color information
#37A06C (or 0x37A06C) is known color: Eucalyptus. HEX triplet: 37, A0 and 6C. RGB value is (55,160,108). Sum of RGB (Red+Green+Blue) = 55+160+108=323 (42% of max value = 765). Red value is 55 (21.88% from 255 or 17.03% from 323); Green value is 160 (62.89% from 255 or 49.54% from 323); Blue value is 108 (42.58% from 255 or 33.44% from 323); Max value from RGB is 160 - color contains mainly: green. Hex color #37A06C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #37A06C is #C85F93. Grayscale: #7A7A7A. Windows color (decimal): -13131668 or 7118903. OLE color: 7118903.
HSL color Cylindrical-coordinate representation of color #37A06C: hue angle of 150.29º 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 #37A06C is Cyan = 0.66, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 55 | 160 | 108 | - |
| CMYK | 0.66 | 0 | 0.32 | 0.37 |
| HSL | 150.29º | 0.49% | 0.42% | - |
| HSV(B) | 150.29º | 0.66% | 0.63% | - |
| XYZ | 16.85 | 27.04 | 18.52 | - |
| YUV | 122.68 | 119.71 | 79.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 160 | 108 | 0.66 | 0 | 0.32 | 0.37 | 150.29 | 0.49 | 0.42 |
| Hex | 37 | A0 | 6C | 42 | 0 | 20 | 25 | 96 | 31 | 2A |
| Octal | 67 | 240 | 154 | 102 | 0 | 40 | 45 | 226 | 61 | 52 |
| Binary | 110111 | 10100000 | 1101100 | 1000010 | 0 | 100000 | 100101 | 10010110 | 110001 | 101010 |
Color Harmonies of #37A06C
Complementary color
Monochromatic Colors of #37A06C
Black with #37A06C
Text Example
Text Example
White with #37A06C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37A06C; }
p { color: rgb(55,160,108); }
H1.HeaderClassName
{
color: #37A06C;
}
.AnyTagClassName
{
color: #37A06C;
}
</style>
background-color css
<style>
a { background-color: #37A06C; }
a { background-color: rgb(55,160,108); }
div.DivClassName
{
background-color: #37A06C;
}
.BgClassName
{
background-color: #37A06C;
}
</style>
border-color css
<style>
span { border-color: #37A06C; }
span { border-color: rgb(55,160,108); }
td.TdClassName
{
border-color: #37A06C;
}
.TagClassName
{
border-color: #37A06C;
}
</style>