Shades of Pigment Green #13984A
Tints of Pigment Green #13984A
RGB
CMYK
RGB Variations
Color information
#13984A (or 0x13984A) is known color: Pigment Green. HEX triplet: 13, 98 and 4A. RGB value is (19,152,74). Sum of RGB (Red+Green+Blue) = 19+152+74=245 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.76% from 245); Green value is 152 (59.77% from 255 or 62.04% from 245); Blue value is 74 (29.30% from 255 or 30.20% from 245); Max value from RGB is 152 - color contains mainly: green. Hex color #13984A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #13984A is #EC67B5. Grayscale: #676767. Windows color (decimal): -15493046 or 4888595. OLE color: 4888595.
HSL color Cylindrical-coordinate representation of color #13984A: hue angle of 144.81º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #13984A is Cyan = 0.87, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 19 | 152 | 74 | - |
| CMYK | 0.87 | 0 | 0.51 | 0.40 |
| HSL | 144.81º | 0.78% | 0.34% | - |
| HSV(B) | 144.81º | 0.88% | 0.6% | - |
| XYZ | 12.73 | 23.09 | 10.26 | - |
| YUV | 103.34 | 111.44 | 67.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 152 | 74 | 0.87 | 0 | 0.51 | 0.40 | 144.81 | 0.78 | 0.34 |
| Hex | 13 | 98 | 4A | 57 | 0 | 33 | 28 | 91 | 4E | 22 |
| Octal | 23 | 230 | 112 | 127 | 0 | 63 | 50 | 221 | 116 | 42 |
| Binary | 10011 | 10011000 | 1001010 | 1010111 | 0 | 110011 | 101000 | 10010001 | 1001110 | 100010 |
Color Harmonies of #13984A
Complementary color
Monochromatic Colors of #13984A
Black with #13984A
Text Example
Text Example
White with #13984A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13984A; }
p { color: rgb(19,152,74); }
H1.HeaderClassName
{
color: #13984A;
}
.AnyTagClassName
{
color: #13984A;
}
</style>
background-color css
<style>
a { background-color: #13984A; }
a { background-color: rgb(19,152,74); }
div.DivClassName
{
background-color: #13984A;
}
.BgClassName
{
background-color: #13984A;
}
</style>
border-color css
<style>
span { border-color: #13984A; }
span { border-color: rgb(19,152,74); }
td.TdClassName
{
border-color: #13984A;
}
.TagClassName
{
border-color: #13984A;
}
</style>