Shades of Eucalyptus #319F5E
Tints of Eucalyptus #319F5E
RGB
CMYK
RGB Variations
Color information
#319F5E (or 0x319F5E) is known color: Eucalyptus. HEX triplet: 31, 9F and 5E. RGB value is (49,159,94). Sum of RGB (Red+Green+Blue) = 49+159+94=302 (40% of max value = 765). Red value is 49 (19.53% from 255 or 16.23% from 302); Green value is 159 (62.5% from 255 or 52.65% from 302); Blue value is 94 (37.11% from 255 or 31.13% from 302); Max value from RGB is 159 - color contains mainly: green. Hex color #319F5E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #319F5E is #CE60A1. Grayscale: #767676. Windows color (decimal): -13525154 or 6201137. OLE color: 6201137.
HSL color Cylindrical-coordinate representation of color #319F5E: hue angle of 144.55º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #319F5E is Cyan = 0.69, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 49 | 159 | 94 | - |
| CMYK | 0.69 | 0 | 0.41 | 0.38 |
| HSL | 144.55º | 0.53% | 0.41% | - |
| HSV(B) | 144.55º | 0.69% | 0.62% | - |
| XYZ | 15.69 | 26.26 | 14.83 | - |
| YUV | 118.7 | 114.06 | 78.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 159 | 94 | 0.69 | 0 | 0.41 | 0.38 | 144.55 | 0.53 | 0.41 |
| Hex | 31 | 9F | 5E | 45 | 0 | 29 | 26 | 91 | 35 | 29 |
| Octal | 61 | 237 | 136 | 105 | 0 | 51 | 46 | 221 | 65 | 51 |
| Binary | 110001 | 10011111 | 1011110 | 1000101 | 0 | 101001 | 100110 | 10010001 | 110101 | 101001 |
Color Harmonies of #319F5E
Complementary color
Monochromatic Colors of #319F5E
Black with #319F5E
Text Example
Text Example
White with #319F5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #319F5E; }
p { color: rgb(49,159,94); }
H1.HeaderClassName
{
color: #319F5E;
}
.AnyTagClassName
{
color: #319F5E;
}
</style>
background-color css
<style>
a { background-color: #319F5E; }
a { background-color: rgb(49,159,94); }
div.DivClassName
{
background-color: #319F5E;
}
.BgClassName
{
background-color: #319F5E;
}
</style>
border-color css
<style>
span { border-color: #319F5E; }
span { border-color: rgb(49,159,94); }
td.TdClassName
{
border-color: #319F5E;
}
.TagClassName
{
border-color: #319F5E;
}
</style>