Shades of Pigment Green #059150
Tints of Pigment Green #059150
RGB
CMYK
RGB Variations
Color information
#059150 (or 0x059150) is known color: Pigment Green. HEX triplet: 05, 91 and 50. RGB value is (5,145,80). Sum of RGB (Red+Green+Blue) = 5+145+80=230 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.17% from 230); Green value is 145 (57.03% from 255 or 63.04% from 230); Blue value is 80 (31.64% from 255 or 34.78% from 230); Max value from RGB is 145 - color contains mainly: green. Hex color #059150 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #059150 is #FA6EAF. Grayscale: #5F5F5F. Windows color (decimal): -16412336 or 5280005. OLE color: 5280005.
HSL color Cylindrical-coordinate representation of color #059150: hue angle of 152.14º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #059150 is Cyan = 0.97, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 5 | 145 | 80 | - |
| CMYK | 0.97 | 0 | 0.45 | 0.43 |
| HSL | 152.14º | 0.93% | 0.29% | - |
| HSV(B) | 152.14º | 0.97% | 0.57% | - |
| XYZ | 11.64 | 20.86 | 11 | - |
| YUV | 95.73 | 119.12 | 63.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 145 | 80 | 0.97 | 0 | 0.45 | 0.43 | 152.14 | 0.93 | 0.29 |
| Hex | 5 | 91 | 50 | 61 | 0 | 2D | 2B | 98 | 5D | 1D |
| Octal | 5 | 221 | 120 | 141 | 0 | 55 | 53 | 230 | 135 | 35 |
| Binary | 101 | 10010001 | 1010000 | 1100001 | 0 | 101101 | 101011 | 10011000 | 1011101 | 11101 |
Color Harmonies of #059150
Complementary color
Monochromatic Colors of #059150
Black with #059150
Text Example
Text Example
White with #059150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #059150; }
p { color: rgb(5,145,80); }
H1.HeaderClassName
{
color: #059150;
}
.AnyTagClassName
{
color: #059150;
}
</style>
background-color css
<style>
a { background-color: #059150; }
a { background-color: rgb(5,145,80); }
div.DivClassName
{
background-color: #059150;
}
.BgClassName
{
background-color: #059150;
}
</style>
border-color css
<style>
span { border-color: #059150; }
span { border-color: rgb(5,145,80); }
td.TdClassName
{
border-color: #059150;
}
.TagClassName
{
border-color: #059150;
}
</style>