Shades of Green #058512
Tints of Green #058512
RGB
CMYK
RGB Variations
Color information
#058512 (or 0x058512) is known color: Green. HEX triplet: 05, 85 and 12. RGB value is (5,133,18). Sum of RGB (Red+Green+Blue) = 5+133+18=156 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.21% from 156); Green value is 133 (52.34% from 255 or 85.26% from 156); Blue value is 18 (7.42% from 255 or 11.54% from 156); Max value from RGB is 133 - color contains mainly: green. Hex color #058512 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #058512 is #FA7AED. Grayscale: #515151. Windows color (decimal): -16415470 or 1213701. OLE color: 1213701.
HSL color Cylindrical-coordinate representation of color #058512: hue angle of 126.09º 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 #058512 is Cyan = 0.96, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 5 | 133 | 18 | - |
| CMYK | 0.96 | 0 | 0.86 | 0.48 |
| HSL | 126.09º | 0.93% | 0.27% | - |
| HSV(B) | 126.09º | 0.96% | 0.52% | - |
| XYZ | 8.56 | 16.85 | 3.37 | - |
| YUV | 81.62 | 92.09 | 73.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 133 | 18 | 0.96 | 0 | 0.86 | 0.48 | 126.09 | 0.93 | 0.27 |
| Hex | 5 | 85 | 12 | 60 | 0 | 56 | 30 | 7E | 5D | 1B |
| Octal | 5 | 205 | 22 | 140 | 0 | 126 | 60 | 176 | 135 | 33 |
| Binary | 101 | 10000101 | 10010 | 1100000 | 0 | 1010110 | 110000 | 1111110 | 1011101 | 11011 |
Color Harmonies of #058512
Complementary color
Monochromatic Colors of #058512
Black with #058512
Text Example
Text Example
White with #058512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #058512; }
p { color: rgb(5,133,18); }
H1.HeaderClassName
{
color: #058512;
}
.AnyTagClassName
{
color: #058512;
}
</style>
background-color css
<style>
a { background-color: #058512; }
a { background-color: rgb(5,133,18); }
div.DivClassName
{
background-color: #058512;
}
.BgClassName
{
background-color: #058512;
}
</style>
border-color css
<style>
span { border-color: #058512; }
span { border-color: rgb(5,133,18); }
td.TdClassName
{
border-color: #058512;
}
.TagClassName
{
border-color: #058512;
}
</style>