Shades of Eucalyptus #319860
Tints of Eucalyptus #319860
RGB
CMYK
RGB Variations
Color information
#319860 (or 0x319860) is known color: Eucalyptus. HEX triplet: 31, 98 and 60. RGB value is (49,152,96). Sum of RGB (Red+Green+Blue) = 49+152+96=297 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.50% from 297); Green value is 152 (59.77% from 255 or 51.18% from 297); Blue value is 96 (37.89% from 255 or 32.32% from 297); Max value from RGB is 152 - color contains mainly: green. Hex color #319860 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #319860 is #CE679F. Grayscale: #727272. Windows color (decimal): -13526944 or 6330417. OLE color: 6330417.
HSL color Cylindrical-coordinate representation of color #319860: hue angle of 147.38º 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 #319860 is Cyan = 0.68, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 49 | 152 | 96 | - |
| CMYK | 0.68 | 0 | 0.37 | 0.40 |
| HSL | 147.38º | 0.51% | 0.39% | - |
| HSV(B) | 147.38º | 0.68% | 0.6% | - |
| XYZ | 14.61 | 23.95 | 14.92 | - |
| YUV | 114.82 | 117.38 | 81.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 152 | 96 | 0.68 | 0 | 0.37 | 0.40 | 147.38 | 0.51 | 0.39 |
| Hex | 31 | 98 | 60 | 44 | 0 | 25 | 28 | 93 | 33 | 27 |
| Octal | 61 | 230 | 140 | 104 | 0 | 45 | 50 | 223 | 63 | 47 |
| Binary | 110001 | 10011000 | 1100000 | 1000100 | 0 | 100101 | 101000 | 10010011 | 110011 | 100111 |
Color Harmonies of #319860
Complementary color
Monochromatic Colors of #319860
Black with #319860
Text Example
Text Example
White with #319860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #319860; }
p { color: rgb(49,152,96); }
H1.HeaderClassName
{
color: #319860;
}
.AnyTagClassName
{
color: #319860;
}
</style>
background-color css
<style>
a { background-color: #319860; }
a { background-color: rgb(49,152,96); }
div.DivClassName
{
background-color: #319860;
}
.BgClassName
{
background-color: #319860;
}
</style>
border-color css
<style>
span { border-color: #319860; }
span { border-color: rgb(49,152,96); }
td.TdClassName
{
border-color: #319860;
}
.TagClassName
{
border-color: #319860;
}
</style>