Shades of Eucalyptus #199D5B
Tints of Eucalyptus #199D5B
RGB
CMYK
RGB Variations
Color information
#199D5B (or 0x199D5B) is known color: Eucalyptus. HEX triplet: 19, 9D and 5B. RGB value is (25,157,91). Sum of RGB (Red+Green+Blue) = 25+157+91=273 (36% of max value = 765). Red value is 25 (10.16% from 255 or 9.16% from 273); Green value is 157 (61.72% from 255 or 57.51% from 273); Blue value is 91 (35.94% from 255 or 33.33% from 273); Max value from RGB is 157 - color contains mainly: green. Hex color #199D5B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #199D5B is #E662A4. Grayscale: #6E6E6E. Windows color (decimal): -15098533 or 6003993. OLE color: 6003993.
HSL color Cylindrical-coordinate representation of color #199D5B: hue angle of 150º 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 #199D5B is Cyan = 0.84, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 25 | 157 | 91 | - |
| CMYK | 0.84 | 0 | 0.42 | 0.38 |
| HSL | 150º | 0.73% | 0.36% | - |
| HSV(B) | 150º | 0.84% | 0.62% | - |
| XYZ | 14.35 | 25.08 | 13.98 | - |
| YUV | 110.01 | 117.27 | 67.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 157 | 91 | 0.84 | 0 | 0.42 | 0.38 | 150 | 0.73 | 0.36 |
| Hex | 19 | 9D | 5B | 54 | 0 | 2A | 26 | 96 | 49 | 24 |
| Octal | 31 | 235 | 133 | 124 | 0 | 52 | 46 | 226 | 111 | 44 |
| Binary | 11001 | 10011101 | 1011011 | 1010100 | 0 | 101010 | 100110 | 10010110 | 1001001 | 100100 |
Color Harmonies of #199D5B
Complementary color
Monochromatic Colors of #199D5B
Black with #199D5B
Text Example
Text Example
White with #199D5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #199D5B; }
p { color: rgb(25,157,91); }
H1.HeaderClassName
{
color: #199D5B;
}
.AnyTagClassName
{
color: #199D5B;
}
</style>
background-color css
<style>
a { background-color: #199D5B; }
a { background-color: rgb(25,157,91); }
div.DivClassName
{
background-color: #199D5B;
}
.BgClassName
{
background-color: #199D5B;
}
</style>
border-color css
<style>
span { border-color: #199D5B; }
span { border-color: rgb(25,157,91); }
td.TdClassName
{
border-color: #199D5B;
}
.TagClassName
{
border-color: #199D5B;
}
</style>