Shades of Pigment Green #13983D
Tints of Pigment Green #13983D
RGB
CMYK
RGB Variations
Color information
#13983D (or 0x13983D) is known color: Pigment Green. HEX triplet: 13, 98 and 3D. RGB value is (19,152,61). Sum of RGB (Red+Green+Blue) = 19+152+61=232 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.19% from 232); Green value is 152 (59.77% from 255 or 65.52% from 232); Blue value is 61 (24.22% from 255 or 26.29% from 232); Max value from RGB is 152 - color contains mainly: green. Hex color #13983D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #13983D is #EC67C2. Grayscale: #666666. Windows color (decimal): -15493059 or 4036627. OLE color: 4036627.
HSL color Cylindrical-coordinate representation of color #13983D: hue angle of 138.95º 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 #13983D is Cyan = 0.87, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 19 | 152 | 61 | - |
| CMYK | 0.87 | 0 | 0.60 | 0.40 |
| HSL | 138.95º | 0.78% | 0.34% | - |
| HSV(B) | 138.95º | 0.88% | 0.6% | - |
| XYZ | 12.34 | 22.93 | 8.19 | - |
| YUV | 101.86 | 104.94 | 68.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 152 | 61 | 0.87 | 0 | 0.60 | 0.40 | 138.95 | 0.78 | 0.34 |
| Hex | 13 | 98 | 3D | 57 | 0 | 3C | 28 | 8B | 4E | 22 |
| Octal | 23 | 230 | 75 | 127 | 0 | 74 | 50 | 213 | 116 | 42 |
| Binary | 10011 | 10011000 | 111101 | 1010111 | 0 | 111100 | 101000 | 10001011 | 1001110 | 100010 |
Color Harmonies of #13983D
Complementary color
Monochromatic Colors of #13983D
Black with #13983D
Text Example
Text Example
White with #13983D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13983D; }
p { color: rgb(19,152,61); }
H1.HeaderClassName
{
color: #13983D;
}
.AnyTagClassName
{
color: #13983D;
}
</style>
background-color css
<style>
a { background-color: #13983D; }
a { background-color: rgb(19,152,61); }
div.DivClassName
{
background-color: #13983D;
}
.BgClassName
{
background-color: #13983D;
}
</style>
border-color css
<style>
span { border-color: #13983D; }
span { border-color: rgb(19,152,61); }
td.TdClassName
{
border-color: #13983D;
}
.TagClassName
{
border-color: #13983D;
}
</style>