Shades of Eucalyptus #319856
Tints of Eucalyptus #319856
RGB
CMYK
RGB Variations
Color information
#319856 (or 0x319856) is known color: Eucalyptus. HEX triplet: 31, 98 and 56. RGB value is (49,152,86). Sum of RGB (Red+Green+Blue) = 49+152+86=287 (38% of max value = 765). Red value is 49 (19.53% from 255 or 17.07% from 287); Green value is 152 (59.77% from 255 or 52.96% from 287); Blue value is 86 (33.98% from 255 or 29.97% from 287); Max value from RGB is 152 - color contains mainly: green. Hex color #319856 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #319856 is #CE67A9. Grayscale: #717171. Windows color (decimal): -13526954 or 5675057. OLE color: 5675057.
HSL color Cylindrical-coordinate representation of color #319856: hue angle of 141.55º 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 #319856 is Cyan = 0.68, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 49 | 152 | 86 | - |
| CMYK | 0.68 | 0 | 0.43 | 0.40 |
| HSL | 141.55º | 0.51% | 0.39% | - |
| HSV(B) | 141.55º | 0.68% | 0.6% | - |
| XYZ | 14.17 | 23.78 | 12.65 | - |
| YUV | 113.68 | 112.38 | 81.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 152 | 86 | 0.68 | 0 | 0.43 | 0.40 | 141.55 | 0.51 | 0.39 |
| Hex | 31 | 98 | 56 | 44 | 0 | 2B | 28 | 8E | 33 | 27 |
| Octal | 61 | 230 | 126 | 104 | 0 | 53 | 50 | 216 | 63 | 47 |
| Binary | 110001 | 10011000 | 1010110 | 1000100 | 0 | 101011 | 101000 | 10001110 | 110011 | 100111 |
Color Harmonies of #319856
Complementary color
Monochromatic Colors of #319856
Black with #319856
Text Example
Text Example
White with #319856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #319856; }
p { color: rgb(49,152,86); }
H1.HeaderClassName
{
color: #319856;
}
.AnyTagClassName
{
color: #319856;
}
</style>
background-color css
<style>
a { background-color: #319856; }
a { background-color: rgb(49,152,86); }
div.DivClassName
{
background-color: #319856;
}
.BgClassName
{
background-color: #319856;
}
</style>
border-color css
<style>
span { border-color: #319856; }
span { border-color: rgb(49,152,86); }
td.TdClassName
{
border-color: #319856;
}
.TagClassName
{
border-color: #319856;
}
</style>