Shades of Verdun Green #4A560D
Tints of Verdun Green #4A560D
RGB
CMYK
RGB Variations
Color information
#4A560D (or 0x4A560D) is known color: Verdun Green. HEX triplet: 4A, 56 and 0D. RGB value is (74,86,13). Sum of RGB (Red+Green+Blue) = 74+86+13=173 (22% of max value = 765). Red value is 74 (29.30% from 255 or 42.77% from 173); Green value is 86 (33.98% from 255 or 49.71% from 173); Blue value is 13 (5.47% from 255 or 7.51% from 173); Max value from RGB is 86 - color contains mainly: green. Hex color #4A560D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4A560D is #B5A9F2. Grayscale: #4A4A4A. Windows color (decimal): -11905523 or 874058. OLE color: 874058.
HSL color Cylindrical-coordinate representation of color #4A560D: hue angle of 69.86º degrees, saturation: 0.74, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4A560D is Cyan = 0.14, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 74 | 86 | 13 | - |
| CMYK | 0.14 | 0 | 0.85 | 0.66 |
| HSL | 69.86º | 0.74% | 0.19% | - |
| HSV(B) | 69.86º | 0.85% | 0.34% | - |
| XYZ | 6.22 | 8.14 | 1.62 | - |
| YUV | 74.09 | 93.52 | 127.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 86 | 13 | 0.14 | 0 | 0.85 | 0.66 | 69.86 | 0.74 | 0.19 |
| Hex | 4A | 56 | D | E | 0 | 55 | 42 | 46 | 4A | 13 |
| Octal | 112 | 126 | 15 | 16 | 0 | 125 | 102 | 106 | 112 | 23 |
| Binary | 1001010 | 1010110 | 1101 | 1110 | 0 | 1010101 | 1000010 | 1000110 | 1001010 | 10011 |
Color Harmonies of #4A560D
Complementary color
Monochromatic Colors of #4A560D
Black with #4A560D
Text Example
Text Example
White with #4A560D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A560D; }
p { color: rgb(74,86,13); }
H1.HeaderClassName
{
color: #4A560D;
}
.AnyTagClassName
{
color: #4A560D;
}
</style>
background-color css
<style>
a { background-color: #4A560D; }
a { background-color: rgb(74,86,13); }
div.DivClassName
{
background-color: #4A560D;
}
.BgClassName
{
background-color: #4A560D;
}
</style>
border-color css
<style>
span { border-color: #4A560D; }
span { border-color: rgb(74,86,13); }
td.TdClassName
{
border-color: #4A560D;
}
.TagClassName
{
border-color: #4A560D;
}
</style>