Shades of Green #058008
Tints of Green #058008
RGB
CMYK
RGB Variations
Color information
#058008 (or 0x058008) is known color: Green. HEX triplet: 05, 80 and 08. RGB value is (5,128,8). Sum of RGB (Red+Green+Blue) = 5+128+8=141 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.55% from 141); Green value is 128 (50.39% from 255 or 90.78% from 141); Blue value is 8 (3.52% from 255 or 5.67% from 141); Max value from RGB is 128 - color contains mainly: green. Hex color #058008 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #058008 is #FA7FF7. Grayscale: #4D4D4D. Windows color (decimal): -16416760 or 557061. OLE color: 557061.
HSL color Cylindrical-coordinate representation of color #058008: hue angle of 121.46º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #058008 is Cyan = 0.96, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 5 | 128 | 8 | - |
| CMYK | 0.96 | 0 | 0.94 | 0.50 |
| HSL | 121.46º | 0.92% | 0.26% | - |
| HSV(B) | 121.46º | 0.96% | 0.5% | - |
| XYZ | 7.83 | 15.49 | 2.81 | - |
| YUV | 77.54 | 88.75 | 76.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 128 | 8 | 0.96 | 0 | 0.94 | 0.50 | 121.46 | 0.92 | 0.26 |
| Hex | 5 | 80 | 8 | 60 | 0 | 5E | 32 | 79 | 5C | 1A |
| Octal | 5 | 200 | 10 | 140 | 0 | 136 | 62 | 171 | 134 | 32 |
| Binary | 101 | 10000000 | 1000 | 1100000 | 0 | 1011110 | 110010 | 1111001 | 1011100 | 11010 |
Color Harmonies of #058008
Complementary color
Monochromatic Colors of #058008
Black with #058008
Text Example
Text Example
White with #058008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #058008; }
p { color: rgb(5,128,8); }
H1.HeaderClassName
{
color: #058008;
}
.AnyTagClassName
{
color: #058008;
}
</style>
background-color css
<style>
a { background-color: #058008; }
a { background-color: rgb(5,128,8); }
div.DivClassName
{
background-color: #058008;
}
.BgClassName
{
background-color: #058008;
}
</style>
border-color css
<style>
span { border-color: #058008; }
span { border-color: rgb(5,128,8); }
td.TdClassName
{
border-color: #058008;
}
.TagClassName
{
border-color: #058008;
}
</style>