Shades of Green #058010
Tints of Green #058010
RGB
CMYK
RGB Variations
Color information
#058010 (or 0x058010) is known color: Green. HEX triplet: 05, 80 and 10. RGB value is (5,128,16). Sum of RGB (Red+Green+Blue) = 5+128+16=149 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.36% from 149); Green value is 128 (50.39% from 255 or 85.91% from 149); Blue value is 16 (6.64% from 255 or 10.74% from 149); Max value from RGB is 128 - color contains mainly: green. Hex color #058010 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #058010 is #FA7FEF. Grayscale: #4E4E4E. Windows color (decimal): -16416752 or 1081349. OLE color: 1081349.
HSL color Cylindrical-coordinate representation of color #058010: hue angle of 125.37º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #058010 is Cyan = 0.96, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 5 | 128 | 16 | - |
| CMYK | 0.96 | 0 | 0.88 | 0.50 |
| HSL | 125.37º | 0.92% | 0.26% | - |
| HSV(B) | 125.37º | 0.96% | 0.5% | - |
| XYZ | 7.88 | 15.51 | 3.07 | - |
| YUV | 78.46 | 92.75 | 75.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 128 | 16 | 0.96 | 0 | 0.88 | 0.50 | 125.37 | 0.92 | 0.26 |
| Hex | 5 | 80 | 10 | 60 | 0 | 58 | 32 | 7D | 5C | 1A |
| Octal | 5 | 200 | 20 | 140 | 0 | 130 | 62 | 175 | 134 | 32 |
| Binary | 101 | 10000000 | 10000 | 1100000 | 0 | 1011000 | 110010 | 1111101 | 1011100 | 11010 |
Color Harmonies of #058010
Complementary color
Monochromatic Colors of #058010
Black with #058010
Text Example
Text Example
White with #058010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #058010; }
p { color: rgb(5,128,16); }
H1.HeaderClassName
{
color: #058010;
}
.AnyTagClassName
{
color: #058010;
}
</style>
background-color css
<style>
a { background-color: #058010; }
a { background-color: rgb(5,128,16); }
div.DivClassName
{
background-color: #058010;
}
.BgClassName
{
background-color: #058010;
}
</style>
border-color css
<style>
span { border-color: #058010; }
span { border-color: rgb(5,128,16); }
td.TdClassName
{
border-color: #058010;
}
.TagClassName
{
border-color: #058010;
}
</style>