Shades of Pigment Green #13973C
Tints of Pigment Green #13973C
RGB
CMYK
RGB Variations
Color information
#13973C (or 0x13973C) is known color: Pigment Green. HEX triplet: 13, 97 and 3C. RGB value is (19,151,60). Sum of RGB (Red+Green+Blue) = 19+151+60=230 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.26% from 230); Green value is 151 (59.38% from 255 or 65.65% from 230); Blue value is 60 (23.83% from 255 or 26.09% from 230); Max value from RGB is 151 - color contains mainly: green. Hex color #13973C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #13973C is #EC68C3. Grayscale: #656565. Windows color (decimal): -15493316 or 3970835. OLE color: 3970835.
HSL color Cylindrical-coordinate representation of color #13973C: hue angle of 138.64º 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 #13973C is Cyan = 0.87, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 19 | 151 | 60 | - |
| CMYK | 0.87 | 0 | 0.60 | 0.41 |
| HSL | 138.64º | 0.78% | 0.33% | - |
| HSV(B) | 138.64º | 0.87% | 0.59% | - |
| XYZ | 12.15 | 22.6 | 8 | - |
| YUV | 101.16 | 104.77 | 69.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 151 | 60 | 0.87 | 0 | 0.60 | 0.41 | 138.64 | 0.78 | 0.33 |
| Hex | 13 | 97 | 3C | 57 | 0 | 3C | 29 | 8B | 4E | 21 |
| Octal | 23 | 227 | 74 | 127 | 0 | 74 | 51 | 213 | 116 | 41 |
| Binary | 10011 | 10010111 | 111100 | 1010111 | 0 | 111100 | 101001 | 10001011 | 1001110 | 100001 |
Color Harmonies of #13973C
Complementary color
Monochromatic Colors of #13973C
Black with #13973C
Text Example
Text Example
White with #13973C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13973C; }
p { color: rgb(19,151,60); }
H1.HeaderClassName
{
color: #13973C;
}
.AnyTagClassName
{
color: #13973C;
}
</style>
background-color css
<style>
a { background-color: #13973C; }
a { background-color: rgb(19,151,60); }
div.DivClassName
{
background-color: #13973C;
}
.BgClassName
{
background-color: #13973C;
}
</style>
border-color css
<style>
span { border-color: #13973C; }
span { border-color: rgb(19,151,60); }
td.TdClassName
{
border-color: #13973C;
}
.TagClassName
{
border-color: #13973C;
}
</style>