Shades of Green #058905
Tints of Green #058905
RGB
CMYK
RGB Variations
Color information
#058905 (or 0x058905) is known color: Green. HEX triplet: 05, 89 and 05. RGB value is (5,137,5). Sum of RGB (Red+Green+Blue) = 5+137+5=147 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.40% from 147); Green value is 137 (53.91% from 255 or 93.20% from 147); Blue value is 5 (2.34% from 255 or 3.40% from 147); Max value from RGB is 137 - color contains mainly: green. Hex color #058905 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #058905 is #FA76FA. Grayscale: #525252. Windows color (decimal): -16414459 or 362757. OLE color: 362757.
HSL color Cylindrical-coordinate representation of color #058905: hue angle of 120º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #058905 is Cyan = 0.96, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 5 | 137 | 5 | - |
| CMYK | 0.96 | 0 | 0.96 | 0.46 |
| HSL | 120º | 0.93% | 0.28% | - |
| HSV(B) | 120º | 0.96% | 0.54% | - |
| XYZ | 9.04 | 17.93 | 3.13 | - |
| YUV | 82.48 | 84.27 | 72.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 137 | 5 | 0.96 | 0 | 0.96 | 0.46 | 120 | 0.93 | 0.28 |
| Hex | 5 | 89 | 5 | 60 | 0 | 60 | 2E | 78 | 5D | 1C |
| Octal | 5 | 211 | 5 | 140 | 0 | 140 | 56 | 170 | 135 | 34 |
| Binary | 101 | 10001001 | 101 | 1100000 | 0 | 1100000 | 101110 | 1111000 | 1011101 | 11100 |
Color Harmonies of #058905
Complementary color
Monochromatic Colors of #058905
Black with #058905
Text Example
Text Example
White with #058905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #058905; }
p { color: rgb(5,137,5); }
H1.HeaderClassName
{
color: #058905;
}
.AnyTagClassName
{
color: #058905;
}
</style>
background-color css
<style>
a { background-color: #058905; }
a { background-color: rgb(5,137,5); }
div.DivClassName
{
background-color: #058905;
}
.BgClassName
{
background-color: #058905;
}
</style>
border-color css
<style>
span { border-color: #058905; }
span { border-color: rgb(5,137,5); }
td.TdClassName
{
border-color: #058905;
}
.TagClassName
{
border-color: #058905;
}
</style>