Shades of Pigment Green #059335
Tints of Pigment Green #059335
RGB
CMYK
RGB Variations
Color information
#059335 (or 0x059335) is known color: Pigment Green. HEX triplet: 05, 93 and 35. RGB value is (5,147,53). Sum of RGB (Red+Green+Blue) = 5+147+53=205 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.44% from 205); Green value is 147 (57.81% from 255 or 71.71% from 205); Blue value is 53 (21.09% from 255 or 25.85% from 205); Max value from RGB is 147 - color contains mainly: green. Hex color #059335 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #059335 is #FA6CCA. Grayscale: #5E5E5E. Windows color (decimal): -16411851 or 3511045. OLE color: 3511045.
HSL color Cylindrical-coordinate representation of color #059335: hue angle of 140.28º degrees, saturation: 0.93, 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 #059335 is Cyan = 0.97, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 5 | 147 | 53 | - |
| CMYK | 0.97 | 0 | 0.64 | 0.42 |
| HSL | 140.28º | 0.93% | 0.3% | - |
| HSV(B) | 140.28º | 0.97% | 0.58% | - |
| XYZ | 11.14 | 21.16 | 6.86 | - |
| YUV | 93.83 | 104.96 | 64.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 147 | 53 | 0.97 | 0 | 0.64 | 0.42 | 140.28 | 0.93 | 0.3 |
| Hex | 5 | 93 | 35 | 61 | 0 | 40 | 2A | 8C | 5D | 1E |
| Octal | 5 | 223 | 65 | 141 | 0 | 100 | 52 | 214 | 135 | 36 |
| Binary | 101 | 10010011 | 110101 | 1100001 | 0 | 1000000 | 101010 | 10001100 | 1011101 | 11110 |
Color Harmonies of #059335
Complementary color
Monochromatic Colors of #059335
Black with #059335
Text Example
Text Example
White with #059335
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #059335; }
p { color: rgb(5,147,53); }
H1.HeaderClassName
{
color: #059335;
}
.AnyTagClassName
{
color: #059335;
}
</style>
background-color css
<style>
a { background-color: #059335; }
a { background-color: rgb(5,147,53); }
div.DivClassName
{
background-color: #059335;
}
.BgClassName
{
background-color: #059335;
}
</style>
border-color css
<style>
span { border-color: #059335; }
span { border-color: rgb(5,147,53); }
td.TdClassName
{
border-color: #059335;
}
.TagClassName
{
border-color: #059335;
}
</style>