Shades of Verdun Green #4E530D
Tints of Verdun Green #4E530D
RGB
CMYK
RGB Variations
Color information
#4E530D (or 0x4E530D) is known color: Verdun Green. HEX triplet: 4E, 53 and 0D. RGB value is (78,83,13). Sum of RGB (Red+Green+Blue) = 78+83+13=174 (23% of max value = 765). Red value is 78 (30.86% from 255 or 44.83% from 174); Green value is 83 (32.81% from 255 or 47.70% from 174); Blue value is 13 (5.47% from 255 or 7.47% from 174); Max value from RGB is 83 - color contains mainly: green. Hex color #4E530D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4E530D is #B1ACF2. Grayscale: #494949. Windows color (decimal): -11644147 or 873294. OLE color: 873294.
HSL color Cylindrical-coordinate representation of color #4E530D: hue angle of 64.29º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4E530D is Cyan = 0.06, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 78 | 83 | 13 | - |
| CMYK | 0.06 | 0 | 0.84 | 0.67 |
| HSL | 64.29º | 0.73% | 0.19% | - |
| HSV(B) | 64.29º | 0.84% | 0.33% | - |
| XYZ | 6.31 | 7.84 | 1.56 | - |
| YUV | 73.53 | 93.84 | 131.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 83 | 13 | 0.06 | 0 | 0.84 | 0.67 | 64.29 | 0.73 | 0.19 |
| Hex | 4E | 53 | D | 6 | 0 | 54 | 43 | 40 | 49 | 13 |
| Octal | 116 | 123 | 15 | 6 | 0 | 124 | 103 | 100 | 111 | 23 |
| Binary | 1001110 | 1010011 | 1101 | 110 | 0 | 1010100 | 1000011 | 1000000 | 1001001 | 10011 |
Color Harmonies of #4E530D
Complementary color
Monochromatic Colors of #4E530D
Black with #4E530D
Text Example
Text Example
White with #4E530D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E530D; }
p { color: rgb(78,83,13); }
H1.HeaderClassName
{
color: #4E530D;
}
.AnyTagClassName
{
color: #4E530D;
}
</style>
background-color css
<style>
a { background-color: #4E530D; }
a { background-color: rgb(78,83,13); }
div.DivClassName
{
background-color: #4E530D;
}
.BgClassName
{
background-color: #4E530D;
}
</style>
border-color css
<style>
span { border-color: #4E530D; }
span { border-color: rgb(78,83,13); }
td.TdClassName
{
border-color: #4E530D;
}
.TagClassName
{
border-color: #4E530D;
}
</style>