Shades of Pigment Green #059344
Tints of Pigment Green #059344
RGB
CMYK
RGB Variations
Color information
#059344 (or 0x059344) is known color: Pigment Green. HEX triplet: 05, 93 and 44. RGB value is (5,147,68). Sum of RGB (Red+Green+Blue) = 5+147+68=220 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.27% from 220); Green value is 147 (57.81% from 255 or 66.82% from 220); Blue value is 68 (26.95% from 255 or 30.91% from 220); Max value from RGB is 147 - color contains mainly: green. Hex color #059344 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #059344 is #FA6CBB. Grayscale: #5F5F5F. Windows color (decimal): -16411836 or 4494085. OLE color: 4494085.
HSL color Cylindrical-coordinate representation of color #059344: hue angle of 146.62º 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 #059344 is Cyan = 0.97, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 5 | 147 | 68 | - |
| CMYK | 0.97 | 0 | 0.54 | 0.42 |
| HSL | 146.62º | 0.93% | 0.3% | - |
| HSV(B) | 146.62º | 0.97% | 0.58% | - |
| XYZ | 11.54 | 21.32 | 8.98 | - |
| YUV | 95.54 | 112.46 | 63.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 147 | 68 | 0.97 | 0 | 0.54 | 0.42 | 146.62 | 0.93 | 0.3 |
| Hex | 5 | 93 | 44 | 61 | 0 | 36 | 2A | 93 | 5D | 1E |
| Octal | 5 | 223 | 104 | 141 | 0 | 66 | 52 | 223 | 135 | 36 |
| Binary | 101 | 10010011 | 1000100 | 1100001 | 0 | 110110 | 101010 | 10010011 | 1011101 | 11110 |
Color Harmonies of #059344
Complementary color
Monochromatic Colors of #059344
Black with #059344
Text Example
Text Example
White with #059344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #059344; }
p { color: rgb(5,147,68); }
H1.HeaderClassName
{
color: #059344;
}
.AnyTagClassName
{
color: #059344;
}
</style>
background-color css
<style>
a { background-color: #059344; }
a { background-color: rgb(5,147,68); }
div.DivClassName
{
background-color: #059344;
}
.BgClassName
{
background-color: #059344;
}
</style>
border-color css
<style>
span { border-color: #059344; }
span { border-color: rgb(5,147,68); }
td.TdClassName
{
border-color: #059344;
}
.TagClassName
{
border-color: #059344;
}
</style>