Shades of Pigment Green #059C52
Tints of Pigment Green #059C52
RGB
CMYK
RGB Variations
Color information
#059C52 (or 0x059C52) is known color: Pigment Green. HEX triplet: 05, 9C and 52. RGB value is (5,156,82). Sum of RGB (Red+Green+Blue) = 5+156+82=243 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.06% from 243); Green value is 156 (61.33% from 255 or 64.20% from 243); Blue value is 82 (32.42% from 255 or 33.74% from 243); Max value from RGB is 156 - color contains mainly: green. Hex color #059C52 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #059C52 is #FA63AD. Grayscale: #666666. Windows color (decimal): -16409518 or 5413893. OLE color: 5413893.
HSL color Cylindrical-coordinate representation of color #059C52: hue angle of 150.6º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #059C52 is Cyan = 0.97, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 5 | 156 | 82 | - |
| CMYK | 0.97 | 0 | 0.47 | 0.39 |
| HSL | 150.6º | 0.94% | 0.32% | - |
| HSV(B) | 150.6º | 0.97% | 0.61% | - |
| XYZ | 13.47 | 24.42 | 11.99 | - |
| YUV | 102.42 | 116.47 | 58.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 156 | 82 | 0.97 | 0 | 0.47 | 0.39 | 150.6 | 0.94 | 0.32 |
| Hex | 5 | 9C | 52 | 61 | 0 | 2F | 27 | 97 | 5E | 20 |
| Octal | 5 | 234 | 122 | 141 | 0 | 57 | 47 | 227 | 136 | 40 |
| Binary | 101 | 10011100 | 1010010 | 1100001 | 0 | 101111 | 100111 | 10010111 | 1011110 | 100000 |
Color Harmonies of #059C52
Complementary color
Monochromatic Colors of #059C52
Black with #059C52
Text Example
Text Example
White with #059C52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #059C52; }
p { color: rgb(5,156,82); }
H1.HeaderClassName
{
color: #059C52;
}
.AnyTagClassName
{
color: #059C52;
}
</style>
background-color css
<style>
a { background-color: #059C52; }
a { background-color: rgb(5,156,82); }
div.DivClassName
{
background-color: #059C52;
}
.BgClassName
{
background-color: #059C52;
}
</style>
border-color css
<style>
span { border-color: #059C52; }
span { border-color: rgb(5,156,82); }
td.TdClassName
{
border-color: #059C52;
}
.TagClassName
{
border-color: #059C52;
}
</style>