Shades of Green #056816
Tints of Green #056816
RGB
CMYK
RGB Variations
Color information
#056816 (or 0x056816) is known color: Green. HEX triplet: 05, 68 and 16. RGB value is (5,104,22). Sum of RGB (Red+Green+Blue) = 5+104+22=131 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.82% from 131); Green value is 104 (41.02% from 255 or 79.39% from 131); Blue value is 22 (8.98% from 255 or 16.79% from 131); Max value from RGB is 104 - color contains mainly: green. Hex color #056816 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #056816 is #FA97E9. Grayscale: #414141. Windows color (decimal): -16422890 or 1468421. OLE color: 1468421.
HSL color Cylindrical-coordinate representation of color #056816: hue angle of 130.3º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #056816 is Cyan = 0.95, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 5 | 104 | 22 | - |
| CMYK | 0.95 | 0 | 0.79 | 0.59 |
| HSL | 130.3º | 0.91% | 0.21% | - |
| HSV(B) | 130.3º | 0.95% | 0.41% | - |
| XYZ | 5.16 | 9.99 | 2.42 | - |
| YUV | 65.05 | 103.7 | 85.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 104 | 22 | 0.95 | 0 | 0.79 | 0.59 | 130.3 | 0.91 | 0.21 |
| Hex | 5 | 68 | 16 | 5F | 0 | 4F | 3B | 82 | 5B | 15 |
| Octal | 5 | 150 | 26 | 137 | 0 | 117 | 73 | 202 | 133 | 25 |
| Binary | 101 | 1101000 | 10110 | 1011111 | 0 | 1001111 | 111011 | 10000010 | 1011011 | 10101 |
Color Harmonies of #056816
Complementary color
Monochromatic Colors of #056816
Black with #056816
Text Example
Text Example
White with #056816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #056816; }
p { color: rgb(5,104,22); }
H1.HeaderClassName
{
color: #056816;
}
.AnyTagClassName
{
color: #056816;
}
</style>
background-color css
<style>
a { background-color: #056816; }
a { background-color: rgb(5,104,22); }
div.DivClassName
{
background-color: #056816;
}
.BgClassName
{
background-color: #056816;
}
</style>
border-color css
<style>
span { border-color: #056816; }
span { border-color: rgb(5,104,22); }
td.TdClassName
{
border-color: #056816;
}
.TagClassName
{
border-color: #056816;
}
</style>