Shades of Pigment Green #13963C
Tints of Pigment Green #13963C
RGB
CMYK
RGB Variations
Color information
#13963C (or 0x13963C) is known color: Pigment Green. HEX triplet: 13, 96 and 3C. RGB value is (19,150,60). Sum of RGB (Red+Green+Blue) = 19+150+60=229 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.30% from 229); Green value is 150 (58.98% from 255 or 65.50% from 229); Blue value is 60 (23.83% from 255 or 26.20% from 229); Max value from RGB is 150 - color contains mainly: green. Hex color #13963C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #13963C is #EC69C3. Grayscale: #646464. Windows color (decimal): -15493572 or 3970579. OLE color: 3970579.
HSL color Cylindrical-coordinate representation of color #13963C: hue angle of 138.78º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #13963C is Cyan = 0.87, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 19 | 150 | 60 | - |
| CMYK | 0.87 | 0 | 0.6 | 0.41 |
| HSL | 138.78º | 0.78% | 0.33% | - |
| HSV(B) | 138.78º | 0.87% | 0.59% | - |
| XYZ | 11.99 | 22.28 | 7.94 | - |
| YUV | 100.57 | 105.1 | 69.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 150 | 60 | 0.87 | 0 | 0.6 | 0.41 | 138.78 | 0.78 | 0.33 |
| Hex | 13 | 96 | 3C | 57 | 0 | 3C | 29 | 8B | 4E | 21 |
| Octal | 23 | 226 | 74 | 127 | 0 | 74 | 51 | 213 | 116 | 41 |
| Binary | 10011 | 10010110 | 111100 | 1010111 | 0 | 111100 | 101001 | 10001011 | 1001110 | 100001 |
Color Harmonies of #13963C
Complementary color
Monochromatic Colors of #13963C
Black with #13963C
Text Example
Text Example
White with #13963C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13963C; }
p { color: rgb(19,150,60); }
H1.HeaderClassName
{
color: #13963C;
}
.AnyTagClassName
{
color: #13963C;
}
</style>
background-color css
<style>
a { background-color: #13963C; }
a { background-color: rgb(19,150,60); }
div.DivClassName
{
background-color: #13963C;
}
.BgClassName
{
background-color: #13963C;
}
</style>
border-color css
<style>
span { border-color: #13963C; }
span { border-color: rgb(19,150,60); }
td.TdClassName
{
border-color: #13963C;
}
.TagClassName
{
border-color: #13963C;
}
</style>