Shades of Pigment Green #059653
Tints of Pigment Green #059653
RGB
CMYK
RGB Variations
Color information
#059653 (or 0x059653) is known color: Pigment Green. HEX triplet: 05, 96 and 53. RGB value is (5,150,83). Sum of RGB (Red+Green+Blue) = 5+150+83=238 (31% of max value = 765). Red value is 5 (2.34% from 255 or 2.10% from 238); Green value is 150 (58.98% from 255 or 63.03% from 238); Blue value is 83 (32.81% from 255 or 34.87% from 238); Max value from RGB is 150 - color contains mainly: green. Hex color #059653 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #059653 is #FA69AC. Grayscale: #636363. Windows color (decimal): -16411053 or 5477893. OLE color: 5477893.
HSL color Cylindrical-coordinate representation of color #059653: hue angle of 152.28º degrees, saturation: 0.94, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #059653 is Cyan = 0.97, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 5 | 150 | 83 | - |
| CMYK | 0.97 | 0 | 0.45 | 0.41 |
| HSL | 152.28º | 0.94% | 0.3% | - |
| HSV(B) | 152.28º | 0.97% | 0.59% | - |
| XYZ | 12.53 | 22.47 | 11.86 | - |
| YUV | 99.01 | 118.96 | 60.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 150 | 83 | 0.97 | 0 | 0.45 | 0.41 | 152.28 | 0.94 | 0.3 |
| Hex | 5 | 96 | 53 | 61 | 0 | 2D | 29 | 98 | 5E | 1E |
| Octal | 5 | 226 | 123 | 141 | 0 | 55 | 51 | 230 | 136 | 36 |
| Binary | 101 | 10010110 | 1010011 | 1100001 | 0 | 101101 | 101001 | 10011000 | 1011110 | 11110 |
Color Harmonies of #059653
Complementary color
Monochromatic Colors of #059653
Black with #059653
Text Example
Text Example
White with #059653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #059653; }
p { color: rgb(5,150,83); }
H1.HeaderClassName
{
color: #059653;
}
.AnyTagClassName
{
color: #059653;
}
</style>
background-color css
<style>
a { background-color: #059653; }
a { background-color: rgb(5,150,83); }
div.DivClassName
{
background-color: #059653;
}
.BgClassName
{
background-color: #059653;
}
</style>
border-color css
<style>
span { border-color: #059653; }
span { border-color: rgb(5,150,83); }
td.TdClassName
{
border-color: #059653;
}
.TagClassName
{
border-color: #059653;
}
</style>