Shades of Eucalyptus #319955
Tints of Eucalyptus #319955
RGB
CMYK
RGB Variations
Color information
#319955 (or 0x319955) is known color: Eucalyptus. HEX triplet: 31, 99 and 55. RGB value is (49,153,85). Sum of RGB (Red+Green+Blue) = 49+153+85=287 (38% of max value = 765). Red value is 49 (19.53% from 255 or 17.07% from 287); Green value is 153 (60.16% from 255 or 53.31% from 287); Blue value is 85 (33.59% from 255 or 29.62% from 287); Max value from RGB is 153 - color contains mainly: green. Hex color #319955 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #319955 is #CE66AA. Grayscale: #727272. Windows color (decimal): -13526699 or 5609777. OLE color: 5609777.
HSL color Cylindrical-coordinate representation of color #319955: hue angle of 140.77º 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 #319955 is Cyan = 0.68, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 49 | 153 | 85 | - |
| CMYK | 0.68 | 0 | 0.44 | 0.4 |
| HSL | 140.77º | 0.51% | 0.4% | - |
| HSV(B) | 140.77º | 0.68% | 0.6% | - |
| XYZ | 14.3 | 24.09 | 12.49 | - |
| YUV | 114.15 | 111.54 | 81.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 153 | 85 | 0.68 | 0 | 0.44 | 0.4 | 140.77 | 0.51 | 0.4 |
| Hex | 31 | 99 | 55 | 44 | 0 | 2C | 28 | 8D | 33 | 28 |
| Octal | 61 | 231 | 125 | 104 | 0 | 54 | 50 | 215 | 63 | 50 |
| Binary | 110001 | 10011001 | 1010101 | 1000100 | 0 | 101100 | 101000 | 10001101 | 110011 | 101000 |
Color Harmonies of #319955
Complementary color
Monochromatic Colors of #319955
Black with #319955
Text Example
Text Example
White with #319955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #319955; }
p { color: rgb(49,153,85); }
H1.HeaderClassName
{
color: #319955;
}
.AnyTagClassName
{
color: #319955;
}
</style>
background-color css
<style>
a { background-color: #319955; }
a { background-color: rgb(49,153,85); }
div.DivClassName
{
background-color: #319955;
}
.BgClassName
{
background-color: #319955;
}
</style>
border-color css
<style>
span { border-color: #319955; }
span { border-color: rgb(49,153,85); }
td.TdClassName
{
border-color: #319955;
}
.TagClassName
{
border-color: #319955;
}
</style>