Shades of Green #056813
Tints of Green #056813
RGB
CMYK
RGB Variations
Color information
#056813 (or 0x056813) is known color: Green. HEX triplet: 05, 68 and 13. RGB value is (5,104,19). Sum of RGB (Red+Green+Blue) = 5+104+19=128 (16% of max value = 765). Red value is 5 (2.34% from 255 or 3.91% from 128); Green value is 104 (41.02% from 255 or 81.25% from 128); Blue value is 19 (7.81% from 255 or 14.84% from 128); Max value from RGB is 104 - color contains mainly: green. Hex color #056813 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #056813 is #FA97EC. Grayscale: #404040. Windows color (decimal): -16422893 or 1271813. OLE color: 1271813.
HSL color Cylindrical-coordinate representation of color #056813: hue angle of 128.48º 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 #056813 is Cyan = 0.95, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 5 | 104 | 19 | - |
| CMYK | 0.95 | 0 | 0.82 | 0.59 |
| HSL | 128.48º | 0.91% | 0.21% | - |
| HSV(B) | 128.48º | 0.95% | 0.41% | - |
| XYZ | 5.13 | 9.98 | 2.27 | - |
| YUV | 64.71 | 102.2 | 85.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 104 | 19 | 0.95 | 0 | 0.82 | 0.59 | 128.48 | 0.91 | 0.21 |
| Hex | 5 | 68 | 13 | 5F | 0 | 52 | 3B | 80 | 5B | 15 |
| Octal | 5 | 150 | 23 | 137 | 0 | 122 | 73 | 200 | 133 | 25 |
| Binary | 101 | 1101000 | 10011 | 1011111 | 0 | 1010010 | 111011 | 10000000 | 1011011 | 10101 |
Color Harmonies of #056813
Complementary color
Monochromatic Colors of #056813
Black with #056813
Text Example
Text Example
White with #056813
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #056813; }
p { color: rgb(5,104,19); }
H1.HeaderClassName
{
color: #056813;
}
.AnyTagClassName
{
color: #056813;
}
</style>
background-color css
<style>
a { background-color: #056813; }
a { background-color: rgb(5,104,19); }
div.DivClassName
{
background-color: #056813;
}
.BgClassName
{
background-color: #056813;
}
</style>
border-color css
<style>
span { border-color: #056813; }
span { border-color: rgb(5,104,19); }
td.TdClassName
{
border-color: #056813;
}
.TagClassName
{
border-color: #056813;
}
</style>