Shades of Verdun Green #4E530A
Tints of Verdun Green #4E530A
RGB
CMYK
RGB Variations
Color information
#4E530A (or 0x4E530A) is known color: Verdun Green. HEX triplet: 4E, 53 and 0A. RGB value is (78,83,10). Sum of RGB (Red+Green+Blue) = 78+83+10=171 (22% of max value = 765). Red value is 78 (30.86% from 255 or 45.61% from 171); Green value is 83 (32.81% from 255 or 48.54% from 171); Blue value is 10 (4.30% from 255 or 5.85% from 171); Max value from RGB is 83 - color contains mainly: green. Hex color #4E530A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4E530A is #B1ACF5. Grayscale: #494949. Windows color (decimal): -11644150 or 676686. OLE color: 676686.
HSL color Cylindrical-coordinate representation of color #4E530A: hue angle of 64.11º degrees, saturation: 0.78, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4E530A is Cyan = 0.06, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 78 | 83 | 10 | - |
| CMYK | 0.06 | 0 | 0.88 | 0.67 |
| HSL | 64.11º | 0.78% | 0.18% | - |
| HSV(B) | 64.11º | 0.88% | 0.33% | - |
| XYZ | 6.29 | 7.83 | 1.47 | - |
| YUV | 73.18 | 92.34 | 131.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 83 | 10 | 0.06 | 0 | 0.88 | 0.67 | 64.11 | 0.78 | 0.18 |
| Hex | 4E | 53 | A | 6 | 0 | 58 | 43 | 40 | 4E | 12 |
| Octal | 116 | 123 | 12 | 6 | 0 | 130 | 103 | 100 | 116 | 22 |
| Binary | 1001110 | 1010011 | 1010 | 110 | 0 | 1011000 | 1000011 | 1000000 | 1001110 | 10010 |
Color Harmonies of #4E530A
Complementary color
Monochromatic Colors of #4E530A
Black with #4E530A
Text Example
Text Example
White with #4E530A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E530A; }
p { color: rgb(78,83,10); }
H1.HeaderClassName
{
color: #4E530A;
}
.AnyTagClassName
{
color: #4E530A;
}
</style>
background-color css
<style>
a { background-color: #4E530A; }
a { background-color: rgb(78,83,10); }
div.DivClassName
{
background-color: #4E530A;
}
.BgClassName
{
background-color: #4E530A;
}
</style>
border-color css
<style>
span { border-color: #4E530A; }
span { border-color: rgb(78,83,10); }
td.TdClassName
{
border-color: #4E530A;
}
.TagClassName
{
border-color: #4E530A;
}
</style>