Shades of Eucalyptus #37A065
Tints of Eucalyptus #37A065
RGB
CMYK
RGB Variations
Color information
#37A065 (or 0x37A065) is known color: Eucalyptus. HEX triplet: 37, A0 and 65. RGB value is (55,160,101). Sum of RGB (Red+Green+Blue) = 55+160+101=316 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.41% from 316); Green value is 160 (62.89% from 255 or 50.63% from 316); Blue value is 101 (39.84% from 255 or 31.96% from 316); Max value from RGB is 160 - color contains mainly: green. Hex color #37A065 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #37A065 is #C85F9A. Grayscale: #7A7A7A. Windows color (decimal): -13131675 or 6660151. OLE color: 6660151.
HSL color Cylindrical-coordinate representation of color #37A065: hue angle of 146.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 #37A065 is Cyan = 0.66, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 55 | 160 | 101 | - |
| CMYK | 0.66 | 0 | 0.37 | 0.37 |
| HSL | 146.29º | 0.49% | 0.42% | - |
| HSV(B) | 146.29º | 0.66% | 0.63% | - |
| XYZ | 16.5 | 26.89 | 16.63 | - |
| YUV | 121.88 | 116.21 | 80.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 160 | 101 | 0.66 | 0 | 0.37 | 0.37 | 146.29 | 0.49 | 0.42 |
| Hex | 37 | A0 | 65 | 42 | 0 | 25 | 25 | 92 | 31 | 2A |
| Octal | 67 | 240 | 145 | 102 | 0 | 45 | 45 | 222 | 61 | 52 |
| Binary | 110111 | 10100000 | 1100101 | 1000010 | 0 | 100101 | 100101 | 10010010 | 110001 | 101010 |
Color Harmonies of #37A065
Complementary color
Monochromatic Colors of #37A065
Black with #37A065
Text Example
Text Example
White with #37A065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37A065; }
p { color: rgb(55,160,101); }
H1.HeaderClassName
{
color: #37A065;
}
.AnyTagClassName
{
color: #37A065;
}
</style>
background-color css
<style>
a { background-color: #37A065; }
a { background-color: rgb(55,160,101); }
div.DivClassName
{
background-color: #37A065;
}
.BgClassName
{
background-color: #37A065;
}
</style>
border-color css
<style>
span { border-color: #37A065; }
span { border-color: rgb(55,160,101); }
td.TdClassName
{
border-color: #37A065;
}
.TagClassName
{
border-color: #37A065;
}
</style>