Shades of Verdun Green #4E5207
Tints of Verdun Green #4E5207
RGB
CMYK
RGB Variations
Color information
#4E5207 (or 0x4E5207) is known color: Verdun Green. HEX triplet: 4E, 52 and 07. RGB value is (78,82,7). Sum of RGB (Red+Green+Blue) = 78+82+7=167 (22% of max value = 765). Red value is 78 (30.86% from 255 or 46.71% from 167); Green value is 82 (32.42% from 255 or 49.10% from 167); Blue value is 7 (3.12% from 255 or 4.19% from 167); Max value from RGB is 82 - color contains mainly: green. Hex color #4E5207 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4E5207 is #B1ADF8. Grayscale: #484848. Windows color (decimal): -11644409 or 479822. OLE color: 479822.
HSL color Cylindrical-coordinate representation of color #4E5207: hue angle of 63.2º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4E5207 is Cyan = 0.05, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 78 | 82 | 7 | - |
| CMYK | 0.05 | 0 | 0.91 | 0.68 |
| HSL | 63.2º | 0.84% | 0.17% | - |
| HSV(B) | 63.2º | 0.91% | 0.32% | - |
| XYZ | 6.2 | 7.67 | 1.35 | - |
| YUV | 72.25 | 91.17 | 132.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 82 | 7 | 0.05 | 0 | 0.91 | 0.68 | 63.2 | 0.84 | 0.17 |
| Hex | 4E | 52 | 7 | 5 | 0 | 5B | 44 | 3F | 54 | 11 |
| Octal | 116 | 122 | 7 | 5 | 0 | 133 | 104 | 77 | 124 | 21 |
| Binary | 1001110 | 1010010 | 111 | 101 | 0 | 1011011 | 1000100 | 111111 | 1010100 | 10001 |
Color Harmonies of #4E5207
Complementary color
Monochromatic Colors of #4E5207
Black with #4E5207
Text Example
Text Example
White with #4E5207
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E5207; }
p { color: rgb(78,82,7); }
H1.HeaderClassName
{
color: #4E5207;
}
.AnyTagClassName
{
color: #4E5207;
}
</style>
background-color css
<style>
a { background-color: #4E5207; }
a { background-color: rgb(78,82,7); }
div.DivClassName
{
background-color: #4E5207;
}
.BgClassName
{
background-color: #4E5207;
}
</style>
border-color css
<style>
span { border-color: #4E5207; }
span { border-color: rgb(78,82,7); }
td.TdClassName
{
border-color: #4E5207;
}
.TagClassName
{
border-color: #4E5207;
}
</style>