Shades of Pigment Green #059935
Tints of Pigment Green #059935
RGB
CMYK
RGB Variations
Color information
#059935 (or 0x059935) is known color: Pigment Green. HEX triplet: 05, 99 and 35. RGB value is (5,153,53). Sum of RGB (Red+Green+Blue) = 5+153+53=211 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.37% from 211); Green value is 153 (60.16% from 255 or 72.51% from 211); Blue value is 53 (21.09% from 255 or 25.12% from 211); Max value from RGB is 153 - color contains mainly: green. Hex color #059935 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #059935 is #FA66CA. Grayscale: #616161. Windows color (decimal): -16410315 or 3512581. OLE color: 3512581.
HSL color Cylindrical-coordinate representation of color #059935: hue angle of 139.46º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #059935 is Cyan = 0.97, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 5 | 153 | 53 | - |
| CMYK | 0.97 | 0 | 0.65 | 0.4 |
| HSL | 139.46º | 0.94% | 0.31% | - |
| HSV(B) | 139.46º | 0.97% | 0.6% | - |
| XYZ | 12.1 | 23.07 | 7.18 | - |
| YUV | 97.35 | 102.97 | 62.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 153 | 53 | 0.97 | 0 | 0.65 | 0.4 | 139.46 | 0.94 | 0.31 |
| Hex | 5 | 99 | 35 | 61 | 0 | 41 | 28 | 8B | 5E | 1F |
| Octal | 5 | 231 | 65 | 141 | 0 | 101 | 50 | 213 | 136 | 37 |
| Binary | 101 | 10011001 | 110101 | 1100001 | 0 | 1000001 | 101000 | 10001011 | 1011110 | 11111 |
Color Harmonies of #059935
Complementary color
Monochromatic Colors of #059935
Black with #059935
Text Example
Text Example
White with #059935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #059935; }
p { color: rgb(5,153,53); }
H1.HeaderClassName
{
color: #059935;
}
.AnyTagClassName
{
color: #059935;
}
</style>
background-color css
<style>
a { background-color: #059935; }
a { background-color: rgb(5,153,53); }
div.DivClassName
{
background-color: #059935;
}
.BgClassName
{
background-color: #059935;
}
</style>
border-color css
<style>
span { border-color: #059935; }
span { border-color: rgb(5,153,53); }
td.TdClassName
{
border-color: #059935;
}
.TagClassName
{
border-color: #059935;
}
</style>