Shades of Green #058C13
Tints of Green #058C13
RGB
CMYK
RGB Variations
Color information
#058C13 (or 0x058C13) is known color: Green. HEX triplet: 05, 8C and 13. RGB value is (5,140,19). Sum of RGB (Red+Green+Blue) = 5+140+19=164 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.05% from 164); Green value is 140 (55.08% from 255 or 85.37% from 164); Blue value is 19 (7.81% from 255 or 11.59% from 164); Max value from RGB is 140 - color contains mainly: green. Hex color #058C13 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #058C13 is #FA73EC. Grayscale: #565656. Windows color (decimal): -16413677 or 1281029. OLE color: 1281029.
HSL color Cylindrical-coordinate representation of color #058C13: hue angle of 126.22º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #058C13 is Cyan = 0.96, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 5 | 140 | 19 | - |
| CMYK | 0.96 | 0 | 0.86 | 0.45 |
| HSL | 126.22º | 0.93% | 0.28% | - |
| HSV(B) | 126.22º | 0.96% | 0.55% | - |
| XYZ | 9.56 | 18.84 | 3.75 | - |
| YUV | 85.84 | 90.27 | 70.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 140 | 19 | 0.96 | 0 | 0.86 | 0.45 | 126.22 | 0.93 | 0.28 |
| Hex | 5 | 8C | 13 | 60 | 0 | 56 | 2D | 7E | 5D | 1C |
| Octal | 5 | 214 | 23 | 140 | 0 | 126 | 55 | 176 | 135 | 34 |
| Binary | 101 | 10001100 | 10011 | 1100000 | 0 | 1010110 | 101101 | 1111110 | 1011101 | 11100 |
Color Harmonies of #058C13
Complementary color
Monochromatic Colors of #058C13
Black with #058C13
Text Example
Text Example
White with #058C13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #058C13; }
p { color: rgb(5,140,19); }
H1.HeaderClassName
{
color: #058C13;
}
.AnyTagClassName
{
color: #058C13;
}
</style>
background-color css
<style>
a { background-color: #058C13; }
a { background-color: rgb(5,140,19); }
div.DivClassName
{
background-color: #058C13;
}
.BgClassName
{
background-color: #058C13;
}
</style>
border-color css
<style>
span { border-color: #058C13; }
span { border-color: rgb(5,140,19); }
td.TdClassName
{
border-color: #058C13;
}
.TagClassName
{
border-color: #058C13;
}
</style>