Shades of Pigment Green #059A32
Tints of Pigment Green #059A32
RGB
CMYK
RGB Variations
Color information
#059A32 (or 0x059A32) is known color: Pigment Green. HEX triplet: 05, 9A and 32. RGB value is (5,154,50). Sum of RGB (Red+Green+Blue) = 5+154+50=209 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.39% from 209); Green value is 154 (60.55% from 255 or 73.68% from 209); Blue value is 50 (19.92% from 255 or 23.92% from 209); Max value from RGB is 154 - color contains mainly: green. Hex color #059A32 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #059A32 is #FA65CD. Grayscale: #616161. Windows color (decimal): -16410062 or 3316229. OLE color: 3316229.
HSL color Cylindrical-coordinate representation of color #059A32: hue angle of 138.12º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #059A32 is Cyan = 0.97, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 5 | 154 | 50 | - |
| CMYK | 0.97 | 0 | 0.68 | 0.40 |
| HSL | 138.12º | 0.94% | 0.31% | - |
| HSV(B) | 138.12º | 0.97% | 0.6% | - |
| XYZ | 12.19 | 23.37 | 6.89 | - |
| YUV | 97.59 | 101.14 | 61.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 154 | 50 | 0.97 | 0 | 0.68 | 0.40 | 138.12 | 0.94 | 0.31 |
| Hex | 5 | 9A | 32 | 61 | 0 | 44 | 28 | 8A | 5E | 1F |
| Octal | 5 | 232 | 62 | 141 | 0 | 104 | 50 | 212 | 136 | 37 |
| Binary | 101 | 10011010 | 110010 | 1100001 | 0 | 1000100 | 101000 | 10001010 | 1011110 | 11111 |
Color Harmonies of #059A32
Complementary color
Monochromatic Colors of #059A32
Black with #059A32
Text Example
Text Example
White with #059A32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #059A32; }
p { color: rgb(5,154,50); }
H1.HeaderClassName
{
color: #059A32;
}
.AnyTagClassName
{
color: #059A32;
}
</style>
background-color css
<style>
a { background-color: #059A32; }
a { background-color: rgb(5,154,50); }
div.DivClassName
{
background-color: #059A32;
}
.BgClassName
{
background-color: #059A32;
}
</style>
border-color css
<style>
span { border-color: #059A32; }
span { border-color: rgb(5,154,50); }
td.TdClassName
{
border-color: #059A32;
}
.TagClassName
{
border-color: #059A32;
}
</style>