Shades of Eucalyptus #37985A
Tints of Eucalyptus #37985A
RGB
CMYK
RGB Variations
Color information
#37985A (or 0x37985A) is known color: Eucalyptus. HEX triplet: 37, 98 and 5A. RGB value is (55,152,90). Sum of RGB (Red+Green+Blue) = 55+152+90=297 (39% of max value = 765). Red value is 55 (21.88% from 255 or 18.52% from 297); Green value is 152 (59.77% from 255 or 51.18% from 297); Blue value is 90 (35.55% from 255 or 30.30% from 297); Max value from RGB is 152 - color contains mainly: green. Hex color #37985A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #37985A is #C867A5. Grayscale: #747474. Windows color (decimal): -13133734 or 5937207. OLE color: 5937207.
HSL color Cylindrical-coordinate representation of color #37985A: hue angle of 141.65º 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 #37985A is Cyan = 0.64, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 55 | 152 | 90 | - |
| CMYK | 0.64 | 0 | 0.41 | 0.40 |
| HSL | 141.65º | 0.47% | 0.41% | - |
| HSV(B) | 141.65º | 0.64% | 0.6% | - |
| XYZ | 14.65 | 24.01 | 13.53 | - |
| YUV | 115.93 | 113.36 | 84.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 152 | 90 | 0.64 | 0 | 0.41 | 0.40 | 141.65 | 0.47 | 0.41 |
| Hex | 37 | 98 | 5A | 40 | 0 | 29 | 28 | 8E | 2F | 29 |
| Octal | 67 | 230 | 132 | 100 | 0 | 51 | 50 | 216 | 57 | 51 |
| Binary | 110111 | 10011000 | 1011010 | 1000000 | 0 | 101001 | 101000 | 10001110 | 101111 | 101001 |
Color Harmonies of #37985A
Complementary color
Monochromatic Colors of #37985A
Black with #37985A
Text Example
Text Example
White with #37985A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37985A; }
p { color: rgb(55,152,90); }
H1.HeaderClassName
{
color: #37985A;
}
.AnyTagClassName
{
color: #37985A;
}
</style>
background-color css
<style>
a { background-color: #37985A; }
a { background-color: rgb(55,152,90); }
div.DivClassName
{
background-color: #37985A;
}
.BgClassName
{
background-color: #37985A;
}
</style>
border-color css
<style>
span { border-color: #37985A; }
span { border-color: rgb(55,152,90); }
td.TdClassName
{
border-color: #37985A;
}
.TagClassName
{
border-color: #37985A;
}
</style>