Shades of Pigment Green #119649
Tints of Pigment Green #119649
RGB
CMYK
RGB Variations
Color information
#119649 (or 0x119649) is known color: Pigment Green. HEX triplet: 11, 96 and 49. RGB value is (17,150,73). Sum of RGB (Red+Green+Blue) = 17+150+73=240 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.08% from 240); Green value is 150 (58.98% from 255 or 62.5% from 240); Blue value is 73 (28.91% from 255 or 30.42% from 240); Max value from RGB is 150 - color contains mainly: green. Hex color #119649 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #119649 is #EE69B6. Grayscale: #656565. Windows color (decimal): -15624631 or 4822545. OLE color: 4822545.
HSL color Cylindrical-coordinate representation of color #119649: hue angle of 145.26º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #119649 is Cyan = 0.89, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 17 | 150 | 73 | - |
| CMYK | 0.89 | 0 | 0.51 | 0.41 |
| HSL | 145.26º | 0.8% | 0.33% | - |
| HSV(B) | 145.26º | 0.89% | 0.59% | - |
| XYZ | 12.34 | 22.41 | 9.98 | - |
| YUV | 101.46 | 111.94 | 67.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 150 | 73 | 0.89 | 0 | 0.51 | 0.41 | 145.26 | 0.8 | 0.33 |
| Hex | 11 | 96 | 49 | 59 | 0 | 33 | 29 | 91 | 50 | 21 |
| Octal | 21 | 226 | 111 | 131 | 0 | 63 | 51 | 221 | 120 | 41 |
| Binary | 10001 | 10010110 | 1001001 | 1011001 | 0 | 110011 | 101001 | 10010001 | 1010000 | 100001 |
Color Harmonies of #119649
Complementary color
Monochromatic Colors of #119649
Black with #119649
Text Example
Text Example
White with #119649
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #119649; }
p { color: rgb(17,150,73); }
H1.HeaderClassName
{
color: #119649;
}
.AnyTagClassName
{
color: #119649;
}
</style>
background-color css
<style>
a { background-color: #119649; }
a { background-color: rgb(17,150,73); }
div.DivClassName
{
background-color: #119649;
}
.BgClassName
{
background-color: #119649;
}
</style>
border-color css
<style>
span { border-color: #119649; }
span { border-color: rgb(17,150,73); }
td.TdClassName
{
border-color: #119649;
}
.TagClassName
{
border-color: #119649;
}
</style>