Shades of Green #056311
Tints of Green #056311
RGB
CMYK
RGB Variations
Color information
#056311 (or 0x056311) is known color: Green. HEX triplet: 05, 63 and 11. RGB value is (5,99,17). Sum of RGB (Red+Green+Blue) = 5+99+17=121 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4.13% from 121); Green value is 99 (39.06% from 255 or 81.82% from 121); Blue value is 17 (7.03% from 255 or 14.05% from 121); Max value from RGB is 99 - color contains mainly: green. Hex color #056311 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #056311 is #FA9CEE. Grayscale: #3D3D3D. Windows color (decimal): -16424175 or 1139461. OLE color: 1139461.
HSL color Cylindrical-coordinate representation of color #056311: hue angle of 127.66º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #056311 is Cyan = 0.95, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 5 | 99 | 17 | - |
| CMYK | 0.95 | 0 | 0.83 | 0.61 |
| HSL | 127.66º | 0.9% | 0.2% | - |
| HSV(B) | 127.66º | 0.95% | 0.39% | - |
| XYZ | 4.63 | 9 | 2.02 | - |
| YUV | 61.55 | 102.86 | 87.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 99 | 17 | 0.95 | 0 | 0.83 | 0.61 | 127.66 | 0.9 | 0.2 |
| Hex | 5 | 63 | 11 | 5F | 0 | 53 | 3D | 80 | 5A | 14 |
| Octal | 5 | 143 | 21 | 137 | 0 | 123 | 75 | 200 | 132 | 24 |
| Binary | 101 | 1100011 | 10001 | 1011111 | 0 | 1010011 | 111101 | 10000000 | 1011010 | 10100 |
Color Harmonies of #056311
Complementary color
Monochromatic Colors of #056311
Black with #056311
Text Example
Text Example
White with #056311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #056311; }
p { color: rgb(5,99,17); }
H1.HeaderClassName
{
color: #056311;
}
.AnyTagClassName
{
color: #056311;
}
</style>
background-color css
<style>
a { background-color: #056311; }
a { background-color: rgb(5,99,17); }
div.DivClassName
{
background-color: #056311;
}
.BgClassName
{
background-color: #056311;
}
</style>
border-color css
<style>
span { border-color: #056311; }
span { border-color: rgb(5,99,17); }
td.TdClassName
{
border-color: #056311;
}
.TagClassName
{
border-color: #056311;
}
</style>