Shades of Pigment Green #059641
Tints of Pigment Green #059641
RGB
CMYK
RGB Variations
Color information
#059641 (or 0x059641) is known color: Pigment Green. HEX triplet: 05, 96 and 41. RGB value is (5,150,65). Sum of RGB (Red+Green+Blue) = 5+150+65=220 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.27% from 220); Green value is 150 (58.98% from 255 or 68.18% from 220); Blue value is 65 (25.78% from 255 or 29.55% from 220); Max value from RGB is 150 - color contains mainly: green. Hex color #059641 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #059641 is #FA69BE. Grayscale: #616161. Windows color (decimal): -16411071 or 4298245. OLE color: 4298245.
HSL color Cylindrical-coordinate representation of color #059641: hue angle of 144.83º degrees, saturation: 0.94, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #059641 is Cyan = 0.97, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 5 | 150 | 65 | - |
| CMYK | 0.97 | 0 | 0.57 | 0.41 |
| HSL | 144.83º | 0.94% | 0.3% | - |
| HSV(B) | 144.83º | 0.97% | 0.59% | - |
| XYZ | 11.92 | 22.23 | 8.66 | - |
| YUV | 96.96 | 109.96 | 62.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 150 | 65 | 0.97 | 0 | 0.57 | 0.41 | 144.83 | 0.94 | 0.3 |
| Hex | 5 | 96 | 41 | 61 | 0 | 39 | 29 | 91 | 5E | 1E |
| Octal | 5 | 226 | 101 | 141 | 0 | 71 | 51 | 221 | 136 | 36 |
| Binary | 101 | 10010110 | 1000001 | 1100001 | 0 | 111001 | 101001 | 10010001 | 1011110 | 11110 |
Color Harmonies of #059641
Complementary color
Monochromatic Colors of #059641
Black with #059641
Text Example
Text Example
White with #059641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #059641; }
p { color: rgb(5,150,65); }
H1.HeaderClassName
{
color: #059641;
}
.AnyTagClassName
{
color: #059641;
}
</style>
background-color css
<style>
a { background-color: #059641; }
a { background-color: rgb(5,150,65); }
div.DivClassName
{
background-color: #059641;
}
.BgClassName
{
background-color: #059641;
}
</style>
border-color css
<style>
span { border-color: #059641; }
span { border-color: rgb(5,150,65); }
td.TdClassName
{
border-color: #059641;
}
.TagClassName
{
border-color: #059641;
}
</style>