Shades of Eucalyptus #319958
Tints of Eucalyptus #319958
RGB
CMYK
RGB Variations
Color information
#319958 (or 0x319958) is known color: Eucalyptus. HEX triplet: 31, 99 and 58. RGB value is (49,153,88). Sum of RGB (Red+Green+Blue) = 49+153+88=290 (38% of max value = 765). Red value is 49 (19.53% from 255 or 16.90% from 290); Green value is 153 (60.16% from 255 or 52.76% from 290); Blue value is 88 (34.77% from 255 or 30.34% from 290); Max value from RGB is 153 - color contains mainly: green. Hex color #319958 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #319958 is #CE66A7. Grayscale: #727272. Windows color (decimal): -13526696 or 5806385. OLE color: 5806385.
HSL color Cylindrical-coordinate representation of color #319958: hue angle of 142.5º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #319958 is Cyan = 0.68, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 49 | 153 | 88 | - |
| CMYK | 0.68 | 0 | 0.42 | 0.4 |
| HSL | 142.5º | 0.51% | 0.4% | - |
| HSV(B) | 142.5º | 0.68% | 0.6% | - |
| XYZ | 14.42 | 24.14 | 13.13 | - |
| YUV | 114.49 | 113.04 | 81.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 153 | 88 | 0.68 | 0 | 0.42 | 0.4 | 142.5 | 0.51 | 0.4 |
| Hex | 31 | 99 | 58 | 44 | 0 | 2A | 28 | 8E | 33 | 28 |
| Octal | 61 | 231 | 130 | 104 | 0 | 52 | 50 | 216 | 63 | 50 |
| Binary | 110001 | 10011001 | 1011000 | 1000100 | 0 | 101010 | 101000 | 10001110 | 110011 | 101000 |
Color Harmonies of #319958
Complementary color
Monochromatic Colors of #319958
Black with #319958
Text Example
Text Example
White with #319958
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #319958; }
p { color: rgb(49,153,88); }
H1.HeaderClassName
{
color: #319958;
}
.AnyTagClassName
{
color: #319958;
}
</style>
background-color css
<style>
a { background-color: #319958; }
a { background-color: rgb(49,153,88); }
div.DivClassName
{
background-color: #319958;
}
.BgClassName
{
background-color: #319958;
}
</style>
border-color css
<style>
span { border-color: #319958; }
span { border-color: rgb(49,153,88); }
td.TdClassName
{
border-color: #319958;
}
.TagClassName
{
border-color: #319958;
}
</style>