Shades of Verdun Green #4E630A
Tints of Verdun Green #4E630A
RGB
CMYK
RGB Variations
Color information
#4E630A (or 0x4E630A) is known color: Verdun Green. HEX triplet: 4E, 63 and 0A. RGB value is (78,99,10). Sum of RGB (Red+Green+Blue) = 78+99+10=187 (24% of max value = 765). Red value is 78 (30.86% from 255 or 41.71% from 187); Green value is 99 (39.06% from 255 or 52.94% from 187); Blue value is 10 (4.30% from 255 or 5.35% from 187); Max value from RGB is 99 - color contains mainly: green. Hex color #4E630A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4E630A is #B19CF5. Grayscale: #525252. Windows color (decimal): -11640054 or 680782. OLE color: 680782.
HSL color Cylindrical-coordinate representation of color #4E630A: hue angle of 74.16º degrees, saturation: 0.82, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4E630A is Cyan = 0.21, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 78 | 99 | 10 | - |
| CMYK | 0.21 | 0 | 0.90 | 0.61 |
| HSL | 74.16º | 0.82% | 0.21% | - |
| HSV(B) | 74.16º | 0.9% | 0.39% | - |
| XYZ | 7.66 | 10.57 | 1.92 | - |
| YUV | 82.58 | 87.04 | 124.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 99 | 10 | 0.21 | 0 | 0.90 | 0.61 | 74.16 | 0.82 | 0.21 |
| Hex | 4E | 63 | A | 15 | 0 | 5A | 3D | 4A | 52 | 15 |
| Octal | 116 | 143 | 12 | 25 | 0 | 132 | 75 | 112 | 122 | 25 |
| Binary | 1001110 | 1100011 | 1010 | 10101 | 0 | 1011010 | 111101 | 1001010 | 1010010 | 10101 |
Color Harmonies of #4E630A
Complementary color
Monochromatic Colors of #4E630A
Black with #4E630A
Text Example
Text Example
White with #4E630A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E630A; }
p { color: rgb(78,99,10); }
H1.HeaderClassName
{
color: #4E630A;
}
.AnyTagClassName
{
color: #4E630A;
}
</style>
background-color css
<style>
a { background-color: #4E630A; }
a { background-color: rgb(78,99,10); }
div.DivClassName
{
background-color: #4E630A;
}
.BgClassName
{
background-color: #4E630A;
}
</style>
border-color css
<style>
span { border-color: #4E630A; }
span { border-color: rgb(78,99,10); }
td.TdClassName
{
border-color: #4E630A;
}
.TagClassName
{
border-color: #4E630A;
}
</style>