Shades of Verdun Green #4E4A10
Tints of Verdun Green #4E4A10
RGB
CMYK
RGB Variations
Color information
#4E4A10 (or 0x4E4A10) is known color: Verdun Green. HEX triplet: 4E, 4A and 10. RGB value is (78,74,16). Sum of RGB (Red+Green+Blue) = 78+74+16=168 (22% of max value = 765). Red value is 78 (30.86% from 255 or 46.43% from 168); Green value is 74 (29.30% from 255 or 44.05% from 168); Blue value is 16 (6.64% from 255 or 9.52% from 168); Max value from RGB is 78 - color contains mainly: red. Hex color #4E4A10 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4E4A10 is #B1B5EF. Grayscale: #444444. Windows color (decimal): -11646448 or 1067598. OLE color: 1067598.
HSL color Cylindrical-coordinate representation of color #4E4A10: hue angle of 56.13º degrees, saturation: 0.66, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4E4A10 is Cyan = 0, Magento = 0.05, Yellow = 0.79 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 74 | 16 | - |
| CMYK | 0 | 0.05 | 0.79 | 0.69 |
| HSL | 56.13º | 0.66% | 0.18% | - |
| HSV(B) | 56.13º | 0.79% | 0.31% | - |
| XYZ | 5.68 | 6.55 | 1.46 | - |
| YUV | 68.58 | 98.33 | 134.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 74 | 16 | 0 | 0.05 | 0.79 | 0.69 | 56.13 | 0.66 | 0.18 |
| Hex | 4E | 4A | 10 | 0 | 5 | 4F | 45 | 38 | 42 | 12 |
| Octal | 116 | 112 | 20 | 0 | 5 | 117 | 105 | 70 | 102 | 22 |
| Binary | 1001110 | 1001010 | 10000 | 0 | 101 | 1001111 | 1000101 | 111000 | 1000010 | 10010 |
Color Harmonies of #4E4A10
Complementary color
Monochromatic Colors of #4E4A10
Black with #4E4A10
Text Example
Text Example
White with #4E4A10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E4A10; }
p { color: rgb(78,74,16); }
H1.HeaderClassName
{
color: #4E4A10;
}
.AnyTagClassName
{
color: #4E4A10;
}
</style>
background-color css
<style>
a { background-color: #4E4A10; }
a { background-color: rgb(78,74,16); }
div.DivClassName
{
background-color: #4E4A10;
}
.BgClassName
{
background-color: #4E4A10;
}
</style>
border-color css
<style>
span { border-color: #4E4A10; }
span { border-color: rgb(78,74,16); }
td.TdClassName
{
border-color: #4E4A10;
}
.TagClassName
{
border-color: #4E4A10;
}
</style>