Shades of Eucalyptus #319959
Tints of Eucalyptus #319959
RGB
CMYK
RGB Variations
Color information
#319959 (or 0x319959) is known color: Eucalyptus. HEX triplet: 31, 99 and 59. RGB value is (49,153,89). Sum of RGB (Red+Green+Blue) = 49+153+89=291 (38% of max value = 765). Red value is 49 (19.53% from 255 or 16.84% from 291); Green value is 153 (60.16% from 255 or 52.58% from 291); Blue value is 89 (35.16% from 255 or 30.58% from 291); Max value from RGB is 153 - color contains mainly: green. Hex color #319959 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #319959 is #CE66A6. Grayscale: #727272. Windows color (decimal): -13526695 or 5871921. OLE color: 5871921.
HSL color Cylindrical-coordinate representation of color #319959: hue angle of 143.08º 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 #319959 is Cyan = 0.68, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 49 | 153 | 89 | - |
| CMYK | 0.68 | 0 | 0.42 | 0.4 |
| HSL | 143.08º | 0.51% | 0.4% | - |
| HSV(B) | 143.08º | 0.68% | 0.6% | - |
| XYZ | 14.46 | 24.16 | 13.35 | - |
| YUV | 114.61 | 113.54 | 81.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 153 | 89 | 0.68 | 0 | 0.42 | 0.4 | 143.08 | 0.51 | 0.4 |
| Hex | 31 | 99 | 59 | 44 | 0 | 2A | 28 | 8F | 33 | 28 |
| Octal | 61 | 231 | 131 | 104 | 0 | 52 | 50 | 217 | 63 | 50 |
| Binary | 110001 | 10011001 | 1011001 | 1000100 | 0 | 101010 | 101000 | 10001111 | 110011 | 101000 |
Color Harmonies of #319959
Complementary color
Monochromatic Colors of #319959
Black with #319959
Text Example
Text Example
White with #319959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #319959; }
p { color: rgb(49,153,89); }
H1.HeaderClassName
{
color: #319959;
}
.AnyTagClassName
{
color: #319959;
}
</style>
background-color css
<style>
a { background-color: #319959; }
a { background-color: rgb(49,153,89); }
div.DivClassName
{
background-color: #319959;
}
.BgClassName
{
background-color: #319959;
}
</style>
border-color css
<style>
span { border-color: #319959; }
span { border-color: rgb(49,153,89); }
td.TdClassName
{
border-color: #319959;
}
.TagClassName
{
border-color: #319959;
}
</style>