Shades of Verdun Green #4A460C
Tints of Verdun Green #4A460C
RGB
CMYK
RGB Variations
Color information
#4A460C (or 0x4A460C) is known color: Verdun Green. HEX triplet: 4A, 46 and 0C. RGB value is (74,70,12). Sum of RGB (Red+Green+Blue) = 74+70+12=156 (20% of max value = 765). Red value is 74 (29.30% from 255 or 47.44% from 156); Green value is 70 (27.73% from 255 or 44.87% from 156); Blue value is 12 (5.08% from 255 or 7.69% from 156); Max value from RGB is 74 - color contains mainly: red. Hex color #4A460C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4A460C is #B5B9F3. Grayscale: #404040. Windows color (decimal): -11909620 or 804426. OLE color: 804426.
HSL color Cylindrical-coordinate representation of color #4A460C: hue angle of 56.13º 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 #4A460C is Cyan = 0, Magento = 0.05, Yellow = 0.84 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 70 | 12 | - |
| CMYK | 0 | 0.05 | 0.84 | 0.71 |
| HSL | 56.13º | 0.72% | 0.17% | - |
| HSV(B) | 56.13º | 0.84% | 0.29% | - |
| XYZ | 5.08 | 5.86 | 1.21 | - |
| YUV | 64.58 | 98.33 | 134.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 70 | 12 | 0 | 0.05 | 0.84 | 0.71 | 56.13 | 0.72 | 0.17 |
| Hex | 4A | 46 | C | 0 | 5 | 54 | 47 | 38 | 48 | 11 |
| Octal | 112 | 106 | 14 | 0 | 5 | 124 | 107 | 70 | 110 | 21 |
| Binary | 1001010 | 1000110 | 1100 | 0 | 101 | 1010100 | 1000111 | 111000 | 1001000 | 10001 |
Color Harmonies of #4A460C
Complementary color
Monochromatic Colors of #4A460C
Black with #4A460C
Text Example
Text Example
White with #4A460C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A460C; }
p { color: rgb(74,70,12); }
H1.HeaderClassName
{
color: #4A460C;
}
.AnyTagClassName
{
color: #4A460C;
}
</style>
background-color css
<style>
a { background-color: #4A460C; }
a { background-color: rgb(74,70,12); }
div.DivClassName
{
background-color: #4A460C;
}
.BgClassName
{
background-color: #4A460C;
}
</style>
border-color css
<style>
span { border-color: #4A460C; }
span { border-color: rgb(74,70,12); }
td.TdClassName
{
border-color: #4A460C;
}
.TagClassName
{
border-color: #4A460C;
}
</style>