Shades of Eucalyptus #199B5B
Tints of Eucalyptus #199B5B
RGB
CMYK
RGB Variations
Color information
#199B5B (or 0x199B5B) is known color: Eucalyptus. HEX triplet: 19, 9B and 5B. RGB value is (25,155,91). Sum of RGB (Red+Green+Blue) = 25+155+91=271 (35% of max value = 765). Red value is 25 (10.16% from 255 or 9.23% from 271); Green value is 155 (60.94% from 255 or 57.20% from 271); Blue value is 91 (35.94% from 255 or 33.58% from 271); Max value from RGB is 155 - color contains mainly: green. Hex color #199B5B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #199B5B is #E664A4. Grayscale: #6C6C6C. Windows color (decimal): -15099045 or 6003481. OLE color: 6003481.
HSL color Cylindrical-coordinate representation of color #199B5B: hue angle of 150.46º 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 #199B5B is Cyan = 0.84, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 25 | 155 | 91 | - |
| CMYK | 0.84 | 0 | 0.41 | 0.39 |
| HSL | 150.46º | 0.72% | 0.35% | - |
| HSV(B) | 150.46º | 0.84% | 0.61% | - |
| XYZ | 14.01 | 24.4 | 13.87 | - |
| YUV | 108.83 | 117.93 | 68.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 155 | 91 | 0.84 | 0 | 0.41 | 0.39 | 150.46 | 0.72 | 0.35 |
| Hex | 19 | 9B | 5B | 54 | 0 | 29 | 27 | 96 | 48 | 23 |
| Octal | 31 | 233 | 133 | 124 | 0 | 51 | 47 | 226 | 110 | 43 |
| Binary | 11001 | 10011011 | 1011011 | 1010100 | 0 | 101001 | 100111 | 10010110 | 1001000 | 100011 |
Color Harmonies of #199B5B
Complementary color
Monochromatic Colors of #199B5B
Black with #199B5B
Text Example
Text Example
White with #199B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #199B5B; }
p { color: rgb(25,155,91); }
H1.HeaderClassName
{
color: #199B5B;
}
.AnyTagClassName
{
color: #199B5B;
}
</style>
background-color css
<style>
a { background-color: #199B5B; }
a { background-color: rgb(25,155,91); }
div.DivClassName
{
background-color: #199B5B;
}
.BgClassName
{
background-color: #199B5B;
}
</style>
border-color css
<style>
span { border-color: #199B5B; }
span { border-color: rgb(25,155,91); }
td.TdClassName
{
border-color: #199B5B;
}
.TagClassName
{
border-color: #199B5B;
}
</style>