Shades of Pigment Green #059037
Tints of Pigment Green #059037
RGB
CMYK
RGB Variations
Color information
#059037 (or 0x059037) is known color: Pigment Green. HEX triplet: 05, 90 and 37. RGB value is (5,144,55). Sum of RGB (Red+Green+Blue) = 5+144+55=204 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.45% from 204); Green value is 144 (56.64% from 255 or 70.59% from 204); Blue value is 55 (21.88% from 255 or 26.96% from 204); Max value from RGB is 144 - color contains mainly: green. Hex color #059037 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #059037 is #FA6FC8. Grayscale: #5C5C5C. Windows color (decimal): -16412617 or 3641349. OLE color: 3641349.
HSL color Cylindrical-coordinate representation of color #059037: hue angle of 141.58º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #059037 is Cyan = 0.97, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 5 | 144 | 55 | - |
| CMYK | 0.97 | 0 | 0.62 | 0.44 |
| HSL | 141.58º | 0.93% | 0.29% | - |
| HSV(B) | 141.58º | 0.97% | 0.56% | - |
| XYZ | 10.73 | 20.25 | 6.96 | - |
| YUV | 92.29 | 106.95 | 65.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 144 | 55 | 0.97 | 0 | 0.62 | 0.44 | 141.58 | 0.93 | 0.29 |
| Hex | 5 | 90 | 37 | 61 | 0 | 3E | 2C | 8E | 5D | 1D |
| Octal | 5 | 220 | 67 | 141 | 0 | 76 | 54 | 216 | 135 | 35 |
| Binary | 101 | 10010000 | 110111 | 1100001 | 0 | 111110 | 101100 | 10001110 | 1011101 | 11101 |
Color Harmonies of #059037
Complementary color
Monochromatic Colors of #059037
Black with #059037
Text Example
Text Example
White with #059037
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #059037; }
p { color: rgb(5,144,55); }
H1.HeaderClassName
{
color: #059037;
}
.AnyTagClassName
{
color: #059037;
}
</style>
background-color css
<style>
a { background-color: #059037; }
a { background-color: rgb(5,144,55); }
div.DivClassName
{
background-color: #059037;
}
.BgClassName
{
background-color: #059037;
}
</style>
border-color css
<style>
span { border-color: #059037; }
span { border-color: rgb(5,144,55); }
td.TdClassName
{
border-color: #059037;
}
.TagClassName
{
border-color: #059037;
}
</style>