Shades of Eucalyptus #319858
Tints of Eucalyptus #319858
RGB
CMYK
RGB Variations
Color information
#319858 (or 0x319858) is known color: Eucalyptus. HEX triplet: 31, 98 and 58. RGB value is (49,152,88). Sum of RGB (Red+Green+Blue) = 49+152+88=289 (38% of max value = 765). Red value is 49 (19.53% from 255 or 16.96% from 289); Green value is 152 (59.77% from 255 or 52.60% from 289); Blue value is 88 (34.77% from 255 or 30.45% from 289); Max value from RGB is 152 - color contains mainly: green. Hex color #319858 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #319858 is #CE67A7. Grayscale: #727272. Windows color (decimal): -13526952 or 5806129. OLE color: 5806129.
HSL color Cylindrical-coordinate representation of color #319858: hue angle of 142.72º 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 #319858 is Cyan = 0.68, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 49 | 152 | 88 | - |
| CMYK | 0.68 | 0 | 0.42 | 0.40 |
| HSL | 142.72º | 0.51% | 0.39% | - |
| HSV(B) | 142.72º | 0.68% | 0.6% | - |
| XYZ | 14.26 | 23.81 | 13.08 | - |
| YUV | 113.91 | 113.38 | 81.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 152 | 88 | 0.68 | 0 | 0.42 | 0.40 | 142.72 | 0.51 | 0.39 |
| Hex | 31 | 98 | 58 | 44 | 0 | 2A | 28 | 8F | 33 | 27 |
| Octal | 61 | 230 | 130 | 104 | 0 | 52 | 50 | 217 | 63 | 47 |
| Binary | 110001 | 10011000 | 1011000 | 1000100 | 0 | 101010 | 101000 | 10001111 | 110011 | 100111 |
Color Harmonies of #319858
Complementary color
Monochromatic Colors of #319858
Black with #319858
Text Example
Text Example
White with #319858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #319858; }
p { color: rgb(49,152,88); }
H1.HeaderClassName
{
color: #319858;
}
.AnyTagClassName
{
color: #319858;
}
</style>
background-color css
<style>
a { background-color: #319858; }
a { background-color: rgb(49,152,88); }
div.DivClassName
{
background-color: #319858;
}
.BgClassName
{
background-color: #319858;
}
</style>
border-color css
<style>
span { border-color: #319858; }
span { border-color: rgb(49,152,88); }
td.TdClassName
{
border-color: #319858;
}
.TagClassName
{
border-color: #319858;
}
</style>