Shades of Green #055B10
Tints of Green #055B10
RGB
CMYK
RGB Variations
Color information
#055B10 (or 0x055B10) is known color: Green. HEX triplet: 05, 5B and 10. RGB value is (5,91,16). Sum of RGB (Red+Green+Blue) = 5+91+16=112 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.46% from 112); Green value is 91 (35.94% from 255 or 81.25% from 112); Blue value is 16 (6.64% from 255 or 14.29% from 112); Max value from RGB is 91 - color contains mainly: green. Hex color #055B10 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #055B10 is #FAA4EF. Grayscale: #383838. Windows color (decimal): -16426224 or 1071877. OLE color: 1071877.
HSL color Cylindrical-coordinate representation of color #055B10: hue angle of 127.67º 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 #055B10 is Cyan = 0.95, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 5 | 91 | 16 | - |
| CMYK | 0.95 | 0 | 0.82 | 0.64 |
| HSL | 127.67º | 0.9% | 0.19% | - |
| HSV(B) | 127.67º | 0.95% | 0.36% | - |
| XYZ | 3.9 | 7.55 | 1.74 | - |
| YUV | 56.74 | 105.01 | 91.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 91 | 16 | 0.95 | 0 | 0.82 | 0.64 | 127.67 | 0.9 | 0.19 |
| Hex | 5 | 5B | 10 | 5F | 0 | 52 | 40 | 80 | 5A | 13 |
| Octal | 5 | 133 | 20 | 137 | 0 | 122 | 100 | 200 | 132 | 23 |
| Binary | 101 | 1011011 | 10000 | 1011111 | 0 | 1010010 | 1000000 | 10000000 | 1011010 | 10011 |
Color Harmonies of #055B10
Complementary color
Monochromatic Colors of #055B10
Black with #055B10
Text Example
Text Example
White with #055B10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #055B10; }
p { color: rgb(5,91,16); }
H1.HeaderClassName
{
color: #055B10;
}
.AnyTagClassName
{
color: #055B10;
}
</style>
background-color css
<style>
a { background-color: #055B10; }
a { background-color: rgb(5,91,16); }
div.DivClassName
{
background-color: #055B10;
}
.BgClassName
{
background-color: #055B10;
}
</style>
border-color css
<style>
span { border-color: #055B10; }
span { border-color: rgb(5,91,16); }
td.TdClassName
{
border-color: #055B10;
}
.TagClassName
{
border-color: #055B10;
}
</style>