Shades of Green #056013
Tints of Green #056013
RGB
CMYK
RGB Variations
Color information
#056013 (or 0x056013) is known color: Green. HEX triplet: 05, 60 and 13. RGB value is (5,96,19). Sum of RGB (Red+Green+Blue) = 5+96+19=120 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.17% from 120); Green value is 96 (37.89% from 255 or 80% from 120); Blue value is 19 (7.81% from 255 or 15.83% from 120); Max value from RGB is 96 - color contains mainly: green. Hex color #056013 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #056013 is #FA9FEC. Grayscale: #3C3C3C. Windows color (decimal): -16424941 or 1269765. OLE color: 1269765.
HSL color Cylindrical-coordinate representation of color #056013: hue angle of 129.23º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #056013 is Cyan = 0.95, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 5 | 96 | 19 | - |
| CMYK | 0.95 | 0 | 0.80 | 0.62 |
| HSL | 129.23º | 0.9% | 0.2% | - |
| HSV(B) | 129.23º | 0.95% | 0.38% | - |
| XYZ | 4.36 | 8.45 | 2.02 | - |
| YUV | 60.01 | 104.85 | 88.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 96 | 19 | 0.95 | 0 | 0.80 | 0.62 | 129.23 | 0.9 | 0.2 |
| Hex | 5 | 60 | 13 | 5F | 0 | 50 | 3E | 81 | 5A | 14 |
| Octal | 5 | 140 | 23 | 137 | 0 | 120 | 76 | 201 | 132 | 24 |
| Binary | 101 | 1100000 | 10011 | 1011111 | 0 | 1010000 | 111110 | 10000001 | 1011010 | 10100 |
Color Harmonies of #056013
Complementary color
Monochromatic Colors of #056013
Black with #056013
Text Example
Text Example
White with #056013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #056013; }
p { color: rgb(5,96,19); }
H1.HeaderClassName
{
color: #056013;
}
.AnyTagClassName
{
color: #056013;
}
</style>
background-color css
<style>
a { background-color: #056013; }
a { background-color: rgb(5,96,19); }
div.DivClassName
{
background-color: #056013;
}
.BgClassName
{
background-color: #056013;
}
</style>
border-color css
<style>
span { border-color: #056013; }
span { border-color: rgb(5,96,19); }
td.TdClassName
{
border-color: #056013;
}
.TagClassName
{
border-color: #056013;
}
</style>