Shades of Pigment Green #13993F
Tints of Pigment Green #13993F
RGB
CMYK
RGB Variations
Color information
#13993F (or 0x13993F) is known color: Pigment Green. HEX triplet: 13, 99 and 3F. RGB value is (19,153,63). Sum of RGB (Red+Green+Blue) = 19+153+63=235 (31% of max value = 765). Red value is 19 (7.81% from 255 or 8.09% from 235); Green value is 153 (60.16% from 255 or 65.11% from 235); Blue value is 63 (25% from 255 or 26.81% from 235); Max value from RGB is 153 - color contains mainly: green. Hex color #13993F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #13993F is #EC66C0. Grayscale: #666666. Windows color (decimal): -15492801 or 4167955. OLE color: 4167955.
HSL color Cylindrical-coordinate representation of color #13993F: hue angle of 139.7º 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 #13993F is Cyan = 0.88, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 19 | 153 | 63 | - |
| CMYK | 0.88 | 0 | 0.59 | 0.4 |
| HSL | 139.7º | 0.78% | 0.34% | - |
| HSV(B) | 139.7º | 0.88% | 0.6% | - |
| XYZ | 12.56 | 23.28 | 8.53 | - |
| YUV | 102.67 | 105.61 | 68.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 153 | 63 | 0.88 | 0 | 0.59 | 0.4 | 139.7 | 0.78 | 0.34 |
| Hex | 13 | 99 | 3F | 58 | 0 | 3B | 28 | 8C | 4E | 22 |
| Octal | 23 | 231 | 77 | 130 | 0 | 73 | 50 | 214 | 116 | 42 |
| Binary | 10011 | 10011001 | 111111 | 1011000 | 0 | 111011 | 101000 | 10001100 | 1001110 | 100010 |
Color Harmonies of #13993F
Complementary color
Monochromatic Colors of #13993F
Black with #13993F
Text Example
Text Example
White with #13993F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13993F; }
p { color: rgb(19,153,63); }
H1.HeaderClassName
{
color: #13993F;
}
.AnyTagClassName
{
color: #13993F;
}
</style>
background-color css
<style>
a { background-color: #13993F; }
a { background-color: rgb(19,153,63); }
div.DivClassName
{
background-color: #13993F;
}
.BgClassName
{
background-color: #13993F;
}
</style>
border-color css
<style>
span { border-color: #13993F; }
span { border-color: rgb(19,153,63); }
td.TdClassName
{
border-color: #13993F;
}
.TagClassName
{
border-color: #13993F;
}
</style>