Shades of Verdun Green #4D601A
Tints of Verdun Green #4D601A
RGB
CMYK
RGB Variations
Color information
#4D601A (or 0x4D601A) is known color: Verdun Green. HEX triplet: 4D, 60 and 1A. RGB value is (77,96,26). Sum of RGB (Red+Green+Blue) = 77+96+26=199 (26% of max value = 765). Red value is 77 (30.47% from 255 or 38.69% from 199); Green value is 96 (37.89% from 255 or 48.24% from 199); Blue value is 26 (10.55% from 255 or 13.07% from 199); Max value from RGB is 96 - color contains mainly: green. Hex color #4D601A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D601A is #B29FE5. Grayscale: #525252. Windows color (decimal): -11706342 or 1728589. OLE color: 1728589.
HSL color Cylindrical-coordinate representation of color #4D601A: hue angle of 76.29º degrees, saturation: 0.57, 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 #4D601A is Cyan = 0.20, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 77 | 96 | 26 | - |
| CMYK | 0.20 | 0 | 0.73 | 0.62 |
| HSL | 76.29º | 0.57% | 0.24% | - |
| HSV(B) | 76.29º | 0.73% | 0.38% | - |
| XYZ | 7.43 | 10.02 | 2.52 | - |
| YUV | 82.34 | 96.21 | 124.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 96 | 26 | 0.20 | 0 | 0.73 | 0.62 | 76.29 | 0.57 | 0.24 |
| Hex | 4D | 60 | 1A | 14 | 0 | 49 | 3E | 4C | 39 | 18 |
| Octal | 115 | 140 | 32 | 24 | 0 | 111 | 76 | 114 | 71 | 30 |
| Binary | 1001101 | 1100000 | 11010 | 10100 | 0 | 1001001 | 111110 | 1001100 | 111001 | 11000 |
Color Harmonies of #4D601A
Complementary color
Monochromatic Colors of #4D601A
Black with #4D601A
Text Example
Text Example
White with #4D601A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D601A; }
p { color: rgb(77,96,26); }
H1.HeaderClassName
{
color: #4D601A;
}
.AnyTagClassName
{
color: #4D601A;
}
</style>
background-color css
<style>
a { background-color: #4D601A; }
a { background-color: rgb(77,96,26); }
div.DivClassName
{
background-color: #4D601A;
}
.BgClassName
{
background-color: #4D601A;
}
</style>
border-color css
<style>
span { border-color: #4D601A; }
span { border-color: rgb(77,96,26); }
td.TdClassName
{
border-color: #4D601A;
}
.TagClassName
{
border-color: #4D601A;
}
</style>