Shades of Pigment Green #059140
Tints of Pigment Green #059140
RGB
CMYK
RGB Variations
Color information
#059140 (or 0x059140) is known color: Pigment Green. HEX triplet: 05, 91 and 40. RGB value is (5,145,64). Sum of RGB (Red+Green+Blue) = 5+145+64=214 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.34% from 214); Green value is 145 (57.03% from 255 or 67.76% from 214); Blue value is 64 (25.39% from 255 or 29.91% from 214); Max value from RGB is 145 - color contains mainly: green. Hex color #059140 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #059140 is #FA6EBF. Grayscale: #5E5E5E. Windows color (decimal): -16412352 or 4231429. OLE color: 4231429.
HSL color Cylindrical-coordinate representation of color #059140: hue angle of 145.29º 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 #059140 is Cyan = 0.97, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 5 | 145 | 64 | - |
| CMYK | 0.97 | 0 | 0.56 | 0.43 |
| HSL | 145.29º | 0.93% | 0.29% | - |
| HSV(B) | 145.29º | 0.97% | 0.57% | - |
| XYZ | 11.11 | 20.65 | 8.25 | - |
| YUV | 93.91 | 111.12 | 64.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 145 | 64 | 0.97 | 0 | 0.56 | 0.43 | 145.29 | 0.93 | 0.29 |
| Hex | 5 | 91 | 40 | 61 | 0 | 38 | 2B | 91 | 5D | 1D |
| Octal | 5 | 221 | 100 | 141 | 0 | 70 | 53 | 221 | 135 | 35 |
| Binary | 101 | 10010001 | 1000000 | 1100001 | 0 | 111000 | 101011 | 10010001 | 1011101 | 11101 |
Color Harmonies of #059140
Complementary color
Monochromatic Colors of #059140
Black with #059140
Text Example
Text Example
White with #059140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #059140; }
p { color: rgb(5,145,64); }
H1.HeaderClassName
{
color: #059140;
}
.AnyTagClassName
{
color: #059140;
}
</style>
background-color css
<style>
a { background-color: #059140; }
a { background-color: rgb(5,145,64); }
div.DivClassName
{
background-color: #059140;
}
.BgClassName
{
background-color: #059140;
}
</style>
border-color css
<style>
span { border-color: #059140; }
span { border-color: rgb(5,145,64); }
td.TdClassName
{
border-color: #059140;
}
.TagClassName
{
border-color: #059140;
}
</style>