Shades of Green #056513
Tints of Green #056513
RGB
CMYK
RGB Variations
Color information
#056513 (or 0x056513) is known color: Green. HEX triplet: 05, 65 and 13. RGB value is (5,101,19). Sum of RGB (Red+Green+Blue) = 5+101+19=125 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4% from 125); Green value is 101 (39.84% from 255 or 80.8% from 125); Blue value is 19 (7.81% from 255 or 15.2% from 125); Max value from RGB is 101 - color contains mainly: green. Hex color #056513 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #056513 is #FA9AEC. Grayscale: #3F3F3F. Windows color (decimal): -16423661 or 1271045. OLE color: 1271045.
HSL color Cylindrical-coordinate representation of color #056513: hue angle of 128.75º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #056513 is Cyan = 0.95, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 5 | 101 | 19 | - |
| CMYK | 0.95 | 0 | 0.81 | 0.60 |
| HSL | 128.75º | 0.91% | 0.21% | - |
| HSV(B) | 128.75º | 0.95% | 0.4% | - |
| XYZ | 4.83 | 9.39 | 2.17 | - |
| YUV | 62.95 | 103.2 | 86.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 101 | 19 | 0.95 | 0 | 0.81 | 0.60 | 128.75 | 0.91 | 0.21 |
| Hex | 5 | 65 | 13 | 5F | 0 | 51 | 3C | 81 | 5B | 15 |
| Octal | 5 | 145 | 23 | 137 | 0 | 121 | 74 | 201 | 133 | 25 |
| Binary | 101 | 1100101 | 10011 | 1011111 | 0 | 1010001 | 111100 | 10000001 | 1011011 | 10101 |
Color Harmonies of #056513
Complementary color
Monochromatic Colors of #056513
Black with #056513
Text Example
Text Example
White with #056513
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #056513; }
p { color: rgb(5,101,19); }
H1.HeaderClassName
{
color: #056513;
}
.AnyTagClassName
{
color: #056513;
}
</style>
background-color css
<style>
a { background-color: #056513; }
a { background-color: rgb(5,101,19); }
div.DivClassName
{
background-color: #056513;
}
.BgClassName
{
background-color: #056513;
}
</style>
border-color css
<style>
span { border-color: #056513; }
span { border-color: rgb(5,101,19); }
td.TdClassName
{
border-color: #056513;
}
.TagClassName
{
border-color: #056513;
}
</style>