Shades of Pigment Green #059544
Tints of Pigment Green #059544
RGB
CMYK
RGB Variations
Color information
#059544 (or 0x059544) is known color: Pigment Green. HEX triplet: 05, 95 and 44. RGB value is (5,149,68). Sum of RGB (Red+Green+Blue) = 5+149+68=222 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.25% from 222); Green value is 149 (58.59% from 255 or 67.12% from 222); Blue value is 68 (26.95% from 255 or 30.63% from 222); Max value from RGB is 149 - color contains mainly: green. Hex color #059544 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #059544 is #FA6ABB. Grayscale: #606060. Windows color (decimal): -16411324 or 4494597. OLE color: 4494597.
HSL color Cylindrical-coordinate representation of color #059544: hue angle of 146.25º degrees, saturation: 0.94, 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 #059544 is Cyan = 0.97, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 5 | 149 | 68 | - |
| CMYK | 0.97 | 0 | 0.54 | 0.42 |
| HSL | 146.25º | 0.94% | 0.3% | - |
| HSV(B) | 146.25º | 0.97% | 0.58% | - |
| XYZ | 11.85 | 21.94 | 9.08 | - |
| YUV | 96.71 | 111.79 | 62.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 149 | 68 | 0.97 | 0 | 0.54 | 0.42 | 146.25 | 0.94 | 0.3 |
| Hex | 5 | 95 | 44 | 61 | 0 | 36 | 2A | 92 | 5E | 1E |
| Octal | 5 | 225 | 104 | 141 | 0 | 66 | 52 | 222 | 136 | 36 |
| Binary | 101 | 10010101 | 1000100 | 1100001 | 0 | 110110 | 101010 | 10010010 | 1011110 | 11110 |
Color Harmonies of #059544
Complementary color
Monochromatic Colors of #059544
Black with #059544
Text Example
Text Example
White with #059544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #059544; }
p { color: rgb(5,149,68); }
H1.HeaderClassName
{
color: #059544;
}
.AnyTagClassName
{
color: #059544;
}
</style>
background-color css
<style>
a { background-color: #059544; }
a { background-color: rgb(5,149,68); }
div.DivClassName
{
background-color: #059544;
}
.BgClassName
{
background-color: #059544;
}
</style>
border-color css
<style>
span { border-color: #059544; }
span { border-color: rgb(5,149,68); }
td.TdClassName
{
border-color: #059544;
}
.TagClassName
{
border-color: #059544;
}
</style>