Shades of Verdun Green #4E631B
Tints of Verdun Green #4E631B
RGB
CMYK
RGB Variations
Color information
#4E631B (or 0x4E631B) is known color: Verdun Green. HEX triplet: 4E, 63 and 1B. RGB value is (78,99,27). Sum of RGB (Red+Green+Blue) = 78+99+27=204 (27% of max value = 765). Red value is 78 (30.86% from 255 or 38.24% from 204); Green value is 99 (39.06% from 255 or 48.53% from 204); Blue value is 27 (10.94% from 255 or 13.24% from 204); Max value from RGB is 99 - color contains mainly: green. Hex color #4E631B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E631B is #B19CE4. Grayscale: #545454. Windows color (decimal): -11640037 or 1794894. OLE color: 1794894.
HSL color Cylindrical-coordinate representation of color #4E631B: hue angle of 77.5º degrees, saturation: 0.57, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4E631B is Cyan = 0.21, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 78 | 99 | 27 | - |
| CMYK | 0.21 | 0 | 0.73 | 0.61 |
| HSL | 77.5º | 0.57% | 0.25% | - |
| HSV(B) | 77.5º | 0.73% | 0.39% | - |
| XYZ | 7.8 | 10.62 | 2.68 | - |
| YUV | 84.51 | 95.54 | 123.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 99 | 27 | 0.21 | 0 | 0.73 | 0.61 | 77.5 | 0.57 | 0.25 |
| Hex | 4E | 63 | 1B | 15 | 0 | 49 | 3D | 4E | 39 | 19 |
| Octal | 116 | 143 | 33 | 25 | 0 | 111 | 75 | 116 | 71 | 31 |
| Binary | 1001110 | 1100011 | 11011 | 10101 | 0 | 1001001 | 111101 | 1001110 | 111001 | 11001 |
Color Harmonies of #4E631B
Complementary color
Monochromatic Colors of #4E631B
Black with #4E631B
Text Example
Text Example
White with #4E631B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E631B; }
p { color: rgb(78,99,27); }
H1.HeaderClassName
{
color: #4E631B;
}
.AnyTagClassName
{
color: #4E631B;
}
</style>
background-color css
<style>
a { background-color: #4E631B; }
a { background-color: rgb(78,99,27); }
div.DivClassName
{
background-color: #4E631B;
}
.BgClassName
{
background-color: #4E631B;
}
</style>
border-color css
<style>
span { border-color: #4E631B; }
span { border-color: rgb(78,99,27); }
td.TdClassName
{
border-color: #4E631B;
}
.TagClassName
{
border-color: #4E631B;
}
</style>