Shades of Green #056D11
Tints of Green #056D11
RGB
CMYK
RGB Variations
Color information
#056D11 (or 0x056D11) is known color: Green. HEX triplet: 05, 6D and 11. RGB value is (5,109,17). Sum of RGB (Red+Green+Blue) = 5+109+17=131 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.82% from 131); Green value is 109 (42.97% from 255 or 83.21% from 131); Blue value is 17 (7.03% from 255 or 12.98% from 131); Max value from RGB is 109 - color contains mainly: green. Hex color #056D11 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #056D11 is #FA92EE. Grayscale: #434343. Windows color (decimal): -16421615 or 1142021. OLE color: 1142021.
HSL color Cylindrical-coordinate representation of color #056D11: hue angle of 126.92º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #056D11 is Cyan = 0.95, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 5 | 109 | 17 | - |
| CMYK | 0.95 | 0 | 0.84 | 0.57 |
| HSL | 126.92º | 0.91% | 0.22% | - |
| HSV(B) | 126.92º | 0.95% | 0.43% | - |
| XYZ | 5.63 | 11.01 | 2.36 | - |
| YUV | 67.42 | 99.54 | 83.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 109 | 17 | 0.95 | 0 | 0.84 | 0.57 | 126.92 | 0.91 | 0.22 |
| Hex | 5 | 6D | 11 | 5F | 0 | 54 | 39 | 7F | 5B | 16 |
| Octal | 5 | 155 | 21 | 137 | 0 | 124 | 71 | 177 | 133 | 26 |
| Binary | 101 | 1101101 | 10001 | 1011111 | 0 | 1010100 | 111001 | 1111111 | 1011011 | 10110 |
Color Harmonies of #056D11
Complementary color
Monochromatic Colors of #056D11
Black with #056D11
Text Example
Text Example
White with #056D11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #056D11; }
p { color: rgb(5,109,17); }
H1.HeaderClassName
{
color: #056D11;
}
.AnyTagClassName
{
color: #056D11;
}
</style>
background-color css
<style>
a { background-color: #056D11; }
a { background-color: rgb(5,109,17); }
div.DivClassName
{
background-color: #056D11;
}
.BgClassName
{
background-color: #056D11;
}
</style>
border-color css
<style>
span { border-color: #056D11; }
span { border-color: rgb(5,109,17); }
td.TdClassName
{
border-color: #056D11;
}
.TagClassName
{
border-color: #056D11;
}
</style>