Shades of Pigment Green #059341
Tints of Pigment Green #059341
RGB
CMYK
RGB Variations
Color information
#059341 (or 0x059341) is known color: Pigment Green. HEX triplet: 05, 93 and 41. RGB value is (5,147,65). Sum of RGB (Red+Green+Blue) = 5+147+65=217 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.30% from 217); Green value is 147 (57.81% from 255 or 67.74% from 217); Blue value is 65 (25.78% from 255 or 29.95% from 217); Max value from RGB is 147 - color contains mainly: green. Hex color #059341 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #059341 is #FA6CBE. Grayscale: #5F5F5F. Windows color (decimal): -16411839 or 4297477. OLE color: 4297477.
HSL color Cylindrical-coordinate representation of color #059341: hue angle of 145.35º degrees, saturation: 0.93, 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 #059341 is Cyan = 0.97, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 5 | 147 | 65 | - |
| CMYK | 0.97 | 0 | 0.56 | 0.42 |
| HSL | 145.35º | 0.93% | 0.3% | - |
| HSV(B) | 145.35º | 0.97% | 0.58% | - |
| XYZ | 11.45 | 21.28 | 8.51 | - |
| YUV | 95.19 | 110.96 | 63.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 147 | 65 | 0.97 | 0 | 0.56 | 0.42 | 145.35 | 0.93 | 0.3 |
| Hex | 5 | 93 | 41 | 61 | 0 | 38 | 2A | 91 | 5D | 1E |
| Octal | 5 | 223 | 101 | 141 | 0 | 70 | 52 | 221 | 135 | 36 |
| Binary | 101 | 10010011 | 1000001 | 1100001 | 0 | 111000 | 101010 | 10010001 | 1011101 | 11110 |
Color Harmonies of #059341
Complementary color
Monochromatic Colors of #059341
Black with #059341
Text Example
Text Example
White with #059341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #059341; }
p { color: rgb(5,147,65); }
H1.HeaderClassName
{
color: #059341;
}
.AnyTagClassName
{
color: #059341;
}
</style>
background-color css
<style>
a { background-color: #059341; }
a { background-color: rgb(5,147,65); }
div.DivClassName
{
background-color: #059341;
}
.BgClassName
{
background-color: #059341;
}
</style>
border-color css
<style>
span { border-color: #059341; }
span { border-color: rgb(5,147,65); }
td.TdClassName
{
border-color: #059341;
}
.TagClassName
{
border-color: #059341;
}
</style>