Shades of Verdun Green #4D670A
Tints of Verdun Green #4D670A
RGB
CMYK
RGB Variations
Color information
#4D670A (or 0x4D670A) is known color: Verdun Green. HEX triplet: 4D, 67 and 0A. RGB value is (77,103,10). Sum of RGB (Red+Green+Blue) = 77+103+10=190 (25% of max value = 765). Red value is 77 (30.47% from 255 or 40.53% from 190); Green value is 103 (40.62% from 255 or 54.21% from 190); Blue value is 10 (4.30% from 255 or 5.26% from 190); Max value from RGB is 103 - color contains mainly: green. Hex color #4D670A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4D670A is #B298F5. Grayscale: #545454. Windows color (decimal): -11704566 or 681805. OLE color: 681805.
HSL color Cylindrical-coordinate representation of color #4D670A: hue angle of 76.77º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4D670A is Cyan = 0.25, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 77 | 103 | 10 | - |
| CMYK | 0.25 | 0 | 0.90 | 0.60 |
| HSL | 76.77º | 0.82% | 0.22% | - |
| HSV(B) | 76.77º | 0.9% | 0.4% | - |
| XYZ | 7.97 | 11.3 | 2.05 | - |
| YUV | 84.62 | 85.89 | 122.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 103 | 10 | 0.25 | 0 | 0.90 | 0.60 | 76.77 | 0.82 | 0.22 |
| Hex | 4D | 67 | A | 19 | 0 | 5A | 3C | 4D | 52 | 16 |
| Octal | 115 | 147 | 12 | 31 | 0 | 132 | 74 | 115 | 122 | 26 |
| Binary | 1001101 | 1100111 | 1010 | 11001 | 0 | 1011010 | 111100 | 1001101 | 1010010 | 10110 |
Color Harmonies of #4D670A
Complementary color
Monochromatic Colors of #4D670A
Black with #4D670A
Text Example
Text Example
White with #4D670A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D670A; }
p { color: rgb(77,103,10); }
H1.HeaderClassName
{
color: #4D670A;
}
.AnyTagClassName
{
color: #4D670A;
}
</style>
background-color css
<style>
a { background-color: #4D670A; }
a { background-color: rgb(77,103,10); }
div.DivClassName
{
background-color: #4D670A;
}
.BgClassName
{
background-color: #4D670A;
}
</style>
border-color css
<style>
span { border-color: #4D670A; }
span { border-color: rgb(77,103,10); }
td.TdClassName
{
border-color: #4D670A;
}
.TagClassName
{
border-color: #4D670A;
}
</style>