Shades of Verdun Green #4A601A
Tints of Verdun Green #4A601A
RGB
CMYK
RGB Variations
Color information
#4A601A (or 0x4A601A) is known color: Verdun Green. HEX triplet: 4A, 60 and 1A. RGB value is (74,96,26). Sum of RGB (Red+Green+Blue) = 74+96+26=196 (25% of max value = 765). Red value is 74 (29.30% from 255 or 37.76% from 196); Green value is 96 (37.89% from 255 or 48.98% from 196); Blue value is 26 (10.55% from 255 or 13.27% from 196); Max value from RGB is 96 - color contains mainly: green. Hex color #4A601A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A601A is #B59FE5. Grayscale: #515151. Windows color (decimal): -11902950 or 1728586. OLE color: 1728586.
HSL color Cylindrical-coordinate representation of color #4A601A: hue angle of 78.86º degrees, saturation: 0.57, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4A601A is Cyan = 0.23, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 74 | 96 | 26 | - |
| CMYK | 0.23 | 0 | 0.73 | 0.62 |
| HSL | 78.86º | 0.57% | 0.24% | - |
| HSV(B) | 78.86º | 0.73% | 0.38% | - |
| XYZ | 7.19 | 9.9 | 2.51 | - |
| YUV | 81.44 | 96.71 | 122.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 96 | 26 | 0.23 | 0 | 0.73 | 0.62 | 78.86 | 0.57 | 0.24 |
| Hex | 4A | 60 | 1A | 17 | 0 | 49 | 3E | 4F | 39 | 18 |
| Octal | 112 | 140 | 32 | 27 | 0 | 111 | 76 | 117 | 71 | 30 |
| Binary | 1001010 | 1100000 | 11010 | 10111 | 0 | 1001001 | 111110 | 1001111 | 111001 | 11000 |
Color Harmonies of #4A601A
Complementary color
Monochromatic Colors of #4A601A
Black with #4A601A
Text Example
Text Example
White with #4A601A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A601A; }
p { color: rgb(74,96,26); }
H1.HeaderClassName
{
color: #4A601A;
}
.AnyTagClassName
{
color: #4A601A;
}
</style>
background-color css
<style>
a { background-color: #4A601A; }
a { background-color: rgb(74,96,26); }
div.DivClassName
{
background-color: #4A601A;
}
.BgClassName
{
background-color: #4A601A;
}
</style>
border-color css
<style>
span { border-color: #4A601A; }
span { border-color: rgb(74,96,26); }
td.TdClassName
{
border-color: #4A601A;
}
.TagClassName
{
border-color: #4A601A;
}
</style>