Shades of Eucalyptus #319557
Tints of Eucalyptus #319557
RGB
CMYK
RGB Variations
Color information
#319557 (or 0x319557) is known color: Eucalyptus. HEX triplet: 31, 95 and 57. RGB value is (49,149,87). Sum of RGB (Red+Green+Blue) = 49+149+87=285 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.19% from 285); Green value is 149 (58.59% from 255 or 52.28% from 285); Blue value is 87 (34.38% from 255 or 30.53% from 285); Max value from RGB is 149 - color contains mainly: green. Hex color #319557 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #319557 is #CE6AA8. Grayscale: #707070. Windows color (decimal): -13527721 or 5739825. OLE color: 5739825.
HSL color Cylindrical-coordinate representation of color #319557: hue angle of 142.8º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #319557 is Cyan = 0.67, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 49 | 149 | 87 | - |
| CMYK | 0.67 | 0 | 0.42 | 0.42 |
| HSL | 142.8º | 0.51% | 0.39% | - |
| HSV(B) | 142.8º | 0.67% | 0.58% | - |
| XYZ | 13.73 | 22.84 | 12.7 | - |
| YUV | 112.03 | 113.87 | 83.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 149 | 87 | 0.67 | 0 | 0.42 | 0.42 | 142.8 | 0.51 | 0.39 |
| Hex | 31 | 95 | 57 | 43 | 0 | 2A | 2A | 8F | 33 | 27 |
| Octal | 61 | 225 | 127 | 103 | 0 | 52 | 52 | 217 | 63 | 47 |
| Binary | 110001 | 10010101 | 1010111 | 1000011 | 0 | 101010 | 101010 | 10001111 | 110011 | 100111 |
Color Harmonies of #319557
Complementary color
Monochromatic Colors of #319557
Black with #319557
Text Example
Text Example
White with #319557
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #319557; }
p { color: rgb(49,149,87); }
H1.HeaderClassName
{
color: #319557;
}
.AnyTagClassName
{
color: #319557;
}
</style>
background-color css
<style>
a { background-color: #319557; }
a { background-color: rgb(49,149,87); }
div.DivClassName
{
background-color: #319557;
}
.BgClassName
{
background-color: #319557;
}
</style>
border-color css
<style>
span { border-color: #319557; }
span { border-color: rgb(49,149,87); }
td.TdClassName
{
border-color: #319557;
}
.TagClassName
{
border-color: #319557;
}
</style>