Shades of Pigment Green #119549
Tints of Pigment Green #119549
RGB
CMYK
RGB Variations
Color information
#119549 (or 0x119549) is known color: Pigment Green. HEX triplet: 11, 95 and 49. RGB value is (17,149,73). Sum of RGB (Red+Green+Blue) = 17+149+73=239 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.11% from 239); Green value is 149 (58.59% from 255 or 62.34% from 239); Blue value is 73 (28.91% from 255 or 30.54% from 239); Max value from RGB is 149 - color contains mainly: green. Hex color #119549 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #119549 is #EE6AB6. Grayscale: #656565. Windows color (decimal): -15624887 or 4822289. OLE color: 4822289.
HSL color Cylindrical-coordinate representation of color #119549: hue angle of 145.45º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #119549 is Cyan = 0.89, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 17 | 149 | 73 | - |
| CMYK | 0.89 | 0 | 0.51 | 0.42 |
| HSL | 145.45º | 0.8% | 0.33% | - |
| HSV(B) | 145.45º | 0.89% | 0.58% | - |
| XYZ | 12.18 | 22.1 | 9.93 | - |
| YUV | 100.87 | 112.27 | 68.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 149 | 73 | 0.89 | 0 | 0.51 | 0.42 | 145.45 | 0.8 | 0.33 |
| Hex | 11 | 95 | 49 | 59 | 0 | 33 | 2A | 91 | 50 | 21 |
| Octal | 21 | 225 | 111 | 131 | 0 | 63 | 52 | 221 | 120 | 41 |
| Binary | 10001 | 10010101 | 1001001 | 1011001 | 0 | 110011 | 101010 | 10010001 | 1010000 | 100001 |
Color Harmonies of #119549
Complementary color
Monochromatic Colors of #119549
Black with #119549
Text Example
Text Example
White with #119549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #119549; }
p { color: rgb(17,149,73); }
H1.HeaderClassName
{
color: #119549;
}
.AnyTagClassName
{
color: #119549;
}
</style>
background-color css
<style>
a { background-color: #119549; }
a { background-color: rgb(17,149,73); }
div.DivClassName
{
background-color: #119549;
}
.BgClassName
{
background-color: #119549;
}
</style>
border-color css
<style>
span { border-color: #119549; }
span { border-color: rgb(17,149,73); }
td.TdClassName
{
border-color: #119549;
}
.TagClassName
{
border-color: #119549;
}
</style>