Shades of Pigment Green #059148
Tints of Pigment Green #059148
RGB
CMYK
RGB Variations
Color information
#059148 (or 0x059148) is known color: Pigment Green. HEX triplet: 05, 91 and 48. RGB value is (5,145,72). Sum of RGB (Red+Green+Blue) = 5+145+72=222 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.25% from 222); Green value is 145 (57.03% from 255 or 65.32% from 222); Blue value is 72 (28.52% from 255 or 32.43% from 222); Max value from RGB is 145 - color contains mainly: green. Hex color #059148 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #059148 is #FA6EB7. Grayscale: #5E5E5E. Windows color (decimal): -16412344 or 4755717. OLE color: 4755717.
HSL color Cylindrical-coordinate representation of color #059148: hue angle of 148.71º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #059148 is Cyan = 0.97, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 5 | 145 | 72 | - |
| CMYK | 0.97 | 0 | 0.50 | 0.43 |
| HSL | 148.71º | 0.93% | 0.29% | - |
| HSV(B) | 148.71º | 0.97% | 0.57% | - |
| XYZ | 11.36 | 20.75 | 9.54 | - |
| YUV | 94.82 | 115.12 | 63.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 145 | 72 | 0.97 | 0 | 0.50 | 0.43 | 148.71 | 0.93 | 0.29 |
| Hex | 5 | 91 | 48 | 61 | 0 | 32 | 2B | 95 | 5D | 1D |
| Octal | 5 | 221 | 110 | 141 | 0 | 62 | 53 | 225 | 135 | 35 |
| Binary | 101 | 10010001 | 1001000 | 1100001 | 0 | 110010 | 101011 | 10010101 | 1011101 | 11101 |
Color Harmonies of #059148
Complementary color
Monochromatic Colors of #059148
Black with #059148
Text Example
Text Example
White with #059148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #059148; }
p { color: rgb(5,145,72); }
H1.HeaderClassName
{
color: #059148;
}
.AnyTagClassName
{
color: #059148;
}
</style>
background-color css
<style>
a { background-color: #059148; }
a { background-color: rgb(5,145,72); }
div.DivClassName
{
background-color: #059148;
}
.BgClassName
{
background-color: #059148;
}
</style>
border-color css
<style>
span { border-color: #059148; }
span { border-color: rgb(5,145,72); }
td.TdClassName
{
border-color: #059148;
}
.TagClassName
{
border-color: #059148;
}
</style>