Shades of Pigment Green #059446
Tints of Pigment Green #059446
RGB
CMYK
RGB Variations
Color information
#059446 (or 0x059446) is known color: Pigment Green. HEX triplet: 05, 94 and 46. RGB value is (5,148,70). Sum of RGB (Red+Green+Blue) = 5+148+70=223 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.24% from 223); Green value is 148 (58.20% from 255 or 66.37% from 223); Blue value is 70 (27.73% from 255 or 31.39% from 223); Max value from RGB is 148 - color contains mainly: green. Hex color #059446 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #059446 is #FA6BB9. Grayscale: #606060. Windows color (decimal): -16411578 or 4625413. OLE color: 4625413.
HSL color Cylindrical-coordinate representation of color #059446: hue angle of 147.27º 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 #059446 is Cyan = 0.97, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 5 | 148 | 70 | - |
| CMYK | 0.97 | 0 | 0.53 | 0.42 |
| HSL | 147.27º | 0.93% | 0.3% | - |
| HSV(B) | 147.27º | 0.97% | 0.58% | - |
| XYZ | 11.76 | 21.65 | 9.35 | - |
| YUV | 96.35 | 113.12 | 62.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 148 | 70 | 0.97 | 0 | 0.53 | 0.42 | 147.27 | 0.93 | 0.3 |
| Hex | 5 | 94 | 46 | 61 | 0 | 35 | 2A | 93 | 5D | 1E |
| Octal | 5 | 224 | 106 | 141 | 0 | 65 | 52 | 223 | 135 | 36 |
| Binary | 101 | 10010100 | 1000110 | 1100001 | 0 | 110101 | 101010 | 10010011 | 1011101 | 11110 |
Color Harmonies of #059446
Complementary color
Monochromatic Colors of #059446
Black with #059446
Text Example
Text Example
White with #059446
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #059446; }
p { color: rgb(5,148,70); }
H1.HeaderClassName
{
color: #059446;
}
.AnyTagClassName
{
color: #059446;
}
</style>
background-color css
<style>
a { background-color: #059446; }
a { background-color: rgb(5,148,70); }
div.DivClassName
{
background-color: #059446;
}
.BgClassName
{
background-color: #059446;
}
</style>
border-color css
<style>
span { border-color: #059446; }
span { border-color: rgb(5,148,70); }
td.TdClassName
{
border-color: #059446;
}
.TagClassName
{
border-color: #059446;
}
</style>