Shades of Eucalyptus #319160
Tints of Eucalyptus #319160
RGB
CMYK
RGB Variations
Color information
#319160 (or 0x319160) is known color: Eucalyptus. HEX triplet: 31, 91 and 60. RGB value is (49,145,96). Sum of RGB (Red+Green+Blue) = 49+145+96=290 (38% of max value = 765). Red value is 49 (19.53% from 255 or 16.90% from 290); Green value is 145 (57.03% from 255 or 50% from 290); Blue value is 96 (37.89% from 255 or 33.10% from 290); Max value from RGB is 145 - color contains mainly: green. Hex color #319160 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #319160 is #CE6E9F. Grayscale: #6E6E6E. Windows color (decimal): -13528736 or 6328625. OLE color: 6328625.
HSL color Cylindrical-coordinate representation of color #319160: hue angle of 149.38º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #319160 is Cyan = 0.66, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 49 | 145 | 96 | - |
| CMYK | 0.66 | 0 | 0.34 | 0.43 |
| HSL | 149.38º | 0.49% | 0.38% | - |
| HSV(B) | 149.38º | 0.66% | 0.57% | - |
| XYZ | 13.5 | 21.75 | 14.55 | - |
| YUV | 110.71 | 119.7 | 83.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 145 | 96 | 0.66 | 0 | 0.34 | 0.43 | 149.38 | 0.49 | 0.38 |
| Hex | 31 | 91 | 60 | 42 | 0 | 22 | 2B | 95 | 31 | 26 |
| Octal | 61 | 221 | 140 | 102 | 0 | 42 | 53 | 225 | 61 | 46 |
| Binary | 110001 | 10010001 | 1100000 | 1000010 | 0 | 100010 | 101011 | 10010101 | 110001 | 100110 |
Color Harmonies of #319160
Complementary color
Monochromatic Colors of #319160
Black with #319160
Text Example
Text Example
White with #319160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #319160; }
p { color: rgb(49,145,96); }
H1.HeaderClassName
{
color: #319160;
}
.AnyTagClassName
{
color: #319160;
}
</style>
background-color css
<style>
a { background-color: #319160; }
a { background-color: rgb(49,145,96); }
div.DivClassName
{
background-color: #319160;
}
.BgClassName
{
background-color: #319160;
}
</style>
border-color css
<style>
span { border-color: #319160; }
span { border-color: rgb(49,145,96); }
td.TdClassName
{
border-color: #319160;
}
.TagClassName
{
border-color: #319160;
}
</style>