Shades of Verdun Green #4A4804
Tints of Verdun Green #4A4804
RGB
CMYK
RGB Variations
Color information
#4A4804 (or 0x4A4804) is known color: Verdun Green. HEX triplet: 4A, 48 and 04. RGB value is (74,72,4). Sum of RGB (Red+Green+Blue) = 74+72+4=150 (19% of max value = 765). Red value is 74 (29.30% from 255 or 49.33% from 150); Green value is 72 (28.52% from 255 or 48% from 150); Blue value is 4 (1.95% from 255 or 2.67% from 150); Max value from RGB is 74 - color contains mainly: red. Hex color #4A4804 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4A4804 is #B5B7FB. Grayscale: #414141. Windows color (decimal): -11909116 or 280650. OLE color: 280650.
HSL color Cylindrical-coordinate representation of color #4A4804: hue angle of 58.29º 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 #4A4804 is Cyan = 0, Magento = 0.03, Yellow = 0.95 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 72 | 4 | - |
| CMYK | 0 | 0.03 | 0.95 | 0.71 |
| HSL | 58.29º | 0.9% | 0.15% | - |
| HSV(B) | 58.29º | 0.95% | 0.29% | - |
| XYZ | 5.16 | 6.1 | 1.02 | - |
| YUV | 64.85 | 93.66 | 134.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 72 | 4 | 0 | 0.03 | 0.95 | 0.71 | 58.29 | 0.9 | 0.15 |
| Hex | 4A | 48 | 4 | 0 | 3 | 5F | 47 | 3A | 5A | F |
| Octal | 112 | 110 | 4 | 0 | 3 | 137 | 107 | 72 | 132 | 17 |
| Binary | 1001010 | 1001000 | 100 | 0 | 11 | 1011111 | 1000111 | 111010 | 1011010 | 1111 |
Color Harmonies of #4A4804
Complementary color
Monochromatic Colors of #4A4804
Black with #4A4804
Text Example
Text Example
White with #4A4804
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A4804; }
p { color: rgb(74,72,4); }
H1.HeaderClassName
{
color: #4A4804;
}
.AnyTagClassName
{
color: #4A4804;
}
</style>
background-color css
<style>
a { background-color: #4A4804; }
a { background-color: rgb(74,72,4); }
div.DivClassName
{
background-color: #4A4804;
}
.BgClassName
{
background-color: #4A4804;
}
</style>
border-color css
<style>
span { border-color: #4A4804; }
span { border-color: rgb(74,72,4); }
td.TdClassName
{
border-color: #4A4804;
}
.TagClassName
{
border-color: #4A4804;
}
</style>