Shades of Verdun Green #4D611A
Tints of Verdun Green #4D611A
RGB
CMYK
RGB Variations
Color information
#4D611A (or 0x4D611A) is known color: Verdun Green. HEX triplet: 4D, 61 and 1A. RGB value is (77,97,26). Sum of RGB (Red+Green+Blue) = 77+97+26=200 (26% of max value = 765). Red value is 77 (30.47% from 255 or 38.5% from 200); Green value is 97 (38.28% from 255 or 48.5% from 200); Blue value is 26 (10.55% from 255 or 13% from 200); Max value from RGB is 97 - color contains mainly: green. Hex color #4D611A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D611A is #B29EE5. Grayscale: #535353. Windows color (decimal): -11706086 or 1728845. OLE color: 1728845.
HSL color Cylindrical-coordinate representation of color #4D611A: hue angle of 76.9º degrees, saturation: 0.58, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4D611A is Cyan = 0.21, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 77 | 97 | 26 | - |
| CMYK | 0.21 | 0 | 0.73 | 0.62 |
| HSL | 76.9º | 0.58% | 0.24% | - |
| HSV(B) | 76.9º | 0.73% | 0.38% | - |
| XYZ | 7.52 | 10.2 | 2.55 | - |
| YUV | 82.93 | 95.87 | 123.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 97 | 26 | 0.21 | 0 | 0.73 | 0.62 | 76.9 | 0.58 | 0.24 |
| Hex | 4D | 61 | 1A | 15 | 0 | 49 | 3E | 4D | 3A | 18 |
| Octal | 115 | 141 | 32 | 25 | 0 | 111 | 76 | 115 | 72 | 30 |
| Binary | 1001101 | 1100001 | 11010 | 10101 | 0 | 1001001 | 111110 | 1001101 | 111010 | 11000 |
Color Harmonies of #4D611A
Complementary color
Monochromatic Colors of #4D611A
Black with #4D611A
Text Example
Text Example
White with #4D611A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D611A; }
p { color: rgb(77,97,26); }
H1.HeaderClassName
{
color: #4D611A;
}
.AnyTagClassName
{
color: #4D611A;
}
</style>
background-color css
<style>
a { background-color: #4D611A; }
a { background-color: rgb(77,97,26); }
div.DivClassName
{
background-color: #4D611A;
}
.BgClassName
{
background-color: #4D611A;
}
</style>
border-color css
<style>
span { border-color: #4D611A; }
span { border-color: rgb(77,97,26); }
td.TdClassName
{
border-color: #4D611A;
}
.TagClassName
{
border-color: #4D611A;
}
</style>