Shades of Verdun Green #4A6513
Tints of Verdun Green #4A6513
RGB
CMYK
RGB Variations
Color information
#4A6513 (or 0x4A6513) is known color: Verdun Green. HEX triplet: 4A, 65 and 13. RGB value is (74,101,19). Sum of RGB (Red+Green+Blue) = 74+101+19=194 (25% of max value = 765). Red value is 74 (29.30% from 255 or 38.14% from 194); Green value is 101 (39.84% from 255 or 52.06% from 194); Blue value is 19 (7.81% from 255 or 9.79% from 194); Max value from RGB is 101 - color contains mainly: green. Hex color #4A6513 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4A6513 is #B59AEC. Grayscale: #535353. Windows color (decimal): -11901677 or 1271114. OLE color: 1271114.
HSL color Cylindrical-coordinate representation of color #4A6513: hue angle of 79.76º degrees, saturation: 0.68, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4A6513 is Cyan = 0.27, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 74 | 101 | 19 | - |
| CMYK | 0.27 | 0 | 0.81 | 0.60 |
| HSL | 79.76º | 0.68% | 0.24% | - |
| HSV(B) | 79.76º | 0.81% | 0.4% | - |
| XYZ | 7.6 | 10.81 | 2.3 | - |
| YUV | 83.58 | 91.55 | 121.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 101 | 19 | 0.27 | 0 | 0.81 | 0.60 | 79.76 | 0.68 | 0.24 |
| Hex | 4A | 65 | 13 | 1B | 0 | 51 | 3C | 50 | 44 | 18 |
| Octal | 112 | 145 | 23 | 33 | 0 | 121 | 74 | 120 | 104 | 30 |
| Binary | 1001010 | 1100101 | 10011 | 11011 | 0 | 1010001 | 111100 | 1010000 | 1000100 | 11000 |
Color Harmonies of #4A6513
Complementary color
Monochromatic Colors of #4A6513
Black with #4A6513
Text Example
Text Example
White with #4A6513
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A6513; }
p { color: rgb(74,101,19); }
H1.HeaderClassName
{
color: #4A6513;
}
.AnyTagClassName
{
color: #4A6513;
}
</style>
background-color css
<style>
a { background-color: #4A6513; }
a { background-color: rgb(74,101,19); }
div.DivClassName
{
background-color: #4A6513;
}
.BgClassName
{
background-color: #4A6513;
}
</style>
border-color css
<style>
span { border-color: #4A6513; }
span { border-color: rgb(74,101,19); }
td.TdClassName
{
border-color: #4A6513;
}
.TagClassName
{
border-color: #4A6513;
}
</style>