Shades of Eucalyptus #319D58
Tints of Eucalyptus #319D58
RGB
CMYK
RGB Variations
Color information
#319D58 (or 0x319D58) is known color: Eucalyptus. HEX triplet: 31, 9D and 58. RGB value is (49,157,88). Sum of RGB (Red+Green+Blue) = 49+157+88=294 (38% of max value = 765). Red value is 49 (19.53% from 255 or 16.67% from 294); Green value is 157 (61.72% from 255 or 53.40% from 294); Blue value is 88 (34.77% from 255 or 29.93% from 294); Max value from RGB is 157 - color contains mainly: green. Hex color #319D58 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #319D58 is #CE62A7. Grayscale: #757575. Windows color (decimal): -13525672 or 5807409. OLE color: 5807409.
HSL color Cylindrical-coordinate representation of color #319D58: hue angle of 141.67º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #319D58 is Cyan = 0.69, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 49 | 157 | 88 | - |
| CMYK | 0.69 | 0 | 0.44 | 0.38 |
| HSL | 141.67º | 0.52% | 0.4% | - |
| HSV(B) | 141.67º | 0.69% | 0.62% | - |
| XYZ | 15.09 | 25.47 | 13.35 | - |
| YUV | 116.84 | 111.72 | 79.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 157 | 88 | 0.69 | 0 | 0.44 | 0.38 | 141.67 | 0.52 | 0.4 |
| Hex | 31 | 9D | 58 | 45 | 0 | 2C | 26 | 8E | 34 | 28 |
| Octal | 61 | 235 | 130 | 105 | 0 | 54 | 46 | 216 | 64 | 50 |
| Binary | 110001 | 10011101 | 1011000 | 1000101 | 0 | 101100 | 100110 | 10001110 | 110100 | 101000 |
Color Harmonies of #319D58
Complementary color
Monochromatic Colors of #319D58
Black with #319D58
Text Example
Text Example
White with #319D58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #319D58; }
p { color: rgb(49,157,88); }
H1.HeaderClassName
{
color: #319D58;
}
.AnyTagClassName
{
color: #319D58;
}
</style>
background-color css
<style>
a { background-color: #319D58; }
a { background-color: rgb(49,157,88); }
div.DivClassName
{
background-color: #319D58;
}
.BgClassName
{
background-color: #319D58;
}
</style>
border-color css
<style>
span { border-color: #319D58; }
span { border-color: rgb(49,157,88); }
td.TdClassName
{
border-color: #319D58;
}
.TagClassName
{
border-color: #319D58;
}
</style>