Shades of Pigment Green #059849
Tints of Pigment Green #059849
RGB
CMYK
RGB Variations
Color information
#059849 (or 0x059849) is known color: Pigment Green. HEX triplet: 05, 98 and 49. RGB value is (5,152,73). Sum of RGB (Red+Green+Blue) = 5+152+73=230 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.17% from 230); Green value is 152 (59.77% from 255 or 66.09% from 230); Blue value is 73 (28.91% from 255 or 31.74% from 230); Max value from RGB is 152 - color contains mainly: green. Hex color #059849 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #059849 is #FA67B6. Grayscale: #636363. Windows color (decimal): -16410551 or 4823045. OLE color: 4823045.
HSL color Cylindrical-coordinate representation of color #059849: hue angle of 147.76º 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 #059849 is Cyan = 0.97, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 5 | 152 | 73 | - |
| CMYK | 0.97 | 0 | 0.52 | 0.40 |
| HSL | 147.76º | 0.94% | 0.31% | - |
| HSV(B) | 147.76º | 0.97% | 0.6% | - |
| XYZ | 12.49 | 22.97 | 10.08 | - |
| YUV | 99.04 | 113.3 | 60.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 152 | 73 | 0.97 | 0 | 0.52 | 0.40 | 147.76 | 0.94 | 0.31 |
| Hex | 5 | 98 | 49 | 61 | 0 | 34 | 28 | 94 | 5E | 1F |
| Octal | 5 | 230 | 111 | 141 | 0 | 64 | 50 | 224 | 136 | 37 |
| Binary | 101 | 10011000 | 1001001 | 1100001 | 0 | 110100 | 101000 | 10010100 | 1011110 | 11111 |
Color Harmonies of #059849
Complementary color
Monochromatic Colors of #059849
Black with #059849
Text Example
Text Example
White with #059849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #059849; }
p { color: rgb(5,152,73); }
H1.HeaderClassName
{
color: #059849;
}
.AnyTagClassName
{
color: #059849;
}
</style>
background-color css
<style>
a { background-color: #059849; }
a { background-color: rgb(5,152,73); }
div.DivClassName
{
background-color: #059849;
}
.BgClassName
{
background-color: #059849;
}
</style>
border-color css
<style>
span { border-color: #059849; }
span { border-color: rgb(5,152,73); }
td.TdClassName
{
border-color: #059849;
}
.TagClassName
{
border-color: #059849;
}
</style>