Shades of Green #055B0B
Tints of Green #055B0B
RGB
CMYK
RGB Variations
Color information
#055B0B (or 0x055B0B) is known color: Green. HEX triplet: 05, 5B and 0B. RGB value is (5,91,11). Sum of RGB (Red+Green+Blue) = 5+91+11=107 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.67% from 107); Green value is 91 (35.94% from 255 or 85.05% from 107); Blue value is 11 (4.69% from 255 or 10.28% from 107); Max value from RGB is 91 - color contains mainly: green. Hex color #055B0B is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #055B0B is #FAA4F4. Grayscale: #383838. Windows color (decimal): -16426229 or 744197. OLE color: 744197.
HSL color Cylindrical-coordinate representation of color #055B0B: hue angle of 124.19º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #055B0B is Cyan = 0.95, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 5 | 91 | 11 | - |
| CMYK | 0.95 | 0 | 0.88 | 0.64 |
| HSL | 124.19º | 0.9% | 0.19% | - |
| HSV(B) | 124.19º | 0.95% | 0.36% | - |
| XYZ | 3.86 | 7.54 | 1.57 | - |
| YUV | 56.17 | 102.51 | 91.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 91 | 11 | 0.95 | 0 | 0.88 | 0.64 | 124.19 | 0.9 | 0.19 |
| Hex | 5 | 5B | B | 5F | 0 | 58 | 40 | 7C | 5A | 13 |
| Octal | 5 | 133 | 13 | 137 | 0 | 130 | 100 | 174 | 132 | 23 |
| Binary | 101 | 1011011 | 1011 | 1011111 | 0 | 1011000 | 1000000 | 1111100 | 1011010 | 10011 |
Color Harmonies of #055B0B
Complementary color
Monochromatic Colors of #055B0B
Black with #055B0B
Text Example
Text Example
White with #055B0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #055B0B; }
p { color: rgb(5,91,11); }
H1.HeaderClassName
{
color: #055B0B;
}
.AnyTagClassName
{
color: #055B0B;
}
</style>
background-color css
<style>
a { background-color: #055B0B; }
a { background-color: rgb(5,91,11); }
div.DivClassName
{
background-color: #055B0B;
}
.BgClassName
{
background-color: #055B0B;
}
</style>
border-color css
<style>
span { border-color: #055B0B; }
span { border-color: rgb(5,91,11); }
td.TdClassName
{
border-color: #055B0B;
}
.TagClassName
{
border-color: #055B0B;
}
</style>