Shades of Verdun Green #4A640A
Tints of Verdun Green #4A640A
RGB
CMYK
RGB Variations
Color information
#4A640A (or 0x4A640A) is known color: Verdun Green. HEX triplet: 4A, 64 and 0A. RGB value is (74,100,10). Sum of RGB (Red+Green+Blue) = 74+100+10=184 (24% of max value = 765). Red value is 74 (29.30% from 255 or 40.22% from 184); Green value is 100 (39.45% from 255 or 54.35% from 184); Blue value is 10 (4.30% from 255 or 5.43% from 184); Max value from RGB is 100 - color contains mainly: green. Hex color #4A640A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4A640A is #B59BF5. Grayscale: #525252. Windows color (decimal): -11901942 or 681034. OLE color: 681034.
HSL color Cylindrical-coordinate representation of color #4A640A: hue angle of 77.33º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4A640A is Cyan = 0.26, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 74 | 100 | 10 | - |
| CMYK | 0.26 | 0 | 0.90 | 0.61 |
| HSL | 77.33º | 0.82% | 0.22% | - |
| HSV(B) | 77.33º | 0.9% | 0.39% | - |
| XYZ | 7.44 | 10.59 | 1.94 | - |
| YUV | 81.97 | 87.39 | 122.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 100 | 10 | 0.26 | 0 | 0.90 | 0.61 | 77.33 | 0.82 | 0.22 |
| Hex | 4A | 64 | A | 1A | 0 | 5A | 3D | 4D | 52 | 16 |
| Octal | 112 | 144 | 12 | 32 | 0 | 132 | 75 | 115 | 122 | 26 |
| Binary | 1001010 | 1100100 | 1010 | 11010 | 0 | 1011010 | 111101 | 1001101 | 1010010 | 10110 |
Color Harmonies of #4A640A
Complementary color
Monochromatic Colors of #4A640A
Black with #4A640A
Text Example
Text Example
White with #4A640A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A640A; }
p { color: rgb(74,100,10); }
H1.HeaderClassName
{
color: #4A640A;
}
.AnyTagClassName
{
color: #4A640A;
}
</style>
background-color css
<style>
a { background-color: #4A640A; }
a { background-color: rgb(74,100,10); }
div.DivClassName
{
background-color: #4A640A;
}
.BgClassName
{
background-color: #4A640A;
}
</style>
border-color css
<style>
span { border-color: #4A640A; }
span { border-color: rgb(74,100,10); }
td.TdClassName
{
border-color: #4A640A;
}
.TagClassName
{
border-color: #4A640A;
}
</style>