Shades of Green #055E10
Tints of Green #055E10
RGB
CMYK
RGB Variations
Color information
#055E10 (or 0x055E10) is known color: Green. HEX triplet: 05, 5E and 10. RGB value is (5,94,16). Sum of RGB (Red+Green+Blue) = 5+94+16=115 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.35% from 115); Green value is 94 (37.11% from 255 or 81.74% from 115); Blue value is 16 (6.64% from 255 or 13.91% from 115); Max value from RGB is 94 - color contains mainly: green. Hex color #055E10 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #055E10 is #FAA1EF. Grayscale: #3A3A3A. Windows color (decimal): -16425456 or 1072645. OLE color: 1072645.
HSL color Cylindrical-coordinate representation of color #055E10: hue angle of 127.42º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #055E10 is Cyan = 0.95, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 5 | 94 | 16 | - |
| CMYK | 0.95 | 0 | 0.83 | 0.63 |
| HSL | 127.42º | 0.9% | 0.19% | - |
| HSV(B) | 127.42º | 0.95% | 0.37% | - |
| XYZ | 4.16 | 8.08 | 1.83 | - |
| YUV | 58.5 | 104.01 | 89.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 94 | 16 | 0.95 | 0 | 0.83 | 0.63 | 127.42 | 0.9 | 0.19 |
| Hex | 5 | 5E | 10 | 5F | 0 | 53 | 3F | 7F | 5A | 13 |
| Octal | 5 | 136 | 20 | 137 | 0 | 123 | 77 | 177 | 132 | 23 |
| Binary | 101 | 1011110 | 10000 | 1011111 | 0 | 1010011 | 111111 | 1111111 | 1011010 | 10011 |
Color Harmonies of #055E10
Complementary color
Monochromatic Colors of #055E10
Black with #055E10
Text Example
Text Example
White with #055E10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #055E10; }
p { color: rgb(5,94,16); }
H1.HeaderClassName
{
color: #055E10;
}
.AnyTagClassName
{
color: #055E10;
}
</style>
background-color css
<style>
a { background-color: #055E10; }
a { background-color: rgb(5,94,16); }
div.DivClassName
{
background-color: #055E10;
}
.BgClassName
{
background-color: #055E10;
}
</style>
border-color css
<style>
span { border-color: #055E10; }
span { border-color: rgb(5,94,16); }
td.TdClassName
{
border-color: #055E10;
}
.TagClassName
{
border-color: #055E10;
}
</style>