Shades of Green #058108
Tints of Green #058108
RGB
CMYK
RGB Variations
Color information
#058108 (or 0x058108) is known color: Green. HEX triplet: 05, 81 and 08. RGB value is (5,129,8). Sum of RGB (Red+Green+Blue) = 5+129+8=142 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.52% from 142); Green value is 129 (50.78% from 255 or 90.85% from 142); Blue value is 8 (3.52% from 255 or 5.63% from 142); Max value from RGB is 129 - color contains mainly: green. Hex color #058108 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #058108 is #FA7EF7. Grayscale: #4E4E4E. Windows color (decimal): -16416504 or 557317. OLE color: 557317.
HSL color Cylindrical-coordinate representation of color #058108: hue angle of 121.45º degrees, saturation: 0.93, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #058108 is Cyan = 0.96, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 5 | 129 | 8 | - |
| CMYK | 0.96 | 0 | 0.94 | 0.49 |
| HSL | 121.45º | 0.93% | 0.26% | - |
| HSV(B) | 121.45º | 0.96% | 0.51% | - |
| XYZ | 7.96 | 15.75 | 2.85 | - |
| YUV | 78.13 | 88.42 | 75.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 129 | 8 | 0.96 | 0 | 0.94 | 0.49 | 121.45 | 0.93 | 0.26 |
| Hex | 5 | 81 | 8 | 60 | 0 | 5E | 31 | 79 | 5D | 1A |
| Octal | 5 | 201 | 10 | 140 | 0 | 136 | 61 | 171 | 135 | 32 |
| Binary | 101 | 10000001 | 1000 | 1100000 | 0 | 1011110 | 110001 | 1111001 | 1011101 | 11010 |
Color Harmonies of #058108
Complementary color
Monochromatic Colors of #058108
Black with #058108
Text Example
Text Example
White with #058108
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #058108; }
p { color: rgb(5,129,8); }
H1.HeaderClassName
{
color: #058108;
}
.AnyTagClassName
{
color: #058108;
}
</style>
background-color css
<style>
a { background-color: #058108; }
a { background-color: rgb(5,129,8); }
div.DivClassName
{
background-color: #058108;
}
.BgClassName
{
background-color: #058108;
}
</style>
border-color css
<style>
span { border-color: #058108; }
span { border-color: rgb(5,129,8); }
td.TdClassName
{
border-color: #058108;
}
.TagClassName
{
border-color: #058108;
}
</style>