Shades of Eucalyptus #37985D
Tints of Eucalyptus #37985D
RGB
CMYK
RGB Variations
Color information
#37985D (or 0x37985D) is known color: Eucalyptus. HEX triplet: 37, 98 and 5D. RGB value is (55,152,93). Sum of RGB (Red+Green+Blue) = 55+152+93=300 (39% of max value = 765). Red value is 55 (21.88% from 255 or 18.33% from 300); Green value is 152 (59.77% from 255 or 50.67% from 300); Blue value is 93 (36.72% from 255 or 31% from 300); Max value from RGB is 152 - color contains mainly: green. Hex color #37985D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #37985D is #C867A2. Grayscale: #747474. Windows color (decimal): -13133731 or 6133815. OLE color: 6133815.
HSL color Cylindrical-coordinate representation of color #37985D: hue angle of 143.51º 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 #37985D is Cyan = 0.64, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 55 | 152 | 93 | - |
| CMYK | 0.64 | 0 | 0.39 | 0.40 |
| HSL | 143.51º | 0.47% | 0.41% | - |
| HSV(B) | 143.51º | 0.64% | 0.6% | - |
| XYZ | 14.78 | 24.06 | 14.22 | - |
| YUV | 116.27 | 114.86 | 84.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 152 | 93 | 0.64 | 0 | 0.39 | 0.40 | 143.51 | 0.47 | 0.41 |
| Hex | 37 | 98 | 5D | 40 | 0 | 27 | 28 | 90 | 2F | 29 |
| Octal | 67 | 230 | 135 | 100 | 0 | 47 | 50 | 220 | 57 | 51 |
| Binary | 110111 | 10011000 | 1011101 | 1000000 | 0 | 100111 | 101000 | 10010000 | 101111 | 101001 |
Color Harmonies of #37985D
Complementary color
Monochromatic Colors of #37985D
Black with #37985D
Text Example
Text Example
White with #37985D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37985D; }
p { color: rgb(55,152,93); }
H1.HeaderClassName
{
color: #37985D;
}
.AnyTagClassName
{
color: #37985D;
}
</style>
background-color css
<style>
a { background-color: #37985D; }
a { background-color: rgb(55,152,93); }
div.DivClassName
{
background-color: #37985D;
}
.BgClassName
{
background-color: #37985D;
}
</style>
border-color css
<style>
span { border-color: #37985D; }
span { border-color: rgb(55,152,93); }
td.TdClassName
{
border-color: #37985D;
}
.TagClassName
{
border-color: #37985D;
}
</style>