Shades of Verdun Green #4A4702
Tints of Verdun Green #4A4702
RGB
CMYK
RGB Variations
Color information
#4A4702 (or 0x4A4702) is known color: Verdun Green. HEX triplet: 4A, 47 and 02. RGB value is (74,71,2). Sum of RGB (Red+Green+Blue) = 74+71+2=147 (19% of max value = 765). Red value is 74 (29.30% from 255 or 50.34% from 147); Green value is 71 (28.12% from 255 or 48.30% from 147); Blue value is 2 (1.17% from 255 or 1.36% from 147); Max value from RGB is 74 - color contains mainly: red. Hex color #4A4702 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4A4702 is #B5B8FD. Grayscale: #404040. Windows color (decimal): -11909374 or 149322. OLE color: 149322.
HSL color Cylindrical-coordinate representation of color #4A4702: hue angle of 57.5º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4A4702 is Cyan = 0, Magento = 0.04, Yellow = 0.97 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 71 | 2 | - |
| CMYK | 0 | 0.04 | 0.97 | 0.71 |
| HSL | 57.5º | 0.95% | 0.15% | - |
| HSV(B) | 57.5º | 0.97% | 0.29% | - |
| XYZ | 5.09 | 5.97 | 0.94 | - |
| YUV | 64.03 | 92.99 | 135.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 71 | 2 | 0 | 0.04 | 0.97 | 0.71 | 57.5 | 0.95 | 0.15 |
| Hex | 4A | 47 | 2 | 0 | 4 | 61 | 47 | 3A | 5F | F |
| Octal | 112 | 107 | 2 | 0 | 4 | 141 | 107 | 72 | 137 | 17 |
| Binary | 1001010 | 1000111 | 10 | 0 | 100 | 1100001 | 1000111 | 111010 | 1011111 | 1111 |
Color Harmonies of #4A4702
Complementary color
Monochromatic Colors of #4A4702
Black with #4A4702
Text Example
Text Example
White with #4A4702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A4702; }
p { color: rgb(74,71,2); }
H1.HeaderClassName
{
color: #4A4702;
}
.AnyTagClassName
{
color: #4A4702;
}
</style>
background-color css
<style>
a { background-color: #4A4702; }
a { background-color: rgb(74,71,2); }
div.DivClassName
{
background-color: #4A4702;
}
.BgClassName
{
background-color: #4A4702;
}
</style>
border-color css
<style>
span { border-color: #4A4702; }
span { border-color: rgb(74,71,2); }
td.TdClassName
{
border-color: #4A4702;
}
.TagClassName
{
border-color: #4A4702;
}
</style>