Shades of Verdun Green #4E610B
Tints of Verdun Green #4E610B
RGB
CMYK
RGB Variations
Color information
#4E610B (or 0x4E610B) is known color: Verdun Green. HEX triplet: 4E, 61 and 0B. RGB value is (78,97,11). Sum of RGB (Red+Green+Blue) = 78+97+11=186 (24% of max value = 765). Red value is 78 (30.86% from 255 or 41.94% from 186); Green value is 97 (38.28% from 255 or 52.15% from 186); Blue value is 11 (4.69% from 255 or 5.91% from 186); Max value from RGB is 97 - color contains mainly: green. Hex color #4E610B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4E610B is #B19EF4. Grayscale: #515151. Windows color (decimal): -11640565 or 745806. OLE color: 745806.
HSL color Cylindrical-coordinate representation of color #4E610B: hue angle of 73.26º degrees, saturation: 0.8, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4E610B is Cyan = 0.20, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 78 | 97 | 11 | - |
| CMYK | 0.20 | 0 | 0.89 | 0.62 |
| HSL | 73.26º | 0.8% | 0.21% | - |
| HSV(B) | 73.26º | 0.89% | 0.38% | - |
| XYZ | 7.48 | 10.19 | 1.89 | - |
| YUV | 81.52 | 88.21 | 125.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 97 | 11 | 0.20 | 0 | 0.89 | 0.62 | 73.26 | 0.8 | 0.21 |
| Hex | 4E | 61 | B | 14 | 0 | 59 | 3E | 49 | 50 | 15 |
| Octal | 116 | 141 | 13 | 24 | 0 | 131 | 76 | 111 | 120 | 25 |
| Binary | 1001110 | 1100001 | 1011 | 10100 | 0 | 1011001 | 111110 | 1001001 | 1010000 | 10101 |
Color Harmonies of #4E610B
Complementary color
Monochromatic Colors of #4E610B
Black with #4E610B
Text Example
Text Example
White with #4E610B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E610B; }
p { color: rgb(78,97,11); }
H1.HeaderClassName
{
color: #4E610B;
}
.AnyTagClassName
{
color: #4E610B;
}
</style>
background-color css
<style>
a { background-color: #4E610B; }
a { background-color: rgb(78,97,11); }
div.DivClassName
{
background-color: #4E610B;
}
.BgClassName
{
background-color: #4E610B;
}
</style>
border-color css
<style>
span { border-color: #4E610B; }
span { border-color: rgb(78,97,11); }
td.TdClassName
{
border-color: #4E610B;
}
.TagClassName
{
border-color: #4E610B;
}
</style>