Shades of Green #058216
Tints of Green #058216
RGB
CMYK
RGB Variations
Color information
#058216 (or 0x058216) is known color: Green. HEX triplet: 05, 82 and 16. RGB value is (5,130,22). Sum of RGB (Red+Green+Blue) = 5+130+22=157 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.18% from 157); Green value is 130 (51.17% from 255 or 82.80% from 157); Blue value is 22 (8.98% from 255 or 14.01% from 157); Max value from RGB is 130 - color contains mainly: green. Hex color #058216 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #058216 is #FA7DE9. Grayscale: #505050. Windows color (decimal): -16416234 or 1475077. OLE color: 1475077.
HSL color Cylindrical-coordinate representation of color #058216: hue angle of 128.16º degrees, saturation: 0.93, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #058216 is Cyan = 0.96, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 5 | 130 | 22 | - |
| CMYK | 0.96 | 0 | 0.83 | 0.49 |
| HSL | 128.16º | 0.93% | 0.26% | - |
| HSV(B) | 128.16º | 0.96% | 0.51% | - |
| XYZ | 8.19 | 16.06 | 3.43 | - |
| YUV | 80.31 | 95.09 | 74.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 130 | 22 | 0.96 | 0 | 0.83 | 0.49 | 128.16 | 0.93 | 0.26 |
| Hex | 5 | 82 | 16 | 60 | 0 | 53 | 31 | 80 | 5D | 1A |
| Octal | 5 | 202 | 26 | 140 | 0 | 123 | 61 | 200 | 135 | 32 |
| Binary | 101 | 10000010 | 10110 | 1100000 | 0 | 1010011 | 110001 | 10000000 | 1011101 | 11010 |
Color Harmonies of #058216
Complementary color
Monochromatic Colors of #058216
Black with #058216
Text Example
Text Example
White with #058216
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #058216; }
p { color: rgb(5,130,22); }
H1.HeaderClassName
{
color: #058216;
}
.AnyTagClassName
{
color: #058216;
}
</style>
background-color css
<style>
a { background-color: #058216; }
a { background-color: rgb(5,130,22); }
div.DivClassName
{
background-color: #058216;
}
.BgClassName
{
background-color: #058216;
}
</style>
border-color css
<style>
span { border-color: #058216; }
span { border-color: rgb(5,130,22); }
td.TdClassName
{
border-color: #058216;
}
.TagClassName
{
border-color: #058216;
}
</style>