Shades of Pigment Green #059444
Tints of Pigment Green #059444
RGB
CMYK
RGB Variations
Color information
#059444 (or 0x059444) is known color: Pigment Green. HEX triplet: 05, 94 and 44. RGB value is (5,148,68). Sum of RGB (Red+Green+Blue) = 5+148+68=221 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.26% from 221); Green value is 148 (58.20% from 255 or 66.97% from 221); Blue value is 68 (26.95% from 255 or 30.77% from 221); Max value from RGB is 148 - color contains mainly: green. Hex color #059444 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #059444 is #FA6BBB. Grayscale: #606060. Windows color (decimal): -16411580 or 4494341. OLE color: 4494341.
HSL color Cylindrical-coordinate representation of color #059444: hue angle of 146.43º 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 #059444 is Cyan = 0.97, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 5 | 148 | 68 | - |
| CMYK | 0.97 | 0 | 0.54 | 0.42 |
| HSL | 146.43º | 0.93% | 0.3% | - |
| HSV(B) | 146.43º | 0.97% | 0.58% | - |
| XYZ | 11.7 | 21.63 | 9.03 | - |
| YUV | 96.12 | 112.12 | 63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 148 | 68 | 0.97 | 0 | 0.54 | 0.42 | 146.43 | 0.93 | 0.3 |
| Hex | 5 | 94 | 44 | 61 | 0 | 36 | 2A | 92 | 5D | 1E |
| Octal | 5 | 224 | 104 | 141 | 0 | 66 | 52 | 222 | 135 | 36 |
| Binary | 101 | 10010100 | 1000100 | 1100001 | 0 | 110110 | 101010 | 10010010 | 1011101 | 11110 |
Color Harmonies of #059444
Complementary color
Monochromatic Colors of #059444
Black with #059444
Text Example
Text Example
White with #059444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #059444; }
p { color: rgb(5,148,68); }
H1.HeaderClassName
{
color: #059444;
}
.AnyTagClassName
{
color: #059444;
}
</style>
background-color css
<style>
a { background-color: #059444; }
a { background-color: rgb(5,148,68); }
div.DivClassName
{
background-color: #059444;
}
.BgClassName
{
background-color: #059444;
}
</style>
border-color css
<style>
span { border-color: #059444; }
span { border-color: rgb(5,148,68); }
td.TdClassName
{
border-color: #059444;
}
.TagClassName
{
border-color: #059444;
}
</style>