Shades of Verdun Green #4E5308
Tints of Verdun Green #4E5308
RGB
CMYK
RGB Variations
Color information
#4E5308 (or 0x4E5308) is known color: Verdun Green. HEX triplet: 4E, 53 and 08. RGB value is (78,83,8). Sum of RGB (Red+Green+Blue) = 78+83+8=169 (22% of max value = 765). Red value is 78 (30.86% from 255 or 46.15% from 169); Green value is 83 (32.81% from 255 or 49.11% from 169); Blue value is 8 (3.52% from 255 or 4.73% from 169); Max value from RGB is 83 - color contains mainly: green. Hex color #4E5308 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4E5308 is #B1ACF7. Grayscale: #494949. Windows color (decimal): -11644152 or 545614. OLE color: 545614.
HSL color Cylindrical-coordinate representation of color #4E5308: hue angle of 64º degrees, saturation: 0.82, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4E5308 is Cyan = 0.06, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 78 | 83 | 8 | - |
| CMYK | 0.06 | 0 | 0.90 | 0.67 |
| HSL | 64º | 0.82% | 0.18% | - |
| HSV(B) | 64º | 0.9% | 0.33% | - |
| XYZ | 6.28 | 7.82 | 1.41 | - |
| YUV | 72.96 | 91.34 | 131.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 83 | 8 | 0.06 | 0 | 0.90 | 0.67 | 64 | 0.82 | 0.18 |
| Hex | 4E | 53 | 8 | 6 | 0 | 5A | 43 | 40 | 52 | 12 |
| Octal | 116 | 123 | 10 | 6 | 0 | 132 | 103 | 100 | 122 | 22 |
| Binary | 1001110 | 1010011 | 1000 | 110 | 0 | 1011010 | 1000011 | 1000000 | 1010010 | 10010 |
Color Harmonies of #4E5308
Complementary color
Monochromatic Colors of #4E5308
Black with #4E5308
Text Example
Text Example
White with #4E5308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E5308; }
p { color: rgb(78,83,8); }
H1.HeaderClassName
{
color: #4E5308;
}
.AnyTagClassName
{
color: #4E5308;
}
</style>
background-color css
<style>
a { background-color: #4E5308; }
a { background-color: rgb(78,83,8); }
div.DivClassName
{
background-color: #4E5308;
}
.BgClassName
{
background-color: #4E5308;
}
</style>
border-color css
<style>
span { border-color: #4E5308; }
span { border-color: rgb(78,83,8); }
td.TdClassName
{
border-color: #4E5308;
}
.TagClassName
{
border-color: #4E5308;
}
</style>