Shades of Green #058514
Tints of Green #058514
RGB
CMYK
RGB Variations
Color information
#058514 (or 0x058514) is known color: Green. HEX triplet: 05, 85 and 14. RGB value is (5,133,20). Sum of RGB (Red+Green+Blue) = 5+133+20=158 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.16% from 158); Green value is 133 (52.34% from 255 or 84.18% from 158); Blue value is 20 (8.20% from 255 or 12.66% from 158); Max value from RGB is 133 - color contains mainly: green. Hex color #058514 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #058514 is #FA7AEB. Grayscale: #525252. Windows color (decimal): -16415468 or 1344773. OLE color: 1344773.
HSL color Cylindrical-coordinate representation of color #058514: hue angle of 127.03º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #058514 is Cyan = 0.96, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 5 | 133 | 20 | - |
| CMYK | 0.96 | 0 | 0.85 | 0.48 |
| HSL | 127.03º | 0.93% | 0.27% | - |
| HSV(B) | 127.03º | 0.96% | 0.52% | - |
| XYZ | 8.58 | 16.86 | 3.46 | - |
| YUV | 81.85 | 93.09 | 73.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 133 | 20 | 0.96 | 0 | 0.85 | 0.48 | 127.03 | 0.93 | 0.27 |
| Hex | 5 | 85 | 14 | 60 | 0 | 55 | 30 | 7F | 5D | 1B |
| Octal | 5 | 205 | 24 | 140 | 0 | 125 | 60 | 177 | 135 | 33 |
| Binary | 101 | 10000101 | 10100 | 1100000 | 0 | 1010101 | 110000 | 1111111 | 1011101 | 11011 |
Color Harmonies of #058514
Complementary color
Monochromatic Colors of #058514
Black with #058514
Text Example
Text Example
White with #058514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #058514; }
p { color: rgb(5,133,20); }
H1.HeaderClassName
{
color: #058514;
}
.AnyTagClassName
{
color: #058514;
}
</style>
background-color css
<style>
a { background-color: #058514; }
a { background-color: rgb(5,133,20); }
div.DivClassName
{
background-color: #058514;
}
.BgClassName
{
background-color: #058514;
}
</style>
border-color css
<style>
span { border-color: #058514; }
span { border-color: rgb(5,133,20); }
td.TdClassName
{
border-color: #058514;
}
.TagClassName
{
border-color: #058514;
}
</style>