Shades of Pigment Green #059547
Tints of Pigment Green #059547
RGB
CMYK
RGB Variations
Color information
#059547 (or 0x059547) is known color: Pigment Green. HEX triplet: 05, 95 and 47. RGB value is (5,149,71). Sum of RGB (Red+Green+Blue) = 5+149+71=225 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.22% from 225); Green value is 149 (58.59% from 255 or 66.22% from 225); Blue value is 71 (28.12% from 255 or 31.56% from 225); Max value from RGB is 149 - color contains mainly: green. Hex color #059547 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #059547 is #FA6AB8. Grayscale: #616161. Windows color (decimal): -16411321 or 4691205. OLE color: 4691205.
HSL color Cylindrical-coordinate representation of color #059547: hue angle of 147.5º degrees, saturation: 0.94, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #059547 is Cyan = 0.97, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 5 | 149 | 71 | - |
| CMYK | 0.97 | 0 | 0.52 | 0.42 |
| HSL | 147.5º | 0.94% | 0.3% | - |
| HSV(B) | 147.5º | 0.97% | 0.58% | - |
| XYZ | 11.95 | 21.98 | 9.57 | - |
| YUV | 97.05 | 113.29 | 62.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 149 | 71 | 0.97 | 0 | 0.52 | 0.42 | 147.5 | 0.94 | 0.3 |
| Hex | 5 | 95 | 47 | 61 | 0 | 34 | 2A | 94 | 5E | 1E |
| Octal | 5 | 225 | 107 | 141 | 0 | 64 | 52 | 224 | 136 | 36 |
| Binary | 101 | 10010101 | 1000111 | 1100001 | 0 | 110100 | 101010 | 10010100 | 1011110 | 11110 |
Color Harmonies of #059547
Complementary color
Monochromatic Colors of #059547
Black with #059547
Text Example
Text Example
White with #059547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #059547; }
p { color: rgb(5,149,71); }
H1.HeaderClassName
{
color: #059547;
}
.AnyTagClassName
{
color: #059547;
}
</style>
background-color css
<style>
a { background-color: #059547; }
a { background-color: rgb(5,149,71); }
div.DivClassName
{
background-color: #059547;
}
.BgClassName
{
background-color: #059547;
}
</style>
border-color css
<style>
span { border-color: #059547; }
span { border-color: rgb(5,149,71); }
td.TdClassName
{
border-color: #059547;
}
.TagClassName
{
border-color: #059547;
}
</style>