Shades of Eucalyptus #37996F
Tints of Eucalyptus #37996F
RGB
CMYK
RGB Variations
Color information
#37996F (or 0x37996F) is known color: Eucalyptus. HEX triplet: 37, 99 and 6F. RGB value is (55,153,111). Sum of RGB (Red+Green+Blue) = 55+153+111=319 (42% of max value = 765). Red value is 55 (21.88% from 255 or 17.24% from 319); Green value is 153 (60.16% from 255 or 47.96% from 319); Blue value is 111 (43.75% from 255 or 34.80% from 319); Max value from RGB is 153 - color contains mainly: green. Hex color #37996F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #37996F is #C86690. Grayscale: #767676. Windows color (decimal): -13133457 or 7313719. OLE color: 7313719.
HSL color Cylindrical-coordinate representation of color #37996F: hue angle of 154.29º 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 #37996F is Cyan = 0.64, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 55 | 153 | 111 | - |
| CMYK | 0.64 | 0 | 0.27 | 0.4 |
| HSL | 154.29º | 0.47% | 0.41% | - |
| HSV(B) | 154.29º | 0.64% | 0.6% | - |
| XYZ | 15.84 | 24.74 | 18.98 | - |
| YUV | 118.91 | 123.53 | 82.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 153 | 111 | 0.64 | 0 | 0.27 | 0.4 | 154.29 | 0.47 | 0.41 |
| Hex | 37 | 99 | 6F | 40 | 0 | 1B | 28 | 9A | 2F | 29 |
| Octal | 67 | 231 | 157 | 100 | 0 | 33 | 50 | 232 | 57 | 51 |
| Binary | 110111 | 10011001 | 1101111 | 1000000 | 0 | 11011 | 101000 | 10011010 | 101111 | 101001 |
Color Harmonies of #37996F
Complementary color
Monochromatic Colors of #37996F
Black with #37996F
Text Example
Text Example
White with #37996F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37996F; }
p { color: rgb(55,153,111); }
H1.HeaderClassName
{
color: #37996F;
}
.AnyTagClassName
{
color: #37996F;
}
</style>
background-color css
<style>
a { background-color: #37996F; }
a { background-color: rgb(55,153,111); }
div.DivClassName
{
background-color: #37996F;
}
.BgClassName
{
background-color: #37996F;
}
</style>
border-color css
<style>
span { border-color: #37996F; }
span { border-color: rgb(55,153,111); }
td.TdClassName
{
border-color: #37996F;
}
.TagClassName
{
border-color: #37996F;
}
</style>