Shades of Pigment Green #11964D
Tints of Pigment Green #11964D
RGB
CMYK
RGB Variations
Color information
#11964D (or 0x11964D) is known color: Pigment Green. HEX triplet: 11, 96 and 4D. RGB value is (17,150,77). Sum of RGB (Red+Green+Blue) = 17+150+77=244 (32% of max value = 765). Red value is 17 (7.03% from 255 or 6.97% from 244); Green value is 150 (58.98% from 255 or 61.48% from 244); Blue value is 77 (30.47% from 255 or 31.56% from 244); Max value from RGB is 150 - color contains mainly: green. Hex color #11964D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #11964D is #EE69B2. Grayscale: #666666. Windows color (decimal): -15624627 or 5084689. OLE color: 5084689.
HSL color Cylindrical-coordinate representation of color #11964D: hue angle of 147.07º 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 #11964D is Cyan = 0.89, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 17 | 150 | 77 | - |
| CMYK | 0.89 | 0 | 0.49 | 0.41 |
| HSL | 147.07º | 0.8% | 0.33% | - |
| HSV(B) | 147.07º | 0.89% | 0.59% | - |
| XYZ | 12.48 | 22.47 | 10.7 | - |
| YUV | 101.91 | 113.94 | 67.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 150 | 77 | 0.89 | 0 | 0.49 | 0.41 | 147.07 | 0.8 | 0.33 |
| Hex | 11 | 96 | 4D | 59 | 0 | 31 | 29 | 93 | 50 | 21 |
| Octal | 21 | 226 | 115 | 131 | 0 | 61 | 51 | 223 | 120 | 41 |
| Binary | 10001 | 10010110 | 1001101 | 1011001 | 0 | 110001 | 101001 | 10010011 | 1010000 | 100001 |
Color Harmonies of #11964D
Complementary color
Monochromatic Colors of #11964D
Black with #11964D
Text Example
Text Example
White with #11964D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11964D; }
p { color: rgb(17,150,77); }
H1.HeaderClassName
{
color: #11964D;
}
.AnyTagClassName
{
color: #11964D;
}
</style>
background-color css
<style>
a { background-color: #11964D; }
a { background-color: rgb(17,150,77); }
div.DivClassName
{
background-color: #11964D;
}
.BgClassName
{
background-color: #11964D;
}
</style>
border-color css
<style>
span { border-color: #11964D; }
span { border-color: rgb(17,150,77); }
td.TdClassName
{
border-color: #11964D;
}
.TagClassName
{
border-color: #11964D;
}
</style>