Shades of Green #05800B
Tints of Green #05800B
RGB
CMYK
RGB Variations
Color information
#05800B (or 0x05800B) is known color: Green. HEX triplet: 05, 80 and 0B. RGB value is (5,128,11). Sum of RGB (Red+Green+Blue) = 5+128+11=144 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.47% from 144); Green value is 128 (50.39% from 255 or 88.89% from 144); Blue value is 11 (4.69% from 255 or 7.64% from 144); Max value from RGB is 128 - color contains mainly: green. Hex color #05800B is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #05800B is #FA7FF4. Grayscale: #4E4E4E. Windows color (decimal): -16416757 or 753669. OLE color: 753669.
HSL color Cylindrical-coordinate representation of color #05800B: hue angle of 122.93º 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 #05800B is Cyan = 0.96, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 5 | 128 | 11 | - |
| CMYK | 0.96 | 0 | 0.91 | 0.50 |
| HSL | 122.93º | 0.92% | 0.26% | - |
| HSV(B) | 122.93º | 0.96% | 0.5% | - |
| XYZ | 7.84 | 15.49 | 2.89 | - |
| YUV | 77.89 | 90.25 | 76.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 128 | 11 | 0.96 | 0 | 0.91 | 0.50 | 122.93 | 0.92 | 0.26 |
| Hex | 5 | 80 | B | 60 | 0 | 5B | 32 | 7B | 5C | 1A |
| Octal | 5 | 200 | 13 | 140 | 0 | 133 | 62 | 173 | 134 | 32 |
| Binary | 101 | 10000000 | 1011 | 1100000 | 0 | 1011011 | 110010 | 1111011 | 1011100 | 11010 |
Color Harmonies of #05800B
Complementary color
Monochromatic Colors of #05800B
Black with #05800B
Text Example
Text Example
White with #05800B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05800B; }
p { color: rgb(5,128,11); }
H1.HeaderClassName
{
color: #05800B;
}
.AnyTagClassName
{
color: #05800B;
}
</style>
background-color css
<style>
a { background-color: #05800B; }
a { background-color: rgb(5,128,11); }
div.DivClassName
{
background-color: #05800B;
}
.BgClassName
{
background-color: #05800B;
}
</style>
border-color css
<style>
span { border-color: #05800B; }
span { border-color: rgb(5,128,11); }
td.TdClassName
{
border-color: #05800B;
}
.TagClassName
{
border-color: #05800B;
}
</style>