Shades of Pigment Green #059144
Tints of Pigment Green #059144
RGB
CMYK
RGB Variations
Color information
#059144 (or 0x059144) is known color: Pigment Green. HEX triplet: 05, 91 and 44. RGB value is (5,145,68). Sum of RGB (Red+Green+Blue) = 5+145+68=218 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.29% from 218); Green value is 145 (57.03% from 255 or 66.51% from 218); Blue value is 68 (26.95% from 255 or 31.19% from 218); Max value from RGB is 145 - color contains mainly: green. Hex color #059144 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #059144 is #FA6EBB. Grayscale: #5E5E5E. Windows color (decimal): -16412348 or 4493573. OLE color: 4493573.
HSL color Cylindrical-coordinate representation of color #059144: hue angle of 147º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #059144 is Cyan = 0.97, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 5 | 145 | 68 | - |
| CMYK | 0.97 | 0 | 0.53 | 0.43 |
| HSL | 147º | 0.93% | 0.29% | - |
| HSV(B) | 147º | 0.97% | 0.57% | - |
| XYZ | 11.23 | 20.7 | 8.87 | - |
| YUV | 94.36 | 113.12 | 64.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 145 | 68 | 0.97 | 0 | 0.53 | 0.43 | 147 | 0.93 | 0.29 |
| Hex | 5 | 91 | 44 | 61 | 0 | 35 | 2B | 93 | 5D | 1D |
| Octal | 5 | 221 | 104 | 141 | 0 | 65 | 53 | 223 | 135 | 35 |
| Binary | 101 | 10010001 | 1000100 | 1100001 | 0 | 110101 | 101011 | 10010011 | 1011101 | 11101 |
Color Harmonies of #059144
Complementary color
Monochromatic Colors of #059144
Black with #059144
Text Example
Text Example
White with #059144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #059144; }
p { color: rgb(5,145,68); }
H1.HeaderClassName
{
color: #059144;
}
.AnyTagClassName
{
color: #059144;
}
</style>
background-color css
<style>
a { background-color: #059144; }
a { background-color: rgb(5,145,68); }
div.DivClassName
{
background-color: #059144;
}
.BgClassName
{
background-color: #059144;
}
</style>
border-color css
<style>
span { border-color: #059144; }
span { border-color: rgb(5,145,68); }
td.TdClassName
{
border-color: #059144;
}
.TagClassName
{
border-color: #059144;
}
</style>