Shades of Pigment Green #058D4A
Tints of Pigment Green #058D4A
RGB
CMYK
RGB Variations
Color information
#058D4A (or 0x058D4A) is known color: Pigment Green. HEX triplet: 05, 8D and 4A. RGB value is (5,141,74). Sum of RGB (Red+Green+Blue) = 5+141+74=220 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.27% from 220); Green value is 141 (55.47% from 255 or 64.09% from 220); Blue value is 74 (29.30% from 255 or 33.64% from 220); Max value from RGB is 141 - color contains mainly: green. Hex color #058D4A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #058D4A is #FA72B5. Grayscale: #5C5C5C. Windows color (decimal): -16413366 or 4885765. OLE color: 4885765.
HSL color Cylindrical-coordinate representation of color #058D4A: hue angle of 150.44º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #058D4A is Cyan = 0.96, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 5 | 141 | 74 | - |
| CMYK | 0.96 | 0 | 0.48 | 0.45 |
| HSL | 150.44º | 0.93% | 0.29% | - |
| HSV(B) | 150.44º | 0.96% | 0.55% | - |
| XYZ | 10.82 | 19.58 | 9.69 | - |
| YUV | 92.7 | 117.44 | 65.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 141 | 74 | 0.96 | 0 | 0.48 | 0.45 | 150.44 | 0.93 | 0.29 |
| Hex | 5 | 8D | 4A | 60 | 0 | 30 | 2D | 96 | 5D | 1D |
| Octal | 5 | 215 | 112 | 140 | 0 | 60 | 55 | 226 | 135 | 35 |
| Binary | 101 | 10001101 | 1001010 | 1100000 | 0 | 110000 | 101101 | 10010110 | 1011101 | 11101 |
Color Harmonies of #058D4A
Complementary color
Monochromatic Colors of #058D4A
Black with #058D4A
Text Example
Text Example
White with #058D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #058D4A; }
p { color: rgb(5,141,74); }
H1.HeaderClassName
{
color: #058D4A;
}
.AnyTagClassName
{
color: #058D4A;
}
</style>
background-color css
<style>
a { background-color: #058D4A; }
a { background-color: rgb(5,141,74); }
div.DivClassName
{
background-color: #058D4A;
}
.BgClassName
{
background-color: #058D4A;
}
</style>
border-color css
<style>
span { border-color: #058D4A; }
span { border-color: rgb(5,141,74); }
td.TdClassName
{
border-color: #058D4A;
}
.TagClassName
{
border-color: #058D4A;
}
</style>