Shades of Verdun Green #4A6901
Tints of Verdun Green #4A6901
RGB
CMYK
RGB Variations
Color information
#4A6901 (or 0x4A6901) is known color: Verdun Green. HEX triplet: 4A, 69 and 01. RGB value is (74,105,1). Sum of RGB (Red+Green+Blue) = 74+105+1=180 (23% of max value = 765). Red value is 74 (29.30% from 255 or 41.11% from 180); Green value is 105 (41.41% from 255 or 58.33% from 180); Blue value is 1 (0.78% from 255 or 0.56% from 180); Max value from RGB is 105 - color contains mainly: green. Hex color #4A6901 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4A6901 is #B596FE. Grayscale: #545454. Windows color (decimal): -11900671 or 92490. OLE color: 92490.
HSL color Cylindrical-coordinate representation of color #4A6901: hue angle of 77.88º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4A6901 is Cyan = 0.30, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 74 | 105 | 1 | - |
| CMYK | 0.30 | 0 | 0.99 | 0.59 |
| HSL | 77.88º | 0.98% | 0.21% | - |
| HSV(B) | 77.88º | 0.99% | 0.41% | - |
| XYZ | 7.88 | 11.56 | 1.84 | - |
| YUV | 83.88 | 81.23 | 120.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 105 | 1 | 0.30 | 0 | 0.99 | 0.59 | 77.88 | 0.98 | 0.21 |
| Hex | 4A | 69 | 1 | 1E | 0 | 63 | 3B | 4E | 62 | 15 |
| Octal | 112 | 151 | 1 | 36 | 0 | 143 | 73 | 116 | 142 | 25 |
| Binary | 1001010 | 1101001 | 1 | 11110 | 0 | 1100011 | 111011 | 1001110 | 1100010 | 10101 |
Color Harmonies of #4A6901
Complementary color
Monochromatic Colors of #4A6901
Black with #4A6901
Text Example
Text Example
White with #4A6901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A6901; }
p { color: rgb(74,105,1); }
H1.HeaderClassName
{
color: #4A6901;
}
.AnyTagClassName
{
color: #4A6901;
}
</style>
background-color css
<style>
a { background-color: #4A6901; }
a { background-color: rgb(74,105,1); }
div.DivClassName
{
background-color: #4A6901;
}
.BgClassName
{
background-color: #4A6901;
}
</style>
border-color css
<style>
span { border-color: #4A6901; }
span { border-color: rgb(74,105,1); }
td.TdClassName
{
border-color: #4A6901;
}
.TagClassName
{
border-color: #4A6901;
}
</style>