Shades of Pigment Green #059045
Tints of Pigment Green #059045
RGB
CMYK
RGB Variations
Color information
#059045 (or 0x059045) is known color: Pigment Green. HEX triplet: 05, 90 and 45. RGB value is (5,144,69). Sum of RGB (Red+Green+Blue) = 5+144+69=218 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.29% from 218); Green value is 144 (56.64% from 255 or 66.06% from 218); Blue value is 69 (27.34% from 255 or 31.65% from 218); Max value from RGB is 144 - color contains mainly: green. Hex color #059045 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #059045 is #FA6FBA. Grayscale: #5E5E5E. Windows color (decimal): -16412603 or 4558853. OLE color: 4558853.
HSL color Cylindrical-coordinate representation of color #059045: hue angle of 147.63º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #059045 is Cyan = 0.97, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 5 | 144 | 69 | - |
| CMYK | 0.97 | 0 | 0.52 | 0.44 |
| HSL | 147.63º | 0.93% | 0.29% | - |
| HSV(B) | 147.63º | 0.97% | 0.56% | - |
| XYZ | 11.11 | 20.41 | 8.98 | - |
| YUV | 93.89 | 113.95 | 64.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 144 | 69 | 0.97 | 0 | 0.52 | 0.44 | 147.63 | 0.93 | 0.29 |
| Hex | 5 | 90 | 45 | 61 | 0 | 34 | 2C | 94 | 5D | 1D |
| Octal | 5 | 220 | 105 | 141 | 0 | 64 | 54 | 224 | 135 | 35 |
| Binary | 101 | 10010000 | 1000101 | 1100001 | 0 | 110100 | 101100 | 10010100 | 1011101 | 11101 |
Color Harmonies of #059045
Complementary color
Monochromatic Colors of #059045
Black with #059045
Text Example
Text Example
White with #059045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #059045; }
p { color: rgb(5,144,69); }
H1.HeaderClassName
{
color: #059045;
}
.AnyTagClassName
{
color: #059045;
}
</style>
background-color css
<style>
a { background-color: #059045; }
a { background-color: rgb(5,144,69); }
div.DivClassName
{
background-color: #059045;
}
.BgClassName
{
background-color: #059045;
}
</style>
border-color css
<style>
span { border-color: #059045; }
span { border-color: rgb(5,144,69); }
td.TdClassName
{
border-color: #059045;
}
.TagClassName
{
border-color: #059045;
}
</style>