Shades of Verdun Green #4A470C
Tints of Verdun Green #4A470C
RGB
CMYK
RGB Variations
Color information
#4A470C (or 0x4A470C) is known color: Verdun Green. HEX triplet: 4A, 47 and 0C. RGB value is (74,71,12). Sum of RGB (Red+Green+Blue) = 74+71+12=157 (20% of max value = 765). Red value is 74 (29.30% from 255 or 47.13% from 157); Green value is 71 (28.12% from 255 or 45.22% from 157); Blue value is 12 (5.08% from 255 or 7.64% from 157); Max value from RGB is 74 - color contains mainly: red. Hex color #4A470C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4A470C is #B5B8F3. Grayscale: #414141. Windows color (decimal): -11909364 or 804682. OLE color: 804682.
HSL color Cylindrical-coordinate representation of color #4A470C: hue angle of 57.1º degrees, saturation: 0.72, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4A470C is Cyan = 0, Magento = 0.04, Yellow = 0.84 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 71 | 12 | - |
| CMYK | 0 | 0.04 | 0.84 | 0.71 |
| HSL | 57.1º | 0.72% | 0.17% | - |
| HSV(B) | 57.1º | 0.84% | 0.29% | - |
| XYZ | 5.14 | 5.99 | 1.23 | - |
| YUV | 65.17 | 97.99 | 134.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 71 | 12 | 0 | 0.04 | 0.84 | 0.71 | 57.1 | 0.72 | 0.17 |
| Hex | 4A | 47 | C | 0 | 4 | 54 | 47 | 39 | 48 | 11 |
| Octal | 112 | 107 | 14 | 0 | 4 | 124 | 107 | 71 | 110 | 21 |
| Binary | 1001010 | 1000111 | 1100 | 0 | 100 | 1010100 | 1000111 | 111001 | 1001000 | 10001 |
Color Harmonies of #4A470C
Complementary color
Monochromatic Colors of #4A470C
Black with #4A470C
Text Example
Text Example
White with #4A470C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A470C; }
p { color: rgb(74,71,12); }
H1.HeaderClassName
{
color: #4A470C;
}
.AnyTagClassName
{
color: #4A470C;
}
</style>
background-color css
<style>
a { background-color: #4A470C; }
a { background-color: rgb(74,71,12); }
div.DivClassName
{
background-color: #4A470C;
}
.BgClassName
{
background-color: #4A470C;
}
</style>
border-color css
<style>
span { border-color: #4A470C; }
span { border-color: rgb(74,71,12); }
td.TdClassName
{
border-color: #4A470C;
}
.TagClassName
{
border-color: #4A470C;
}
</style>