Shades of Eucalyptus #37A06A
Tints of Eucalyptus #37A06A
RGB
CMYK
RGB Variations
Color information
#37A06A (or 0x37A06A) is known color: Eucalyptus. HEX triplet: 37, A0 and 6A. RGB value is (55,160,106). Sum of RGB (Red+Green+Blue) = 55+160+106=321 (42% of max value = 765). Red value is 55 (21.88% from 255 or 17.13% from 321); Green value is 160 (62.89% from 255 or 49.84% from 321); Blue value is 106 (41.80% from 255 or 33.02% from 321); Max value from RGB is 160 - color contains mainly: green. Hex color #37A06A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #37A06A is #C85F95. Grayscale: #7A7A7A. Windows color (decimal): -13131670 or 6987831. OLE color: 6987831.
HSL color Cylindrical-coordinate representation of color #37A06A: hue angle of 149.14º 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 #37A06A is Cyan = 0.66, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 55 | 160 | 106 | - |
| CMYK | 0.66 | 0 | 0.34 | 0.37 |
| HSL | 149.14º | 0.49% | 0.42% | - |
| HSV(B) | 149.14º | 0.66% | 0.63% | - |
| XYZ | 16.75 | 26.99 | 17.96 | - |
| YUV | 122.45 | 118.71 | 79.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 160 | 106 | 0.66 | 0 | 0.34 | 0.37 | 149.14 | 0.49 | 0.42 |
| Hex | 37 | A0 | 6A | 42 | 0 | 22 | 25 | 95 | 31 | 2A |
| Octal | 67 | 240 | 152 | 102 | 0 | 42 | 45 | 225 | 61 | 52 |
| Binary | 110111 | 10100000 | 1101010 | 1000010 | 0 | 100010 | 100101 | 10010101 | 110001 | 101010 |
Color Harmonies of #37A06A
Complementary color
Monochromatic Colors of #37A06A
Black with #37A06A
Text Example
Text Example
White with #37A06A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37A06A; }
p { color: rgb(55,160,106); }
H1.HeaderClassName
{
color: #37A06A;
}
.AnyTagClassName
{
color: #37A06A;
}
</style>
background-color css
<style>
a { background-color: #37A06A; }
a { background-color: rgb(55,160,106); }
div.DivClassName
{
background-color: #37A06A;
}
.BgClassName
{
background-color: #37A06A;
}
</style>
border-color css
<style>
span { border-color: #37A06A; }
span { border-color: rgb(55,160,106); }
td.TdClassName
{
border-color: #37A06A;
}
.TagClassName
{
border-color: #37A06A;
}
</style>