Shades of Pigment Green #11963D
Tints of Pigment Green #11963D
RGB
CMYK
RGB Variations
Color information
#11963D (or 0x11963D) is known color: Pigment Green. HEX triplet: 11, 96 and 3D. RGB value is (17,150,61). Sum of RGB (Red+Green+Blue) = 17+150+61=228 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.46% from 228); Green value is 150 (58.98% from 255 or 65.79% from 228); Blue value is 61 (24.22% from 255 or 26.75% from 228); Max value from RGB is 150 - color contains mainly: green. Hex color #11963D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #11963D is #EE69C2. Grayscale: #646464. Windows color (decimal): -15624643 or 4036113. OLE color: 4036113.
HSL color Cylindrical-coordinate representation of color #11963D: hue angle of 139.85º 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 #11963D is Cyan = 0.89, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 17 | 150 | 61 | - |
| CMYK | 0.89 | 0 | 0.59 | 0.41 |
| HSL | 139.85º | 0.8% | 0.33% | - |
| HSV(B) | 139.85º | 0.89% | 0.59% | - |
| XYZ | 11.98 | 22.27 | 8.08 | - |
| YUV | 100.09 | 105.94 | 68.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 150 | 61 | 0.89 | 0 | 0.59 | 0.41 | 139.85 | 0.8 | 0.33 |
| Hex | 11 | 96 | 3D | 59 | 0 | 3B | 29 | 8C | 50 | 21 |
| Octal | 21 | 226 | 75 | 131 | 0 | 73 | 51 | 214 | 120 | 41 |
| Binary | 10001 | 10010110 | 111101 | 1011001 | 0 | 111011 | 101001 | 10001100 | 1010000 | 100001 |
Color Harmonies of #11963D
Complementary color
Monochromatic Colors of #11963D
Black with #11963D
Text Example
Text Example
White with #11963D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11963D; }
p { color: rgb(17,150,61); }
H1.HeaderClassName
{
color: #11963D;
}
.AnyTagClassName
{
color: #11963D;
}
</style>
background-color css
<style>
a { background-color: #11963D; }
a { background-color: rgb(17,150,61); }
div.DivClassName
{
background-color: #11963D;
}
.BgClassName
{
background-color: #11963D;
}
</style>
border-color css
<style>
span { border-color: #11963D; }
span { border-color: rgb(17,150,61); }
td.TdClassName
{
border-color: #11963D;
}
.TagClassName
{
border-color: #11963D;
}
</style>