Shades of Eucalyptus #37995D
Tints of Eucalyptus #37995D
RGB
CMYK
RGB Variations
Color information
#37995D (or 0x37995D) is known color: Eucalyptus. HEX triplet: 37, 99 and 5D. RGB value is (55,153,93). Sum of RGB (Red+Green+Blue) = 55+153+93=301 (39% of max value = 765). Red value is 55 (21.88% from 255 or 18.27% from 301); Green value is 153 (60.16% from 255 or 50.83% from 301); Blue value is 93 (36.72% from 255 or 30.90% from 301); Max value from RGB is 153 - color contains mainly: green. Hex color #37995D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #37995D is #C866A2. Grayscale: #757575. Windows color (decimal): -13133475 or 6134071. OLE color: 6134071.
HSL color Cylindrical-coordinate representation of color #37995D: hue angle of 143.27º 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 #37995D is Cyan = 0.64, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 55 | 153 | 93 | - |
| CMYK | 0.64 | 0 | 0.39 | 0.4 |
| HSL | 143.27º | 0.47% | 0.41% | - |
| HSV(B) | 143.27º | 0.64% | 0.6% | - |
| XYZ | 14.94 | 24.39 | 14.28 | - |
| YUV | 116.86 | 114.53 | 83.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 153 | 93 | 0.64 | 0 | 0.39 | 0.4 | 143.27 | 0.47 | 0.41 |
| Hex | 37 | 99 | 5D | 40 | 0 | 27 | 28 | 8F | 2F | 29 |
| Octal | 67 | 231 | 135 | 100 | 0 | 47 | 50 | 217 | 57 | 51 |
| Binary | 110111 | 10011001 | 1011101 | 1000000 | 0 | 100111 | 101000 | 10001111 | 101111 | 101001 |
Color Harmonies of #37995D
Complementary color
Monochromatic Colors of #37995D
Black with #37995D
Text Example
Text Example
White with #37995D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37995D; }
p { color: rgb(55,153,93); }
H1.HeaderClassName
{
color: #37995D;
}
.AnyTagClassName
{
color: #37995D;
}
</style>
background-color css
<style>
a { background-color: #37995D; }
a { background-color: rgb(55,153,93); }
div.DivClassName
{
background-color: #37995D;
}
.BgClassName
{
background-color: #37995D;
}
</style>
border-color css
<style>
span { border-color: #37995D; }
span { border-color: rgb(55,153,93); }
td.TdClassName
{
border-color: #37995D;
}
.TagClassName
{
border-color: #37995D;
}
</style>