Shades of Eucalyptus #319F60
Tints of Eucalyptus #319F60
RGB
CMYK
RGB Variations
Color information
#319F60 (or 0x319F60) is known color: Eucalyptus. HEX triplet: 31, 9F and 60. RGB value is (49,159,96). Sum of RGB (Red+Green+Blue) = 49+159+96=304 (40% of max value = 765). Red value is 49 (19.53% from 255 or 16.12% from 304); Green value is 159 (62.5% from 255 or 52.30% from 304); Blue value is 96 (37.89% from 255 or 31.58% from 304); Max value from RGB is 159 - color contains mainly: green. Hex color #319F60 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #319F60 is #CE609F. Grayscale: #777777. Windows color (decimal): -13525152 or 6332209. OLE color: 6332209.
HSL color Cylindrical-coordinate representation of color #319F60: hue angle of 145.64º 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 #319F60 is Cyan = 0.69, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 49 | 159 | 96 | - |
| CMYK | 0.69 | 0 | 0.40 | 0.38 |
| HSL | 145.64º | 0.53% | 0.41% | - |
| HSV(B) | 145.64º | 0.69% | 0.62% | - |
| XYZ | 15.78 | 26.29 | 15.31 | - |
| YUV | 118.93 | 115.06 | 78.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 159 | 96 | 0.69 | 0 | 0.40 | 0.38 | 145.64 | 0.53 | 0.41 |
| Hex | 31 | 9F | 60 | 45 | 0 | 28 | 26 | 92 | 35 | 29 |
| Octal | 61 | 237 | 140 | 105 | 0 | 50 | 46 | 222 | 65 | 51 |
| Binary | 110001 | 10011111 | 1100000 | 1000101 | 0 | 101000 | 100110 | 10010010 | 110101 | 101001 |
Color Harmonies of #319F60
Complementary color
Monochromatic Colors of #319F60
Black with #319F60
Text Example
Text Example
White with #319F60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #319F60; }
p { color: rgb(49,159,96); }
H1.HeaderClassName
{
color: #319F60;
}
.AnyTagClassName
{
color: #319F60;
}
</style>
background-color css
<style>
a { background-color: #319F60; }
a { background-color: rgb(49,159,96); }
div.DivClassName
{
background-color: #319F60;
}
.BgClassName
{
background-color: #319F60;
}
</style>
border-color css
<style>
span { border-color: #319F60; }
span { border-color: rgb(49,159,96); }
td.TdClassName
{
border-color: #319F60;
}
.TagClassName
{
border-color: #319F60;
}
</style>