Shades of Eucalyptus #199C59
Tints of Eucalyptus #199C59
RGB
CMYK
RGB Variations
Color information
#199C59 (or 0x199C59) is known color: Eucalyptus. HEX triplet: 19, 9C and 59. RGB value is (25,156,89). Sum of RGB (Red+Green+Blue) = 25+156+89=270 (35% of max value = 765). Red value is 25 (10.16% from 255 or 9.26% from 270); Green value is 156 (61.33% from 255 or 57.78% from 270); Blue value is 89 (35.16% from 255 or 32.96% from 270); Max value from RGB is 156 - color contains mainly: green. Hex color #199C59 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #199C59 is #E663A6. Grayscale: #6D6D6D. Windows color (decimal): -15098791 or 5872665. OLE color: 5872665.
HSL color Cylindrical-coordinate representation of color #199C59: hue angle of 149.31º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #199C59 is Cyan = 0.84, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 25 | 156 | 89 | - |
| CMYK | 0.84 | 0 | 0.43 | 0.39 |
| HSL | 149.31º | 0.72% | 0.35% | - |
| HSV(B) | 149.31º | 0.84% | 0.61% | - |
| XYZ | 14.09 | 24.7 | 13.48 | - |
| YUV | 109.19 | 116.6 | 67.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 156 | 89 | 0.84 | 0 | 0.43 | 0.39 | 149.31 | 0.72 | 0.35 |
| Hex | 19 | 9C | 59 | 54 | 0 | 2B | 27 | 95 | 48 | 23 |
| Octal | 31 | 234 | 131 | 124 | 0 | 53 | 47 | 225 | 110 | 43 |
| Binary | 11001 | 10011100 | 1011001 | 1010100 | 0 | 101011 | 100111 | 10010101 | 1001000 | 100011 |
Color Harmonies of #199C59
Complementary color
Monochromatic Colors of #199C59
Black with #199C59
Text Example
Text Example
White with #199C59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #199C59; }
p { color: rgb(25,156,89); }
H1.HeaderClassName
{
color: #199C59;
}
.AnyTagClassName
{
color: #199C59;
}
</style>
background-color css
<style>
a { background-color: #199C59; }
a { background-color: rgb(25,156,89); }
div.DivClassName
{
background-color: #199C59;
}
.BgClassName
{
background-color: #199C59;
}
</style>
border-color css
<style>
span { border-color: #199C59; }
span { border-color: rgb(25,156,89); }
td.TdClassName
{
border-color: #199C59;
}
.TagClassName
{
border-color: #199C59;
}
</style>