Shades of Pigment Green #059C34
Tints of Pigment Green #059C34
RGB
CMYK
RGB Variations
Color information
#059C34 (or 0x059C34) is known color: Pigment Green. HEX triplet: 05, 9C and 34. RGB value is (5,156,52). Sum of RGB (Red+Green+Blue) = 5+156+52=213 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.35% from 213); Green value is 156 (61.33% from 255 or 73.24% from 213); Blue value is 52 (20.70% from 255 or 24.41% from 213); Max value from RGB is 156 - color contains mainly: green. Hex color #059C34 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #059C34 is #FA63CB. Grayscale: #636363. Windows color (decimal): -16409548 or 3447813. OLE color: 3447813.
HSL color Cylindrical-coordinate representation of color #059C34: hue angle of 138.68º 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 #059C34 is Cyan = 0.97, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 5 | 156 | 52 | - |
| CMYK | 0.97 | 0 | 0.67 | 0.39 |
| HSL | 138.68º | 0.94% | 0.32% | - |
| HSV(B) | 138.68º | 0.97% | 0.61% | - |
| XYZ | 12.57 | 24.06 | 7.23 | - |
| YUV | 99 | 101.47 | 60.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 156 | 52 | 0.97 | 0 | 0.67 | 0.39 | 138.68 | 0.94 | 0.32 |
| Hex | 5 | 9C | 34 | 61 | 0 | 43 | 27 | 8B | 5E | 20 |
| Octal | 5 | 234 | 64 | 141 | 0 | 103 | 47 | 213 | 136 | 40 |
| Binary | 101 | 10011100 | 110100 | 1100001 | 0 | 1000011 | 100111 | 10001011 | 1011110 | 100000 |
Color Harmonies of #059C34
Complementary color
Monochromatic Colors of #059C34
Black with #059C34
Text Example
Text Example
White with #059C34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #059C34; }
p { color: rgb(5,156,52); }
H1.HeaderClassName
{
color: #059C34;
}
.AnyTagClassName
{
color: #059C34;
}
</style>
background-color css
<style>
a { background-color: #059C34; }
a { background-color: rgb(5,156,52); }
div.DivClassName
{
background-color: #059C34;
}
.BgClassName
{
background-color: #059C34;
}
</style>
border-color css
<style>
span { border-color: #059C34; }
span { border-color: rgb(5,156,52); }
td.TdClassName
{
border-color: #059C34;
}
.TagClassName
{
border-color: #059C34;
}
</style>