Shades of Verdun Green #4E601F
Tints of Verdun Green #4E601F
RGB
CMYK
RGB Variations
Color information
#4E601F (or 0x4E601F) is known color: Verdun Green. HEX triplet: 4E, 60 and 1F. RGB value is (78,96,31). Sum of RGB (Red+Green+Blue) = 78+96+31=205 (27% of max value = 765). Red value is 78 (30.86% from 255 or 38.05% from 205); Green value is 96 (37.89% from 255 or 46.83% from 205); Blue value is 31 (12.5% from 255 or 15.12% from 205); Max value from RGB is 96 - color contains mainly: green. Hex color #4E601F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E601F is #B19FE0. Grayscale: #535353. Windows color (decimal): -11640801 or 2056270. OLE color: 2056270.
HSL color Cylindrical-coordinate representation of color #4E601F: hue angle of 76.62º degrees, saturation: 0.51, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4E601F is Cyan = 0.19, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 78 | 96 | 31 | - |
| CMYK | 0.19 | 0 | 0.68 | 0.62 |
| HSL | 76.62º | 0.51% | 0.25% | - |
| HSV(B) | 76.62º | 0.68% | 0.38% | - |
| XYZ | 7.57 | 10.08 | 2.84 | - |
| YUV | 83.21 | 98.54 | 124.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 96 | 31 | 0.19 | 0 | 0.68 | 0.62 | 76.62 | 0.51 | 0.25 |
| Hex | 4E | 60 | 1F | 13 | 0 | 44 | 3E | 4D | 33 | 19 |
| Octal | 116 | 140 | 37 | 23 | 0 | 104 | 76 | 115 | 63 | 31 |
| Binary | 1001110 | 1100000 | 11111 | 10011 | 0 | 1000100 | 111110 | 1001101 | 110011 | 11001 |
Color Harmonies of #4E601F
Complementary color
Monochromatic Colors of #4E601F
Black with #4E601F
Text Example
Text Example
White with #4E601F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E601F; }
p { color: rgb(78,96,31); }
H1.HeaderClassName
{
color: #4E601F;
}
.AnyTagClassName
{
color: #4E601F;
}
</style>
background-color css
<style>
a { background-color: #4E601F; }
a { background-color: rgb(78,96,31); }
div.DivClassName
{
background-color: #4E601F;
}
.BgClassName
{
background-color: #4E601F;
}
</style>
border-color css
<style>
span { border-color: #4E601F; }
span { border-color: rgb(78,96,31); }
td.TdClassName
{
border-color: #4E601F;
}
.TagClassName
{
border-color: #4E601F;
}
</style>