Shades of Pigment Green #059246
Tints of Pigment Green #059246
RGB
CMYK
RGB Variations
Color information
#059246 (or 0x059246) is known color: Pigment Green. HEX triplet: 05, 92 and 46. RGB value is (5,146,70). Sum of RGB (Red+Green+Blue) = 5+146+70=221 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.26% from 221); Green value is 146 (57.42% from 255 or 66.06% from 221); Blue value is 70 (27.73% from 255 or 31.67% from 221); Max value from RGB is 146 - color contains mainly: green. Hex color #059246 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #059246 is #FA6DB9. Grayscale: #5F5F5F. Windows color (decimal): -16412090 or 4624901. OLE color: 4624901.
HSL color Cylindrical-coordinate representation of color #059246: hue angle of 147.66º degrees, saturation: 0.93, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #059246 is Cyan = 0.97, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 5 | 146 | 70 | - |
| CMYK | 0.97 | 0 | 0.52 | 0.43 |
| HSL | 147.66º | 0.93% | 0.3% | - |
| HSV(B) | 147.66º | 0.97% | 0.57% | - |
| XYZ | 11.45 | 21.03 | 9.25 | - |
| YUV | 95.18 | 113.79 | 63.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 146 | 70 | 0.97 | 0 | 0.52 | 0.43 | 147.66 | 0.93 | 0.3 |
| Hex | 5 | 92 | 46 | 61 | 0 | 34 | 2B | 94 | 5D | 1E |
| Octal | 5 | 222 | 106 | 141 | 0 | 64 | 53 | 224 | 135 | 36 |
| Binary | 101 | 10010010 | 1000110 | 1100001 | 0 | 110100 | 101011 | 10010100 | 1011101 | 11110 |
Color Harmonies of #059246
Complementary color
Monochromatic Colors of #059246
Black with #059246
Text Example
Text Example
White with #059246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #059246; }
p { color: rgb(5,146,70); }
H1.HeaderClassName
{
color: #059246;
}
.AnyTagClassName
{
color: #059246;
}
</style>
background-color css
<style>
a { background-color: #059246; }
a { background-color: rgb(5,146,70); }
div.DivClassName
{
background-color: #059246;
}
.BgClassName
{
background-color: #059246;
}
</style>
border-color css
<style>
span { border-color: #059246; }
span { border-color: rgb(5,146,70); }
td.TdClassName
{
border-color: #059246;
}
.TagClassName
{
border-color: #059246;
}
</style>