Shades of Verdun Green #4D4B0D
Tints of Verdun Green #4D4B0D
RGB
CMYK
RGB Variations
Color information
#4D4B0D (or 0x4D4B0D) is known color: Verdun Green. HEX triplet: 4D, 4B and 0D. RGB value is (77,75,13). Sum of RGB (Red+Green+Blue) = 77+75+13=165 (21% of max value = 765). Red value is 77 (30.47% from 255 or 46.67% from 165); Green value is 75 (29.69% from 255 or 45.45% from 165); Blue value is 13 (5.47% from 255 or 7.88% from 165); Max value from RGB is 77 - color contains mainly: red. Hex color #4D4B0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4D4B0D is #B2B4F2. Grayscale: #444444. Windows color (decimal): -11711731 or 871245. OLE color: 871245.
HSL color Cylindrical-coordinate representation of color #4D4B0D: hue angle of 58.12º degrees, saturation: 0.71, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4D4B0D is Cyan = 0, Magento = 0.03, Yellow = 0.83 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 75 | 13 | - |
| CMYK | 0 | 0.03 | 0.83 | 0.70 |
| HSL | 58.13º | 0.71% | 0.18% | - |
| HSV(B) | 58.13º | 0.83% | 0.3% | - |
| XYZ | 5.65 | 6.64 | 1.36 | - |
| YUV | 68.53 | 96.66 | 134.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 75 | 13 | 0 | 0.03 | 0.83 | 0.70 | 58.13 | 0.71 | 0.18 |
| Hex | 4D | 4B | D | 0 | 3 | 53 | 46 | 3A | 47 | 12 |
| Octal | 115 | 113 | 15 | 0 | 3 | 123 | 106 | 72 | 107 | 22 |
| Binary | 1001101 | 1001011 | 1101 | 0 | 11 | 1010011 | 1000110 | 111010 | 1000111 | 10010 |
Color Harmonies of #4D4B0D
Complementary color
Monochromatic Colors of #4D4B0D
Black with #4D4B0D
Text Example
Text Example
White with #4D4B0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D4B0D; }
p { color: rgb(77,75,13); }
H1.HeaderClassName
{
color: #4D4B0D;
}
.AnyTagClassName
{
color: #4D4B0D;
}
</style>
background-color css
<style>
a { background-color: #4D4B0D; }
a { background-color: rgb(77,75,13); }
div.DivClassName
{
background-color: #4D4B0D;
}
.BgClassName
{
background-color: #4D4B0D;
}
</style>
border-color css
<style>
span { border-color: #4D4B0D; }
span { border-color: rgb(77,75,13); }
td.TdClassName
{
border-color: #4D4B0D;
}
.TagClassName
{
border-color: #4D4B0D;
}
</style>