Shades of Pigment Green #13A039
Tints of Pigment Green #13A039
RGB
CMYK
RGB Variations
Color information
#13A039 (or 0x13A039) is known color: Pigment Green. HEX triplet: 13, A0 and 39. RGB value is (19,160,57). Sum of RGB (Red+Green+Blue) = 19+160+57=236 (31% of max value = 765). Red value is 19 (7.81% from 255 or 8.05% from 236); Green value is 160 (62.89% from 255 or 67.80% from 236); Blue value is 57 (22.66% from 255 or 24.15% from 236); Max value from RGB is 160 - color contains mainly: green. Hex color #13A039 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #13A039 is #EC5FC6. Grayscale: #6A6A6A. Windows color (decimal): -15491015 or 3776531. OLE color: 3776531.
HSL color Cylindrical-coordinate representation of color #13A039: hue angle of 136.17º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #13A039 is Cyan = 0.88, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 19 | 160 | 57 | - |
| CMYK | 0.88 | 0 | 0.64 | 0.37 |
| HSL | 136.17º | 0.79% | 0.35% | - |
| HSV(B) | 136.17º | 0.88% | 0.63% | - |
| XYZ | 13.58 | 25.58 | 8.09 | - |
| YUV | 106.1 | 100.29 | 65.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 160 | 57 | 0.88 | 0 | 0.64 | 0.37 | 136.17 | 0.79 | 0.35 |
| Hex | 13 | A0 | 39 | 58 | 0 | 40 | 25 | 88 | 4F | 23 |
| Octal | 23 | 240 | 71 | 130 | 0 | 100 | 45 | 210 | 117 | 43 |
| Binary | 10011 | 10100000 | 111001 | 1011000 | 0 | 1000000 | 100101 | 10001000 | 1001111 | 100011 |
Color Harmonies of #13A039
Complementary color
Monochromatic Colors of #13A039
Black with #13A039
Text Example
Text Example
White with #13A039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13A039; }
p { color: rgb(19,160,57); }
H1.HeaderClassName
{
color: #13A039;
}
.AnyTagClassName
{
color: #13A039;
}
</style>
background-color css
<style>
a { background-color: #13A039; }
a { background-color: rgb(19,160,57); }
div.DivClassName
{
background-color: #13A039;
}
.BgClassName
{
background-color: #13A039;
}
</style>
border-color css
<style>
span { border-color: #13A039; }
span { border-color: rgb(19,160,57); }
td.TdClassName
{
border-color: #13A039;
}
.TagClassName
{
border-color: #13A039;
}
</style>