Shades of Pigment Green #059D46
Tints of Pigment Green #059D46
RGB
CMYK
RGB Variations
Color information
#059D46 (or 0x059D46) is known color: Pigment Green. HEX triplet: 05, 9D and 46. RGB value is (5,157,70). Sum of RGB (Red+Green+Blue) = 5+157+70=232 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.16% from 232); Green value is 157 (61.72% from 255 or 67.67% from 232); Blue value is 70 (27.73% from 255 or 30.17% from 232); Max value from RGB is 157 - color contains mainly: green. Hex color #059D46 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #059D46 is #FA62B9. Grayscale: #656565. Windows color (decimal): -16409274 or 4627717. OLE color: 4627717.
HSL color Cylindrical-coordinate representation of color #059D46: hue angle of 145.66º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #059D46 is Cyan = 0.97, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 5 | 157 | 70 | - |
| CMYK | 0.97 | 0 | 0.55 | 0.38 |
| HSL | 145.66º | 0.94% | 0.32% | - |
| HSV(B) | 145.66º | 0.97% | 0.62% | - |
| XYZ | 13.23 | 24.59 | 9.84 | - |
| YUV | 101.63 | 110.14 | 59.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 157 | 70 | 0.97 | 0 | 0.55 | 0.38 | 145.66 | 0.94 | 0.32 |
| Hex | 5 | 9D | 46 | 61 | 0 | 37 | 26 | 92 | 5E | 20 |
| Octal | 5 | 235 | 106 | 141 | 0 | 67 | 46 | 222 | 136 | 40 |
| Binary | 101 | 10011101 | 1000110 | 1100001 | 0 | 110111 | 100110 | 10010010 | 1011110 | 100000 |
Color Harmonies of #059D46
Complementary color
Monochromatic Colors of #059D46
Black with #059D46
Text Example
Text Example
White with #059D46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #059D46; }
p { color: rgb(5,157,70); }
H1.HeaderClassName
{
color: #059D46;
}
.AnyTagClassName
{
color: #059D46;
}
</style>
background-color css
<style>
a { background-color: #059D46; }
a { background-color: rgb(5,157,70); }
div.DivClassName
{
background-color: #059D46;
}
.BgClassName
{
background-color: #059D46;
}
</style>
border-color css
<style>
span { border-color: #059D46; }
span { border-color: rgb(5,157,70); }
td.TdClassName
{
border-color: #059D46;
}
.TagClassName
{
border-color: #059D46;
}
</style>