Shades of Eucalyptus #199D58
Tints of Eucalyptus #199D58
RGB
CMYK
RGB Variations
Color information
#199D58 (or 0x199D58) is known color: Eucalyptus. HEX triplet: 19, 9D and 58. RGB value is (25,157,88). Sum of RGB (Red+Green+Blue) = 25+157+88=270 (35% of max value = 765). Red value is 25 (10.16% from 255 or 9.26% from 270); Green value is 157 (61.72% from 255 or 58.15% from 270); Blue value is 88 (34.77% from 255 or 32.59% from 270); Max value from RGB is 157 - color contains mainly: green. Hex color #199D58 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #199D58 is #E662A7. Grayscale: #6D6D6D. Windows color (decimal): -15098536 or 5807385. OLE color: 5807385.
HSL color Cylindrical-coordinate representation of color #199D58: hue angle of 148.64º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #199D58 is Cyan = 0.84, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 25 | 157 | 88 | - |
| CMYK | 0.84 | 0 | 0.44 | 0.38 |
| HSL | 148.64º | 0.73% | 0.36% | - |
| HSV(B) | 148.64º | 0.84% | 0.62% | - |
| XYZ | 14.22 | 25.03 | 13.31 | - |
| YUV | 109.67 | 115.77 | 67.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 157 | 88 | 0.84 | 0 | 0.44 | 0.38 | 148.64 | 0.73 | 0.36 |
| Hex | 19 | 9D | 58 | 54 | 0 | 2C | 26 | 95 | 49 | 24 |
| Octal | 31 | 235 | 130 | 124 | 0 | 54 | 46 | 225 | 111 | 44 |
| Binary | 11001 | 10011101 | 1011000 | 1010100 | 0 | 101100 | 100110 | 10010101 | 1001001 | 100100 |
Color Harmonies of #199D58
Complementary color
Monochromatic Colors of #199D58
Black with #199D58
Text Example
Text Example
White with #199D58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #199D58; }
p { color: rgb(25,157,88); }
H1.HeaderClassName
{
color: #199D58;
}
.AnyTagClassName
{
color: #199D58;
}
</style>
background-color css
<style>
a { background-color: #199D58; }
a { background-color: rgb(25,157,88); }
div.DivClassName
{
background-color: #199D58;
}
.BgClassName
{
background-color: #199D58;
}
</style>
border-color css
<style>
span { border-color: #199D58; }
span { border-color: rgb(25,157,88); }
td.TdClassName
{
border-color: #199D58;
}
.TagClassName
{
border-color: #199D58;
}
</style>