Shades of Verdun Green #4A6704
Tints of Verdun Green #4A6704
RGB
CMYK
RGB Variations
Color information
#4A6704 (or 0x4A6704) is known color: Verdun Green. HEX triplet: 4A, 67 and 04. RGB value is (74,103,4). Sum of RGB (Red+Green+Blue) = 74+103+4=181 (23% of max value = 765). Red value is 74 (29.30% from 255 or 40.88% from 181); Green value is 103 (40.62% from 255 or 56.91% from 181); Blue value is 4 (1.95% from 255 or 2.21% from 181); Max value from RGB is 103 - color contains mainly: green. Hex color #4A6704 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4A6704 is #B598FB. Grayscale: #535353. Windows color (decimal): -11901180 or 288586. OLE color: 288586.
HSL color Cylindrical-coordinate representation of color #4A6704: hue angle of 77.58º degrees, saturation: 0.93, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4A6704 is Cyan = 0.28, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 74 | 103 | 4 | - |
| CMYK | 0.28 | 0 | 0.96 | 0.60 |
| HSL | 77.58º | 0.93% | 0.21% | - |
| HSV(B) | 77.58º | 0.96% | 0.4% | - |
| XYZ | 7.7 | 11.17 | 1.86 | - |
| YUV | 83.04 | 83.39 | 121.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 103 | 4 | 0.28 | 0 | 0.96 | 0.60 | 77.58 | 0.93 | 0.21 |
| Hex | 4A | 67 | 4 | 1C | 0 | 60 | 3C | 4E | 5D | 15 |
| Octal | 112 | 147 | 4 | 34 | 0 | 140 | 74 | 116 | 135 | 25 |
| Binary | 1001010 | 1100111 | 100 | 11100 | 0 | 1100000 | 111100 | 1001110 | 1011101 | 10101 |
Color Harmonies of #4A6704
Complementary color
Monochromatic Colors of #4A6704
Black with #4A6704
Text Example
Text Example
White with #4A6704
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A6704; }
p { color: rgb(74,103,4); }
H1.HeaderClassName
{
color: #4A6704;
}
.AnyTagClassName
{
color: #4A6704;
}
</style>
background-color css
<style>
a { background-color: #4A6704; }
a { background-color: rgb(74,103,4); }
div.DivClassName
{
background-color: #4A6704;
}
.BgClassName
{
background-color: #4A6704;
}
</style>
border-color css
<style>
span { border-color: #4A6704; }
span { border-color: rgb(74,103,4); }
td.TdClassName
{
border-color: #4A6704;
}
.TagClassName
{
border-color: #4A6704;
}
</style>