Shades of Verdun Green #4A6319
Tints of Verdun Green #4A6319
RGB
CMYK
RGB Variations
Color information
#4A6319 (or 0x4A6319) is known color: Verdun Green. HEX triplet: 4A, 63 and 19. RGB value is (74,99,25). Sum of RGB (Red+Green+Blue) = 74+99+25=198 (26% of max value = 765). Red value is 74 (29.30% from 255 or 37.37% from 198); Green value is 99 (39.06% from 255 or 50% from 198); Blue value is 25 (10.16% from 255 or 12.63% from 198); Max value from RGB is 99 - color contains mainly: green. Hex color #4A6319 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4A6319 is #B59CE6. Grayscale: #535353. Windows color (decimal): -11902183 or 1663818. OLE color: 1663818.
HSL color Cylindrical-coordinate representation of color #4A6319: hue angle of 80.27º degrees, saturation: 0.6, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4A6319 is Cyan = 0.25, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 74 | 99 | 25 | - |
| CMYK | 0.25 | 0 | 0.75 | 0.61 |
| HSL | 80.27º | 0.6% | 0.24% | - |
| HSV(B) | 80.27º | 0.75% | 0.39% | - |
| XYZ | 7.46 | 10.45 | 2.54 | - |
| YUV | 83.09 | 95.22 | 121.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 99 | 25 | 0.25 | 0 | 0.75 | 0.61 | 80.27 | 0.6 | 0.24 |
| Hex | 4A | 63 | 19 | 19 | 0 | 4B | 3D | 50 | 3C | 18 |
| Octal | 112 | 143 | 31 | 31 | 0 | 113 | 75 | 120 | 74 | 30 |
| Binary | 1001010 | 1100011 | 11001 | 11001 | 0 | 1001011 | 111101 | 1010000 | 111100 | 11000 |
Color Harmonies of #4A6319
Complementary color
Monochromatic Colors of #4A6319
Black with #4A6319
Text Example
Text Example
White with #4A6319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A6319; }
p { color: rgb(74,99,25); }
H1.HeaderClassName
{
color: #4A6319;
}
.AnyTagClassName
{
color: #4A6319;
}
</style>
background-color css
<style>
a { background-color: #4A6319; }
a { background-color: rgb(74,99,25); }
div.DivClassName
{
background-color: #4A6319;
}
.BgClassName
{
background-color: #4A6319;
}
</style>
border-color css
<style>
span { border-color: #4A6319; }
span { border-color: rgb(74,99,25); }
td.TdClassName
{
border-color: #4A6319;
}
.TagClassName
{
border-color: #4A6319;
}
</style>