Shades of Verdun Green #4D4A10
Tints of Verdun Green #4D4A10
RGB
CMYK
RGB Variations
Color information
#4D4A10 (or 0x4D4A10) is known color: Verdun Green. HEX triplet: 4D, 4A and 10. RGB value is (77,74,16). Sum of RGB (Red+Green+Blue) = 77+74+16=167 (22% of max value = 765). Red value is 77 (30.47% from 255 or 46.11% from 167); Green value is 74 (29.30% from 255 or 44.31% from 167); Blue value is 16 (6.64% from 255 or 9.58% from 167); Max value from RGB is 77 - color contains mainly: red. Hex color #4D4A10 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4D4A10 is #B2B5EF. Grayscale: #444444. Windows color (decimal): -11711984 or 1067597. OLE color: 1067597.
HSL color Cylindrical-coordinate representation of color #4D4A10: hue angle of 57.05º degrees, saturation: 0.66, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4D4A10 is Cyan = 0, Magento = 0.04, Yellow = 0.79 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 74 | 16 | - |
| CMYK | 0 | 0.04 | 0.79 | 0.70 |
| HSL | 57.05º | 0.66% | 0.18% | - |
| HSV(B) | 57.05º | 0.79% | 0.3% | - |
| XYZ | 5.6 | 6.51 | 1.45 | - |
| YUV | 68.29 | 98.49 | 134.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 74 | 16 | 0 | 0.04 | 0.79 | 0.70 | 57.05 | 0.66 | 0.18 |
| Hex | 4D | 4A | 10 | 0 | 4 | 4F | 46 | 39 | 42 | 12 |
| Octal | 115 | 112 | 20 | 0 | 4 | 117 | 106 | 71 | 102 | 22 |
| Binary | 1001101 | 1001010 | 10000 | 0 | 100 | 1001111 | 1000110 | 111001 | 1000010 | 10010 |
Color Harmonies of #4D4A10
Complementary color
Monochromatic Colors of #4D4A10
Black with #4D4A10
Text Example
Text Example
White with #4D4A10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D4A10; }
p { color: rgb(77,74,16); }
H1.HeaderClassName
{
color: #4D4A10;
}
.AnyTagClassName
{
color: #4D4A10;
}
</style>
background-color css
<style>
a { background-color: #4D4A10; }
a { background-color: rgb(77,74,16); }
div.DivClassName
{
background-color: #4D4A10;
}
.BgClassName
{
background-color: #4D4A10;
}
</style>
border-color css
<style>
span { border-color: #4D4A10; }
span { border-color: rgb(77,74,16); }
td.TdClassName
{
border-color: #4D4A10;
}
.TagClassName
{
border-color: #4D4A10;
}
</style>