Shades of Verdun Green #4E530C
Tints of Verdun Green #4E530C
RGB
CMYK
RGB Variations
Color information
#4E530C (or 0x4E530C) is known color: Verdun Green. HEX triplet: 4E, 53 and 0C. RGB value is (78,83,12). Sum of RGB (Red+Green+Blue) = 78+83+12=173 (22% of max value = 765). Red value is 78 (30.86% from 255 or 45.09% from 173); Green value is 83 (32.81% from 255 or 47.98% from 173); Blue value is 12 (5.08% from 255 or 6.94% from 173); Max value from RGB is 83 - color contains mainly: green. Hex color #4E530C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4E530C is #B1ACF3. Grayscale: #494949. Windows color (decimal): -11644148 or 807758. OLE color: 807758.
HSL color Cylindrical-coordinate representation of color #4E530C: hue angle of 64.23º degrees, saturation: 0.75, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4E530C is Cyan = 0.06, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 78 | 83 | 12 | - |
| CMYK | 0.06 | 0 | 0.86 | 0.67 |
| HSL | 64.23º | 0.75% | 0.19% | - |
| HSV(B) | 64.23º | 0.86% | 0.33% | - |
| XYZ | 6.3 | 7.83 | 1.53 | - |
| YUV | 73.41 | 93.34 | 131.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 83 | 12 | 0.06 | 0 | 0.86 | 0.67 | 64.23 | 0.75 | 0.19 |
| Hex | 4E | 53 | C | 6 | 0 | 56 | 43 | 40 | 4B | 13 |
| Octal | 116 | 123 | 14 | 6 | 0 | 126 | 103 | 100 | 113 | 23 |
| Binary | 1001110 | 1010011 | 1100 | 110 | 0 | 1010110 | 1000011 | 1000000 | 1001011 | 10011 |
Color Harmonies of #4E530C
Complementary color
Monochromatic Colors of #4E530C
Black with #4E530C
Text Example
Text Example
White with #4E530C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E530C; }
p { color: rgb(78,83,12); }
H1.HeaderClassName
{
color: #4E530C;
}
.AnyTagClassName
{
color: #4E530C;
}
</style>
background-color css
<style>
a { background-color: #4E530C; }
a { background-color: rgb(78,83,12); }
div.DivClassName
{
background-color: #4E530C;
}
.BgClassName
{
background-color: #4E530C;
}
</style>
border-color css
<style>
span { border-color: #4E530C; }
span { border-color: rgb(78,83,12); }
td.TdClassName
{
border-color: #4E530C;
}
.TagClassName
{
border-color: #4E530C;
}
</style>