Shades of Green #058601
Tints of Green #058601
RGB
CMYK
RGB Variations
Color information
#058601 (or 0x058601) is known color: Green. HEX triplet: 05, 86 and 01. RGB value is (5,134,1). Sum of RGB (Red+Green+Blue) = 5+134+1=140 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.57% from 140); Green value is 134 (52.73% from 255 or 95.71% from 140); Blue value is 1 (0.78% from 255 or 0.71% from 140); Max value from RGB is 134 - color contains mainly: green. Hex color #058601 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #058601 is #FA79FE. Grayscale: #505050. Windows color (decimal): -16415231 or 99845. OLE color: 99845.
HSL color Cylindrical-coordinate representation of color #058601: hue angle of 118.2º degrees, saturation: 0.99, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #058601 is Cyan = 0.96, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 5 | 134 | 1 | - |
| CMYK | 0.96 | 0 | 0.99 | 0.47 |
| HSL | 118.2º | 0.99% | 0.26% | - |
| HSV(B) | 118.2º | 0.99% | 0.53% | - |
| XYZ | 8.59 | 17.08 | 2.87 | - |
| YUV | 80.27 | 83.26 | 74.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 134 | 1 | 0.96 | 0 | 0.99 | 0.47 | 118.2 | 0.99 | 0.26 |
| Hex | 5 | 86 | 1 | 60 | 0 | 63 | 2F | 76 | 63 | 1A |
| Octal | 5 | 206 | 1 | 140 | 0 | 143 | 57 | 166 | 143 | 32 |
| Binary | 101 | 10000110 | 1 | 1100000 | 0 | 1100011 | 101111 | 1110110 | 1100011 | 11010 |
Color Harmonies of #058601
Complementary color
Monochromatic Colors of #058601
Black with #058601
Text Example
Text Example
White with #058601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #058601; }
p { color: rgb(5,134,1); }
H1.HeaderClassName
{
color: #058601;
}
.AnyTagClassName
{
color: #058601;
}
</style>
background-color css
<style>
a { background-color: #058601; }
a { background-color: rgb(5,134,1); }
div.DivClassName
{
background-color: #058601;
}
.BgClassName
{
background-color: #058601;
}
</style>
border-color css
<style>
span { border-color: #058601; }
span { border-color: rgb(5,134,1); }
td.TdClassName
{
border-color: #058601;
}
.TagClassName
{
border-color: #058601;
}
</style>