Shades of Eucalyptus #319F71
Tints of Eucalyptus #319F71
RGB
CMYK
RGB Variations
Color information
#319F71 (or 0x319F71) is known color: Eucalyptus. HEX triplet: 31, 9F and 71. RGB value is (49,159,113). Sum of RGB (Red+Green+Blue) = 49+159+113=321 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.26% from 321); Green value is 159 (62.5% from 255 or 49.53% from 321); Blue value is 113 (44.53% from 255 or 35.20% from 321); Max value from RGB is 159 - color contains mainly: green. Hex color #319F71 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #319F71 is #CE608E. Grayscale: #787878. Windows color (decimal): -13525135 or 7446321. OLE color: 7446321.
HSL color Cylindrical-coordinate representation of color #319F71: hue angle of 154.91º 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 #319F71 is Cyan = 0.69, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 49 | 159 | 113 | - |
| CMYK | 0.69 | 0 | 0.29 | 0.38 |
| HSL | 154.91º | 0.53% | 0.41% | - |
| HSV(B) | 154.91º | 0.69% | 0.62% | - |
| XYZ | 16.65 | 26.64 | 19.89 | - |
| YUV | 120.87 | 123.56 | 76.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 159 | 113 | 0.69 | 0 | 0.29 | 0.38 | 154.91 | 0.53 | 0.41 |
| Hex | 31 | 9F | 71 | 45 | 0 | 1D | 26 | 9B | 35 | 29 |
| Octal | 61 | 237 | 161 | 105 | 0 | 35 | 46 | 233 | 65 | 51 |
| Binary | 110001 | 10011111 | 1110001 | 1000101 | 0 | 11101 | 100110 | 10011011 | 110101 | 101001 |
Color Harmonies of #319F71
Complementary color
Monochromatic Colors of #319F71
Black with #319F71
Text Example
Text Example
White with #319F71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #319F71; }
p { color: rgb(49,159,113); }
H1.HeaderClassName
{
color: #319F71;
}
.AnyTagClassName
{
color: #319F71;
}
</style>
background-color css
<style>
a { background-color: #319F71; }
a { background-color: rgb(49,159,113); }
div.DivClassName
{
background-color: #319F71;
}
.BgClassName
{
background-color: #319F71;
}
</style>
border-color css
<style>
span { border-color: #319F71; }
span { border-color: rgb(49,159,113); }
td.TdClassName
{
border-color: #319F71;
}
.TagClassName
{
border-color: #319F71;
}
</style>