Shades of Green #00580B
Tints of Green #00580B
RGB
CMYK
RGB Variations
Color information
#00580B (or 0x00580B) is known color: Green. HEX triplet: 00, 58 and 0B. RGB value is (0,88,11). Sum of RGB (Red+Green+Blue) = 0+88+11=99 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 99); Green value is 88 (34.77% from 255 or 88.89% from 99); Blue value is 11 (4.69% from 255 or 11.11% from 99); Max value from RGB is 88 - color contains mainly: green. Hex color #00580B is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #00580B is #FFA7F4. Grayscale: #353535. Windows color (decimal): -16754677 or 743424. OLE color: 743424.
HSL color Cylindrical-coordinate representation of color #00580B: hue angle of 127.5º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00580B is Cyan = 1, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 0 | 88 | 11 | - |
| CMYK | 1 | 0 | 0.88 | 0.65 |
| HSL | 127.5º | 1% | 0.17% | - |
| HSV(B) | 127.5º | 1% | 0.35% | - |
| XYZ | 3.55 | 7 | 1.48 | - |
| YUV | 52.91 | 104.35 | 90.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 88 | 11 | 1 | 0 | 0.88 | 0.65 | 127.5 | 1 | 0.17 |
| Hex | 0 | 58 | B | 64 | 0 | 58 | 41 | 80 | 64 | 11 |
| Octal | 0 | 130 | 13 | 144 | 0 | 130 | 101 | 200 | 144 | 21 |
| Binary | 0 | 1011000 | 1011 | 1100100 | 0 | 1011000 | 1000001 | 10000000 | 1100100 | 10001 |
Color Harmonies of #00580B
Complementary color
Monochromatic Colors of #00580B
Black with #00580B
Text Example
Text Example
White with #00580B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00580B; }
p { color: rgb(0,88,11); }
H1.HeaderClassName
{
color: #00580B;
}
.AnyTagClassName
{
color: #00580B;
}
</style>
background-color css
<style>
a { background-color: #00580B; }
a { background-color: rgb(0,88,11); }
div.DivClassName
{
background-color: #00580B;
}
.BgClassName
{
background-color: #00580B;
}
</style>
border-color css
<style>
span { border-color: #00580B; }
span { border-color: rgb(0,88,11); }
td.TdClassName
{
border-color: #00580B;
}
.TagClassName
{
border-color: #00580B;
}
</style>