Shades of Verdun Green #4A4605
Tints of Verdun Green #4A4605
RGB
CMYK
RGB Variations
Color information
#4A4605 (or 0x4A4605) is known color: Verdun Green. HEX triplet: 4A, 46 and 05. RGB value is (74,70,5). Sum of RGB (Red+Green+Blue) = 74+70+5=149 (19% of max value = 765). Red value is 74 (29.30% from 255 or 49.66% from 149); Green value is 70 (27.73% from 255 or 46.98% from 149); Blue value is 5 (2.34% from 255 or 3.36% from 149); Max value from RGB is 74 - color contains mainly: red. Hex color #4A4605 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4A4605 is #B5B9FA. Grayscale: #404040. Windows color (decimal): -11909627 or 345674. OLE color: 345674.
HSL color Cylindrical-coordinate representation of color #4A4605: hue angle of 56.52º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4A4605 is Cyan = 0, Magento = 0.05, Yellow = 0.93 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 70 | 5 | - |
| CMYK | 0 | 0.05 | 0.93 | 0.71 |
| HSL | 56.52º | 0.87% | 0.15% | - |
| HSV(B) | 56.52º | 0.93% | 0.29% | - |
| XYZ | 5.04 | 5.85 | 1.01 | - |
| YUV | 63.79 | 94.83 | 135.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 70 | 5 | 0 | 0.05 | 0.93 | 0.71 | 56.52 | 0.87 | 0.15 |
| Hex | 4A | 46 | 5 | 0 | 5 | 5D | 47 | 39 | 57 | F |
| Octal | 112 | 106 | 5 | 0 | 5 | 135 | 107 | 71 | 127 | 17 |
| Binary | 1001010 | 1000110 | 101 | 0 | 101 | 1011101 | 1000111 | 111001 | 1010111 | 1111 |
Color Harmonies of #4A4605
Complementary color
Monochromatic Colors of #4A4605
Black with #4A4605
Text Example
Text Example
White with #4A4605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A4605; }
p { color: rgb(74,70,5); }
H1.HeaderClassName
{
color: #4A4605;
}
.AnyTagClassName
{
color: #4A4605;
}
</style>
background-color css
<style>
a { background-color: #4A4605; }
a { background-color: rgb(74,70,5); }
div.DivClassName
{
background-color: #4A4605;
}
.BgClassName
{
background-color: #4A4605;
}
</style>
border-color css
<style>
span { border-color: #4A4605; }
span { border-color: rgb(74,70,5); }
td.TdClassName
{
border-color: #4A4605;
}
.TagClassName
{
border-color: #4A4605;
}
</style>