Shades of Verdun Green #4A4504
Tints of Verdun Green #4A4504
RGB
CMYK
RGB Variations
Color information
#4A4504 (or 0x4A4504) is known color: Verdun Green. HEX triplet: 4A, 45 and 04. RGB value is (74,69,4). Sum of RGB (Red+Green+Blue) = 74+69+4=147 (19% of max value = 765). Red value is 74 (29.30% from 255 or 50.34% from 147); Green value is 69 (27.34% from 255 or 46.94% from 147); Blue value is 4 (1.95% from 255 or 2.72% from 147); Max value from RGB is 74 - color contains mainly: red. Hex color #4A4504 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4A4504 is #B5BAFB. Grayscale: #3F3F3F. Windows color (decimal): -11909884 or 279882. OLE color: 279882.
HSL color Cylindrical-coordinate representation of color #4A4504: hue angle of 55.71º degrees, saturation: 0.9, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4A4504 is Cyan = 0, Magento = 0.07, Yellow = 0.95 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 69 | 4 | - |
| CMYK | 0 | 0.07 | 0.95 | 0.71 |
| HSL | 55.71º | 0.9% | 0.15% | - |
| HSV(B) | 55.71º | 0.95% | 0.29% | - |
| XYZ | 4.97 | 5.72 | 0.96 | - |
| YUV | 63.09 | 94.66 | 135.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 69 | 4 | 0 | 0.07 | 0.95 | 0.71 | 55.71 | 0.9 | 0.15 |
| Hex | 4A | 45 | 4 | 0 | 7 | 5F | 47 | 38 | 5A | F |
| Octal | 112 | 105 | 4 | 0 | 7 | 137 | 107 | 70 | 132 | 17 |
| Binary | 1001010 | 1000101 | 100 | 0 | 111 | 1011111 | 1000111 | 111000 | 1011010 | 1111 |
Color Harmonies of #4A4504
Complementary color
Monochromatic Colors of #4A4504
Black with #4A4504
Text Example
Text Example
White with #4A4504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A4504; }
p { color: rgb(74,69,4); }
H1.HeaderClassName
{
color: #4A4504;
}
.AnyTagClassName
{
color: #4A4504;
}
</style>
background-color css
<style>
a { background-color: #4A4504; }
a { background-color: rgb(74,69,4); }
div.DivClassName
{
background-color: #4A4504;
}
.BgClassName
{
background-color: #4A4504;
}
</style>
border-color css
<style>
span { border-color: #4A4504; }
span { border-color: rgb(74,69,4); }
td.TdClassName
{
border-color: #4A4504;
}
.TagClassName
{
border-color: #4A4504;
}
</style>