Shades of Pigment Green #059C48
Tints of Pigment Green #059C48
RGB
CMYK
RGB Variations
Color information
#059C48 (or 0x059C48) is known color: Pigment Green. HEX triplet: 05, 9C and 48. RGB value is (5,156,72). Sum of RGB (Red+Green+Blue) = 5+156+72=233 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.15% from 233); Green value is 156 (61.33% from 255 or 66.95% from 233); Blue value is 72 (28.52% from 255 or 30.90% from 233); Max value from RGB is 156 - color contains mainly: green. Hex color #059C48 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #059C48 is #FA63B7. Grayscale: #656565. Windows color (decimal): -16409528 or 4758533. OLE color: 4758533.
HSL color Cylindrical-coordinate representation of color #059C48: hue angle of 146.62º 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 #059C48 is Cyan = 0.97, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 5 | 156 | 72 | - |
| CMYK | 0.97 | 0 | 0.54 | 0.39 |
| HSL | 146.62º | 0.94% | 0.32% | - |
| HSV(B) | 146.62º | 0.97% | 0.61% | - |
| XYZ | 13.12 | 24.28 | 10.13 | - |
| YUV | 101.28 | 111.47 | 59.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 156 | 72 | 0.97 | 0 | 0.54 | 0.39 | 146.62 | 0.94 | 0.32 |
| Hex | 5 | 9C | 48 | 61 | 0 | 36 | 27 | 93 | 5E | 20 |
| Octal | 5 | 234 | 110 | 141 | 0 | 66 | 47 | 223 | 136 | 40 |
| Binary | 101 | 10011100 | 1001000 | 1100001 | 0 | 110110 | 100111 | 10010011 | 1011110 | 100000 |
Color Harmonies of #059C48
Complementary color
Monochromatic Colors of #059C48
Black with #059C48
Text Example
Text Example
White with #059C48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #059C48; }
p { color: rgb(5,156,72); }
H1.HeaderClassName
{
color: #059C48;
}
.AnyTagClassName
{
color: #059C48;
}
</style>
background-color css
<style>
a { background-color: #059C48; }
a { background-color: rgb(5,156,72); }
div.DivClassName
{
background-color: #059C48;
}
.BgClassName
{
background-color: #059C48;
}
</style>
border-color css
<style>
span { border-color: #059C48; }
span { border-color: rgb(5,156,72); }
td.TdClassName
{
border-color: #059C48;
}
.TagClassName
{
border-color: #059C48;
}
</style>