Shades of Eucalyptus #37985C
Tints of Eucalyptus #37985C
RGB
CMYK
RGB Variations
Color information
#37985C (or 0x37985C) is known color: Eucalyptus. HEX triplet: 37, 98 and 5C. RGB value is (55,152,92). Sum of RGB (Red+Green+Blue) = 55+152+92=299 (39% of max value = 765). Red value is 55 (21.88% from 255 or 18.39% from 299); Green value is 152 (59.77% from 255 or 50.84% from 299); Blue value is 92 (36.33% from 255 or 30.77% from 299); Max value from RGB is 152 - color contains mainly: green. Hex color #37985C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #37985C is #C867A3. Grayscale: #747474. Windows color (decimal): -13133732 or 6068279. OLE color: 6068279.
HSL color Cylindrical-coordinate representation of color #37985C: hue angle of 142.89º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #37985C is Cyan = 0.64, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 55 | 152 | 92 | - |
| CMYK | 0.64 | 0 | 0.39 | 0.40 |
| HSL | 142.89º | 0.47% | 0.41% | - |
| HSV(B) | 142.89º | 0.64% | 0.6% | - |
| XYZ | 14.74 | 24.04 | 13.99 | - |
| YUV | 116.16 | 114.36 | 84.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 152 | 92 | 0.64 | 0 | 0.39 | 0.40 | 142.89 | 0.47 | 0.41 |
| Hex | 37 | 98 | 5C | 40 | 0 | 27 | 28 | 8F | 2F | 29 |
| Octal | 67 | 230 | 134 | 100 | 0 | 47 | 50 | 217 | 57 | 51 |
| Binary | 110111 | 10011000 | 1011100 | 1000000 | 0 | 100111 | 101000 | 10001111 | 101111 | 101001 |
Color Harmonies of #37985C
Complementary color
Monochromatic Colors of #37985C
Black with #37985C
Text Example
Text Example
White with #37985C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37985C; }
p { color: rgb(55,152,92); }
H1.HeaderClassName
{
color: #37985C;
}
.AnyTagClassName
{
color: #37985C;
}
</style>
background-color css
<style>
a { background-color: #37985C; }
a { background-color: rgb(55,152,92); }
div.DivClassName
{
background-color: #37985C;
}
.BgClassName
{
background-color: #37985C;
}
</style>
border-color css
<style>
span { border-color: #37985C; }
span { border-color: rgb(55,152,92); }
td.TdClassName
{
border-color: #37985C;
}
.TagClassName
{
border-color: #37985C;
}
</style>