Shades of Verdun Green #4A4705
Tints of Verdun Green #4A4705
RGB
CMYK
RGB Variations
Color information
#4A4705 (or 0x4A4705) is known color: Verdun Green. HEX triplet: 4A, 47 and 05. RGB value is (74,71,5). Sum of RGB (Red+Green+Blue) = 74+71+5=150 (19% of max value = 765). Red value is 74 (29.30% from 255 or 49.33% from 150); Green value is 71 (28.12% from 255 or 47.33% from 150); Blue value is 5 (2.34% from 255 or 3.33% from 150); Max value from RGB is 74 - color contains mainly: red. Hex color #4A4705 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4A4705 is #B5B8FA. Grayscale: #404040. Windows color (decimal): -11909371 or 345930. OLE color: 345930.
HSL color Cylindrical-coordinate representation of color #4A4705: hue angle of 57.39º 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 #4A4705 is Cyan = 0, Magento = 0.04, Yellow = 0.93 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 71 | 5 | - |
| CMYK | 0 | 0.04 | 0.93 | 0.71 |
| HSL | 57.39º | 0.87% | 0.15% | - |
| HSV(B) | 57.39º | 0.93% | 0.29% | - |
| XYZ | 5.1 | 5.97 | 1.03 | - |
| YUV | 64.37 | 94.49 | 134.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 71 | 5 | 0 | 0.04 | 0.93 | 0.71 | 57.39 | 0.87 | 0.15 |
| Hex | 4A | 47 | 5 | 0 | 4 | 5D | 47 | 39 | 57 | F |
| Octal | 112 | 107 | 5 | 0 | 4 | 135 | 107 | 71 | 127 | 17 |
| Binary | 1001010 | 1000111 | 101 | 0 | 100 | 1011101 | 1000111 | 111001 | 1010111 | 1111 |
Color Harmonies of #4A4705
Complementary color
Monochromatic Colors of #4A4705
Black with #4A4705
Text Example
Text Example
White with #4A4705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A4705; }
p { color: rgb(74,71,5); }
H1.HeaderClassName
{
color: #4A4705;
}
.AnyTagClassName
{
color: #4A4705;
}
</style>
background-color css
<style>
a { background-color: #4A4705; }
a { background-color: rgb(74,71,5); }
div.DivClassName
{
background-color: #4A4705;
}
.BgClassName
{
background-color: #4A4705;
}
</style>
border-color css
<style>
span { border-color: #4A4705; }
span { border-color: rgb(74,71,5); }
td.TdClassName
{
border-color: #4A4705;
}
.TagClassName
{
border-color: #4A4705;
}
</style>