Shades of Green #056411
Tints of Green #056411
RGB
CMYK
RGB Variations
Color information
#056411 (or 0x056411) is known color: Green. HEX triplet: 05, 64 and 11. RGB value is (5,100,17). Sum of RGB (Red+Green+Blue) = 5+100+17=122 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4.10% from 122); Green value is 100 (39.45% from 255 or 81.97% from 122); Blue value is 17 (7.03% from 255 or 13.93% from 122); Max value from RGB is 100 - color contains mainly: green. Hex color #056411 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #056411 is #FA9BEE. Grayscale: #3E3E3E. Windows color (decimal): -16423919 or 1139717. OLE color: 1139717.
HSL color Cylindrical-coordinate representation of color #056411: hue angle of 127.58º degrees, saturation: 0.9, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #056411 is Cyan = 0.95, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 5 | 100 | 17 | - |
| CMYK | 0.95 | 0 | 0.83 | 0.61 |
| HSL | 127.58º | 0.9% | 0.21% | - |
| HSV(B) | 127.58º | 0.95% | 0.39% | - |
| XYZ | 4.72 | 9.19 | 2.05 | - |
| YUV | 62.13 | 102.53 | 87.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 100 | 17 | 0.95 | 0 | 0.83 | 0.61 | 127.58 | 0.9 | 0.21 |
| Hex | 5 | 64 | 11 | 5F | 0 | 53 | 3D | 80 | 5A | 15 |
| Octal | 5 | 144 | 21 | 137 | 0 | 123 | 75 | 200 | 132 | 25 |
| Binary | 101 | 1100100 | 10001 | 1011111 | 0 | 1010011 | 111101 | 10000000 | 1011010 | 10101 |
Color Harmonies of #056411
Complementary color
Monochromatic Colors of #056411
Black with #056411
Text Example
Text Example
White with #056411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #056411; }
p { color: rgb(5,100,17); }
H1.HeaderClassName
{
color: #056411;
}
.AnyTagClassName
{
color: #056411;
}
</style>
background-color css
<style>
a { background-color: #056411; }
a { background-color: rgb(5,100,17); }
div.DivClassName
{
background-color: #056411;
}
.BgClassName
{
background-color: #056411;
}
</style>
border-color css
<style>
span { border-color: #056411; }
span { border-color: rgb(5,100,17); }
td.TdClassName
{
border-color: #056411;
}
.TagClassName
{
border-color: #056411;
}
</style>