Shades of Green #058C04
Tints of Green #058C04
RGB
CMYK
RGB Variations
Color information
#058C04 (or 0x058C04) is known color: Green. HEX triplet: 05, 8C and 04. RGB value is (5,140,4). Sum of RGB (Red+Green+Blue) = 5+140+4=149 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.36% from 149); Green value is 140 (55.08% from 255 or 93.96% from 149); Blue value is 4 (1.95% from 255 or 2.68% from 149); Max value from RGB is 140 - color contains mainly: green. Hex color #058C04 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #058C04 is #FA73FB. Grayscale: #545454. Windows color (decimal): -16413692 or 297989. OLE color: 297989.
HSL color Cylindrical-coordinate representation of color #058C04: hue angle of 119.56º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #058C04 is Cyan = 0.96, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 5 | 140 | 4 | - |
| CMYK | 0.96 | 0 | 0.97 | 0.45 |
| HSL | 119.56º | 0.94% | 0.28% | - |
| HSV(B) | 119.56º | 0.97% | 0.55% | - |
| XYZ | 9.46 | 18.8 | 3.24 | - |
| YUV | 84.13 | 82.77 | 71.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 140 | 4 | 0.96 | 0 | 0.97 | 0.45 | 119.56 | 0.94 | 0.28 |
| Hex | 5 | 8C | 4 | 60 | 0 | 61 | 2D | 78 | 5E | 1C |
| Octal | 5 | 214 | 4 | 140 | 0 | 141 | 55 | 170 | 136 | 34 |
| Binary | 101 | 10001100 | 100 | 1100000 | 0 | 1100001 | 101101 | 1111000 | 1011110 | 11100 |
Color Harmonies of #058C04
Complementary color
Monochromatic Colors of #058C04
Black with #058C04
Text Example
Text Example
White with #058C04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #058C04; }
p { color: rgb(5,140,4); }
H1.HeaderClassName
{
color: #058C04;
}
.AnyTagClassName
{
color: #058C04;
}
</style>
background-color css
<style>
a { background-color: #058C04; }
a { background-color: rgb(5,140,4); }
div.DivClassName
{
background-color: #058C04;
}
.BgClassName
{
background-color: #058C04;
}
</style>
border-color css
<style>
span { border-color: #058C04; }
span { border-color: rgb(5,140,4); }
td.TdClassName
{
border-color: #058C04;
}
.TagClassName
{
border-color: #058C04;
}
</style>