Shades of Eucalyptus #31985D
Tints of Eucalyptus #31985D
RGB
CMYK
RGB Variations
Color information
#31985D (or 0x31985D) is known color: Eucalyptus. HEX triplet: 31, 98 and 5D. RGB value is (49,152,93). Sum of RGB (Red+Green+Blue) = 49+152+93=294 (38% of max value = 765). Red value is 49 (19.53% from 255 or 16.67% from 294); Green value is 152 (59.77% from 255 or 51.70% from 294); Blue value is 93 (36.72% from 255 or 31.63% from 294); Max value from RGB is 152 - color contains mainly: green. Hex color #31985D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31985D is #CE67A2. Grayscale: #727272. Windows color (decimal): -13526947 or 6133809. OLE color: 6133809.
HSL color Cylindrical-coordinate representation of color #31985D: hue angle of 145.63º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #31985D is Cyan = 0.68, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 49 | 152 | 93 | - |
| CMYK | 0.68 | 0 | 0.39 | 0.40 |
| HSL | 145.63º | 0.51% | 0.39% | - |
| HSV(B) | 145.63º | 0.68% | 0.6% | - |
| XYZ | 14.47 | 23.9 | 14.21 | - |
| YUV | 114.48 | 115.88 | 81.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 152 | 93 | 0.68 | 0 | 0.39 | 0.40 | 145.63 | 0.51 | 0.39 |
| Hex | 31 | 98 | 5D | 44 | 0 | 27 | 28 | 92 | 33 | 27 |
| Octal | 61 | 230 | 135 | 104 | 0 | 47 | 50 | 222 | 63 | 47 |
| Binary | 110001 | 10011000 | 1011101 | 1000100 | 0 | 100111 | 101000 | 10010010 | 110011 | 100111 |
Color Harmonies of #31985D
Complementary color
Monochromatic Colors of #31985D
Black with #31985D
Text Example
Text Example
White with #31985D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31985D; }
p { color: rgb(49,152,93); }
H1.HeaderClassName
{
color: #31985D;
}
.AnyTagClassName
{
color: #31985D;
}
</style>
background-color css
<style>
a { background-color: #31985D; }
a { background-color: rgb(49,152,93); }
div.DivClassName
{
background-color: #31985D;
}
.BgClassName
{
background-color: #31985D;
}
</style>
border-color css
<style>
span { border-color: #31985D; }
span { border-color: rgb(49,152,93); }
td.TdClassName
{
border-color: #31985D;
}
.TagClassName
{
border-color: #31985D;
}
</style>