Shades of Pigment Green #059533
Tints of Pigment Green #059533
RGB
CMYK
RGB Variations
Color information
#059533 (or 0x059533) is known color: Pigment Green. HEX triplet: 05, 95 and 33. RGB value is (5,149,51). Sum of RGB (Red+Green+Blue) = 5+149+51=205 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.44% from 205); Green value is 149 (58.59% from 255 or 72.68% from 205); Blue value is 51 (20.31% from 255 or 24.88% from 205); Max value from RGB is 149 - color contains mainly: green. Hex color #059533 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #059533 is #FA6ACC. Grayscale: #5F5F5F. Windows color (decimal): -16411341 or 3380485. OLE color: 3380485.
HSL color Cylindrical-coordinate representation of color #059533: hue angle of 139.17º degrees, saturation: 0.94, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #059533 is Cyan = 0.97, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 5 | 149 | 51 | - |
| CMYK | 0.97 | 0 | 0.66 | 0.42 |
| HSL | 139.17º | 0.94% | 0.3% | - |
| HSV(B) | 139.17º | 0.97% | 0.58% | - |
| XYZ | 11.41 | 21.77 | 6.73 | - |
| YUV | 94.77 | 103.29 | 63.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 149 | 51 | 0.97 | 0 | 0.66 | 0.42 | 139.17 | 0.94 | 0.3 |
| Hex | 5 | 95 | 33 | 61 | 0 | 42 | 2A | 8B | 5E | 1E |
| Octal | 5 | 225 | 63 | 141 | 0 | 102 | 52 | 213 | 136 | 36 |
| Binary | 101 | 10010101 | 110011 | 1100001 | 0 | 1000010 | 101010 | 10001011 | 1011110 | 11110 |
Color Harmonies of #059533
Complementary color
Monochromatic Colors of #059533
Black with #059533
Text Example
Text Example
White with #059533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #059533; }
p { color: rgb(5,149,51); }
H1.HeaderClassName
{
color: #059533;
}
.AnyTagClassName
{
color: #059533;
}
</style>
background-color css
<style>
a { background-color: #059533; }
a { background-color: rgb(5,149,51); }
div.DivClassName
{
background-color: #059533;
}
.BgClassName
{
background-color: #059533;
}
</style>
border-color css
<style>
span { border-color: #059533; }
span { border-color: rgb(5,149,51); }
td.TdClassName
{
border-color: #059533;
}
.TagClassName
{
border-color: #059533;
}
</style>