Shades of Eucalyptus #319F56
Tints of Eucalyptus #319F56
RGB
CMYK
RGB Variations
Color information
#319F56 (or 0x319F56) is known color: Eucalyptus. HEX triplet: 31, 9F and 56. RGB value is (49,159,86). Sum of RGB (Red+Green+Blue) = 49+159+86=294 (38% of max value = 765). Red value is 49 (19.53% from 255 or 16.67% from 294); Green value is 159 (62.5% from 255 or 54.08% from 294); Blue value is 86 (33.98% from 255 or 29.25% from 294); Max value from RGB is 159 - color contains mainly: green. Hex color #319F56 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #319F56 is #CE60A9. Grayscale: #757575. Windows color (decimal): -13525162 or 5676849. OLE color: 5676849.
HSL color Cylindrical-coordinate representation of color #319F56: hue angle of 140.18º 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 #319F56 is Cyan = 0.69, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 49 | 159 | 86 | - |
| CMYK | 0.69 | 0 | 0.46 | 0.38 |
| HSL | 140.18º | 0.53% | 0.41% | - |
| HSV(B) | 140.18º | 0.69% | 0.62% | - |
| XYZ | 15.34 | 26.12 | 13.04 | - |
| YUV | 117.79 | 110.06 | 78.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 159 | 86 | 0.69 | 0 | 0.46 | 0.38 | 140.18 | 0.53 | 0.41 |
| Hex | 31 | 9F | 56 | 45 | 0 | 2E | 26 | 8C | 35 | 29 |
| Octal | 61 | 237 | 126 | 105 | 0 | 56 | 46 | 214 | 65 | 51 |
| Binary | 110001 | 10011111 | 1010110 | 1000101 | 0 | 101110 | 100110 | 10001100 | 110101 | 101001 |
Color Harmonies of #319F56
Complementary color
Monochromatic Colors of #319F56
Black with #319F56
Text Example
Text Example
White with #319F56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #319F56; }
p { color: rgb(49,159,86); }
H1.HeaderClassName
{
color: #319F56;
}
.AnyTagClassName
{
color: #319F56;
}
</style>
background-color css
<style>
a { background-color: #319F56; }
a { background-color: rgb(49,159,86); }
div.DivClassName
{
background-color: #319F56;
}
.BgClassName
{
background-color: #319F56;
}
</style>
border-color css
<style>
span { border-color: #319F56; }
span { border-color: rgb(49,159,86); }
td.TdClassName
{
border-color: #319F56;
}
.TagClassName
{
border-color: #319F56;
}
</style>