Shades of Pigment Green #059B32
Tints of Pigment Green #059B32
RGB
CMYK
RGB Variations
Color information
#059B32 (or 0x059B32) is known color: Pigment Green. HEX triplet: 05, 9B and 32. RGB value is (5,155,50). Sum of RGB (Red+Green+Blue) = 5+155+50=210 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.38% from 210); Green value is 155 (60.94% from 255 or 73.81% from 210); Blue value is 50 (19.92% from 255 or 23.81% from 210); Max value from RGB is 155 - color contains mainly: green. Hex color #059B32 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #059B32 is #FA64CD. Grayscale: #626262. Windows color (decimal): -16409806 or 3316485. OLE color: 3316485.
HSL color Cylindrical-coordinate representation of color #059B32: hue angle of 138º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #059B32 is Cyan = 0.97, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 5 | 155 | 50 | - |
| CMYK | 0.97 | 0 | 0.68 | 0.39 |
| HSL | 138º | 0.94% | 0.31% | - |
| HSV(B) | 138º | 0.97% | 0.61% | - |
| XYZ | 12.36 | 23.71 | 6.94 | - |
| YUV | 98.18 | 100.81 | 61.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 155 | 50 | 0.97 | 0 | 0.68 | 0.39 | 138 | 0.94 | 0.31 |
| Hex | 5 | 9B | 32 | 61 | 0 | 44 | 27 | 8A | 5E | 1F |
| Octal | 5 | 233 | 62 | 141 | 0 | 104 | 47 | 212 | 136 | 37 |
| Binary | 101 | 10011011 | 110010 | 1100001 | 0 | 1000100 | 100111 | 10001010 | 1011110 | 11111 |
Color Harmonies of #059B32
Complementary color
Monochromatic Colors of #059B32
Black with #059B32
Text Example
Text Example
White with #059B32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #059B32; }
p { color: rgb(5,155,50); }
H1.HeaderClassName
{
color: #059B32;
}
.AnyTagClassName
{
color: #059B32;
}
</style>
background-color css
<style>
a { background-color: #059B32; }
a { background-color: rgb(5,155,50); }
div.DivClassName
{
background-color: #059B32;
}
.BgClassName
{
background-color: #059B32;
}
</style>
border-color css
<style>
span { border-color: #059B32; }
span { border-color: rgb(5,155,50); }
td.TdClassName
{
border-color: #059B32;
}
.TagClassName
{
border-color: #059B32;
}
</style>