Shades of Green #05580B
Tints of Green #05580B
RGB
CMYK
RGB Variations
Color information
#05580B (or 0x05580B) is known color: Green. HEX triplet: 05, 58 and 0B. RGB value is (5,88,11). Sum of RGB (Red+Green+Blue) = 5+88+11=104 (13% of max value = 765). Red value is 5 (2.34% from 255 or 4.81% from 104); Green value is 88 (34.77% from 255 or 84.62% from 104); Blue value is 11 (4.69% from 255 or 10.58% from 104); Max value from RGB is 88 - color contains mainly: green. Hex color #05580B is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #05580B is #FAA7F4. Grayscale: #363636. Windows color (decimal): -16426997 or 743429. OLE color: 743429.
HSL color Cylindrical-coordinate representation of color #05580B: hue angle of 124.34º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #05580B is Cyan = 0.94, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 5 | 88 | 11 | - |
| CMYK | 0.94 | 0 | 0.88 | 0.65 |
| HSL | 124.34º | 0.89% | 0.18% | - |
| HSV(B) | 124.34º | 0.94% | 0.35% | - |
| XYZ | 3.61 | 7.04 | 1.48 | - |
| YUV | 54.41 | 103.5 | 92.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 88 | 11 | 0.94 | 0 | 0.88 | 0.65 | 124.34 | 0.89 | 0.18 |
| Hex | 5 | 58 | B | 5E | 0 | 58 | 41 | 7C | 59 | 12 |
| Octal | 5 | 130 | 13 | 136 | 0 | 130 | 101 | 174 | 131 | 22 |
| Binary | 101 | 1011000 | 1011 | 1011110 | 0 | 1011000 | 1000001 | 1111100 | 1011001 | 10010 |
Color Harmonies of #05580B
Complementary color
Monochromatic Colors of #05580B
Black with #05580B
Text Example
Text Example
White with #05580B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05580B; }
p { color: rgb(5,88,11); }
H1.HeaderClassName
{
color: #05580B;
}
.AnyTagClassName
{
color: #05580B;
}
</style>
background-color css
<style>
a { background-color: #05580B; }
a { background-color: rgb(5,88,11); }
div.DivClassName
{
background-color: #05580B;
}
.BgClassName
{
background-color: #05580B;
}
</style>
border-color css
<style>
span { border-color: #05580B; }
span { border-color: rgb(5,88,11); }
td.TdClassName
{
border-color: #05580B;
}
.TagClassName
{
border-color: #05580B;
}
</style>