Shades of Verdun Green #4A4809
Tints of Verdun Green #4A4809
RGB
CMYK
RGB Variations
Color information
#4A4809 (or 0x4A4809) is known color: Verdun Green. HEX triplet: 4A, 48 and 09. RGB value is (74,72,9). Sum of RGB (Red+Green+Blue) = 74+72+9=155 (20% of max value = 765). Red value is 74 (29.30% from 255 or 47.74% from 155); Green value is 72 (28.52% from 255 or 46.45% from 155); Blue value is 9 (3.91% from 255 or 5.81% from 155); Max value from RGB is 74 - color contains mainly: red. Hex color #4A4809 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4A4809 is #B5B7F6. Grayscale: #414141. Windows color (decimal): -11909111 or 608330. OLE color: 608330.
HSL color Cylindrical-coordinate representation of color #4A4809: hue angle of 58.15º degrees, saturation: 0.78, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4A4809 is Cyan = 0, Magento = 0.03, Yellow = 0.88 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 72 | 9 | - |
| CMYK | 0 | 0.03 | 0.88 | 0.71 |
| HSL | 58.15º | 0.78% | 0.16% | - |
| HSV(B) | 58.15º | 0.88% | 0.29% | - |
| XYZ | 5.19 | 6.11 | 1.16 | - |
| YUV | 65.42 | 96.16 | 134.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 72 | 9 | 0 | 0.03 | 0.88 | 0.71 | 58.15 | 0.78 | 0.16 |
| Hex | 4A | 48 | 9 | 0 | 3 | 58 | 47 | 3A | 4E | 10 |
| Octal | 112 | 110 | 11 | 0 | 3 | 130 | 107 | 72 | 116 | 20 |
| Binary | 1001010 | 1001000 | 1001 | 0 | 11 | 1011000 | 1000111 | 111010 | 1001110 | 10000 |
Color Harmonies of #4A4809
Complementary color
Monochromatic Colors of #4A4809
Black with #4A4809
Text Example
Text Example
White with #4A4809
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A4809; }
p { color: rgb(74,72,9); }
H1.HeaderClassName
{
color: #4A4809;
}
.AnyTagClassName
{
color: #4A4809;
}
</style>
background-color css
<style>
a { background-color: #4A4809; }
a { background-color: rgb(74,72,9); }
div.DivClassName
{
background-color: #4A4809;
}
.BgClassName
{
background-color: #4A4809;
}
</style>
border-color css
<style>
span { border-color: #4A4809; }
span { border-color: rgb(74,72,9); }
td.TdClassName
{
border-color: #4A4809;
}
.TagClassName
{
border-color: #4A4809;
}
</style>