Shades of Pigment Green #13A053
Tints of Pigment Green #13A053
RGB
CMYK
RGB Variations
Color information
#13A053 (or 0x13A053) is known color: Pigment Green. HEX triplet: 13, A0 and 53. RGB value is (19,160,83). Sum of RGB (Red+Green+Blue) = 19+160+83=262 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.25% from 262); Green value is 160 (62.89% from 255 or 61.07% from 262); Blue value is 83 (32.81% from 255 or 31.68% from 262); Max value from RGB is 160 - color contains mainly: green. Hex color #13A053 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #13A053 is #EC5FAC. Grayscale: #6D6D6D. Windows color (decimal): -15490989 or 5480467. OLE color: 5480467.
HSL color Cylindrical-coordinate representation of color #13A053: hue angle of 147.23º 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 #13A053 is Cyan = 0.88, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 19 | 160 | 83 | - |
| CMYK | 0.88 | 0 | 0.48 | 0.37 |
| HSL | 147.23º | 0.79% | 0.35% | - |
| HSV(B) | 147.23º | 0.88% | 0.63% | - |
| XYZ | 14.4 | 25.9 | 12.42 | - |
| YUV | 109.06 | 113.29 | 63.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 160 | 83 | 0.88 | 0 | 0.48 | 0.37 | 147.23 | 0.79 | 0.35 |
| Hex | 13 | A0 | 53 | 58 | 0 | 30 | 25 | 93 | 4F | 23 |
| Octal | 23 | 240 | 123 | 130 | 0 | 60 | 45 | 223 | 117 | 43 |
| Binary | 10011 | 10100000 | 1010011 | 1011000 | 0 | 110000 | 100101 | 10010011 | 1001111 | 100011 |
Color Harmonies of #13A053
Complementary color
Monochromatic Colors of #13A053
Black with #13A053
Text Example
Text Example
White with #13A053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13A053; }
p { color: rgb(19,160,83); }
H1.HeaderClassName
{
color: #13A053;
}
.AnyTagClassName
{
color: #13A053;
}
</style>
background-color css
<style>
a { background-color: #13A053; }
a { background-color: rgb(19,160,83); }
div.DivClassName
{
background-color: #13A053;
}
.BgClassName
{
background-color: #13A053;
}
</style>
border-color css
<style>
span { border-color: #13A053; }
span { border-color: rgb(19,160,83); }
td.TdClassName
{
border-color: #13A053;
}
.TagClassName
{
border-color: #13A053;
}
</style>