Shades of Pigment Green #13AA44
Tints of Pigment Green #13AA44
RGB
CMYK
RGB Variations
Color information
#13AA44 (or 0x13AA44) is known color: Pigment Green. HEX triplet: 13, AA and 44. RGB value is (19,170,68). Sum of RGB (Red+Green+Blue) = 19+170+68=257 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.39% from 257); Green value is 170 (66.80% from 255 or 66.15% from 257); Blue value is 68 (26.95% from 255 or 26.46% from 257); Max value from RGB is 170 - color contains mainly: green. Hex color #13AA44 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #13AA44 is #EC55BB. Grayscale: #717171. Windows color (decimal): -15488444 or 4499987. OLE color: 4499987.
HSL color Cylindrical-coordinate representation of color #13AA44: hue angle of 139.47º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #13AA44 is Cyan = 0.89, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 19 | 170 | 68 | - |
| CMYK | 0.89 | 0 | 0.6 | 0.33 |
| HSL | 139.47º | 0.8% | 0.37% | - |
| HSV(B) | 139.47º | 0.89% | 0.67% | - |
| XYZ | 15.69 | 29.31 | 10.3 | - |
| YUV | 113.22 | 102.47 | 60.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 170 | 68 | 0.89 | 0 | 0.6 | 0.33 | 139.47 | 0.8 | 0.37 |
| Hex | 13 | AA | 44 | 59 | 0 | 3C | 21 | 8B | 50 | 25 |
| Octal | 23 | 252 | 104 | 131 | 0 | 74 | 41 | 213 | 120 | 45 |
| Binary | 10011 | 10101010 | 1000100 | 1011001 | 0 | 111100 | 100001 | 10001011 | 1010000 | 100101 |
Color Harmonies of #13AA44
Complementary color
Monochromatic Colors of #13AA44
Black with #13AA44
Text Example
Text Example
White with #13AA44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13AA44; }
p { color: rgb(19,170,68); }
H1.HeaderClassName
{
color: #13AA44;
}
.AnyTagClassName
{
color: #13AA44;
}
</style>
background-color css
<style>
a { background-color: #13AA44; }
a { background-color: rgb(19,170,68); }
div.DivClassName
{
background-color: #13AA44;
}
.BgClassName
{
background-color: #13AA44;
}
</style>
border-color css
<style>
span { border-color: #13AA44; }
span { border-color: rgb(19,170,68); }
td.TdClassName
{
border-color: #13AA44;
}
.TagClassName
{
border-color: #13AA44;
}
</style>