Shades of Green #058509
Tints of Green #058509
RGB
CMYK
RGB Variations
Color information
#058509 (or 0x058509) is known color: Green. HEX triplet: 05, 85 and 09. RGB value is (5,133,9). Sum of RGB (Red+Green+Blue) = 5+133+9=147 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.40% from 147); Green value is 133 (52.34% from 255 or 90.48% from 147); Blue value is 9 (3.91% from 255 or 6.12% from 147); Max value from RGB is 133 - color contains mainly: green. Hex color #058509 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #058509 is #FA7AF6. Grayscale: #505050. Windows color (decimal): -16415479 or 623877. OLE color: 623877.
HSL color Cylindrical-coordinate representation of color #058509: hue angle of 121.88º 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 #058509 is Cyan = 0.96, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 5 | 133 | 9 | - |
| CMYK | 0.96 | 0 | 0.93 | 0.48 |
| HSL | 121.88º | 0.93% | 0.27% | - |
| HSV(B) | 121.88º | 0.96% | 0.52% | - |
| XYZ | 8.5 | 16.83 | 3.06 | - |
| YUV | 80.59 | 87.59 | 74.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 133 | 9 | 0.96 | 0 | 0.93 | 0.48 | 121.88 | 0.93 | 0.27 |
| Hex | 5 | 85 | 9 | 60 | 0 | 5D | 30 | 7A | 5D | 1B |
| Octal | 5 | 205 | 11 | 140 | 0 | 135 | 60 | 172 | 135 | 33 |
| Binary | 101 | 10000101 | 1001 | 1100000 | 0 | 1011101 | 110000 | 1111010 | 1011101 | 11011 |
Color Harmonies of #058509
Complementary color
Monochromatic Colors of #058509
Black with #058509
Text Example
Text Example
White with #058509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #058509; }
p { color: rgb(5,133,9); }
H1.HeaderClassName
{
color: #058509;
}
.AnyTagClassName
{
color: #058509;
}
</style>
background-color css
<style>
a { background-color: #058509; }
a { background-color: rgb(5,133,9); }
div.DivClassName
{
background-color: #058509;
}
.BgClassName
{
background-color: #058509;
}
</style>
border-color css
<style>
span { border-color: #058509; }
span { border-color: rgb(5,133,9); }
td.TdClassName
{
border-color: #058509;
}
.TagClassName
{
border-color: #058509;
}
</style>