Shades of Verdun Green #4E6108
Tints of Verdun Green #4E6108
RGB
CMYK
RGB Variations
Color information
#4E6108 (or 0x4E6108) is known color: Verdun Green. HEX triplet: 4E, 61 and 08. RGB value is (78,97,8). Sum of RGB (Red+Green+Blue) = 78+97+8=183 (24% of max value = 765). Red value is 78 (30.86% from 255 or 42.62% from 183); Green value is 97 (38.28% from 255 or 53.01% from 183); Blue value is 8 (3.52% from 255 or 4.37% from 183); Max value from RGB is 97 - color contains mainly: green. Hex color #4E6108 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4E6108 is #B19EF7. Grayscale: #515151. Windows color (decimal): -11640568 or 549198. OLE color: 549198.
HSL color Cylindrical-coordinate representation of color #4E6108: hue angle of 72.81º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4E6108 is Cyan = 0.20, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 78 | 97 | 8 | - |
| CMYK | 0.20 | 0 | 0.92 | 0.62 |
| HSL | 72.81º | 0.85% | 0.21% | - |
| HSV(B) | 72.81º | 0.92% | 0.38% | - |
| XYZ | 7.46 | 10.19 | 1.8 | - |
| YUV | 81.17 | 86.71 | 125.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 97 | 8 | 0.20 | 0 | 0.92 | 0.62 | 72.81 | 0.85 | 0.21 |
| Hex | 4E | 61 | 8 | 14 | 0 | 5C | 3E | 49 | 55 | 15 |
| Octal | 116 | 141 | 10 | 24 | 0 | 134 | 76 | 111 | 125 | 25 |
| Binary | 1001110 | 1100001 | 1000 | 10100 | 0 | 1011100 | 111110 | 1001001 | 1010101 | 10101 |
Color Harmonies of #4E6108
Complementary color
Monochromatic Colors of #4E6108
Black with #4E6108
Text Example
Text Example
White with #4E6108
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E6108; }
p { color: rgb(78,97,8); }
H1.HeaderClassName
{
color: #4E6108;
}
.AnyTagClassName
{
color: #4E6108;
}
</style>
background-color css
<style>
a { background-color: #4E6108; }
a { background-color: rgb(78,97,8); }
div.DivClassName
{
background-color: #4E6108;
}
.BgClassName
{
background-color: #4E6108;
}
</style>
border-color css
<style>
span { border-color: #4E6108; }
span { border-color: rgb(78,97,8); }
td.TdClassName
{
border-color: #4E6108;
}
.TagClassName
{
border-color: #4E6108;
}
</style>