Shades of Verdun Green #4E5C0D
Tints of Verdun Green #4E5C0D
RGB
CMYK
RGB Variations
Color information
#4E5C0D (or 0x4E5C0D) is known color: Verdun Green. HEX triplet: 4E, 5C and 0D. RGB value is (78,92,13). Sum of RGB (Red+Green+Blue) = 78+92+13=183 (24% of max value = 765). Red value is 78 (30.86% from 255 or 42.62% from 183); Green value is 92 (36.33% from 255 or 50.27% from 183); Blue value is 13 (5.47% from 255 or 7.10% from 183); Max value from RGB is 92 - color contains mainly: green. Hex color #4E5C0D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4E5C0D is #B1A3F2. Grayscale: #4F4F4F. Windows color (decimal): -11641843 or 875598. OLE color: 875598.
HSL color Cylindrical-coordinate representation of color #4E5C0D: hue angle of 70.63º degrees, saturation: 0.75, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4E5C0D is Cyan = 0.15, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 78 | 92 | 13 | - |
| CMYK | 0.15 | 0 | 0.86 | 0.64 |
| HSL | 70.63º | 0.75% | 0.21% | - |
| HSV(B) | 70.63º | 0.86% | 0.36% | - |
| XYZ | 7.04 | 9.3 | 1.81 | - |
| YUV | 78.81 | 90.86 | 127.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 92 | 13 | 0.15 | 0 | 0.86 | 0.64 | 70.63 | 0.75 | 0.21 |
| Hex | 4E | 5C | D | F | 0 | 56 | 40 | 47 | 4B | 15 |
| Octal | 116 | 134 | 15 | 17 | 0 | 126 | 100 | 107 | 113 | 25 |
| Binary | 1001110 | 1011100 | 1101 | 1111 | 0 | 1010110 | 1000000 | 1000111 | 1001011 | 10101 |
Color Harmonies of #4E5C0D
Complementary color
Monochromatic Colors of #4E5C0D
Black with #4E5C0D
Text Example
Text Example
White with #4E5C0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E5C0D; }
p { color: rgb(78,92,13); }
H1.HeaderClassName
{
color: #4E5C0D;
}
.AnyTagClassName
{
color: #4E5C0D;
}
</style>
background-color css
<style>
a { background-color: #4E5C0D; }
a { background-color: rgb(78,92,13); }
div.DivClassName
{
background-color: #4E5C0D;
}
.BgClassName
{
background-color: #4E5C0D;
}
</style>
border-color css
<style>
span { border-color: #4E5C0D; }
span { border-color: rgb(78,92,13); }
td.TdClassName
{
border-color: #4E5C0D;
}
.TagClassName
{
border-color: #4E5C0D;
}
</style>