Shades of Verdun Green #4D4B09
Tints of Verdun Green #4D4B09
RGB
CMYK
RGB Variations
Color information
#4D4B09 (or 0x4D4B09) is known color: Verdun Green. HEX triplet: 4D, 4B and 09. RGB value is (77,75,9). Sum of RGB (Red+Green+Blue) = 77+75+9=161 (21% of max value = 765). Red value is 77 (30.47% from 255 or 47.83% from 161); Green value is 75 (29.69% from 255 or 46.58% from 161); Blue value is 9 (3.91% from 255 or 5.59% from 161); Max value from RGB is 77 - color contains mainly: red. Hex color #4D4B09 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4D4B09 is #B2B4F6. Grayscale: #444444. Windows color (decimal): -11711735 or 609101. OLE color: 609101.
HSL color Cylindrical-coordinate representation of color #4D4B09: hue angle of 58.24º degrees, saturation: 0.79, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4D4B09 is Cyan = 0, Magento = 0.03, Yellow = 0.88 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 75 | 9 | - |
| CMYK | 0 | 0.03 | 0.88 | 0.70 |
| HSL | 58.24º | 0.79% | 0.17% | - |
| HSV(B) | 58.24º | 0.88% | 0.3% | - |
| XYZ | 5.63 | 6.63 | 1.24 | - |
| YUV | 68.07 | 94.66 | 134.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 75 | 9 | 0 | 0.03 | 0.88 | 0.70 | 58.24 | 0.79 | 0.17 |
| Hex | 4D | 4B | 9 | 0 | 3 | 58 | 46 | 3A | 4F | 11 |
| Octal | 115 | 113 | 11 | 0 | 3 | 130 | 106 | 72 | 117 | 21 |
| Binary | 1001101 | 1001011 | 1001 | 0 | 11 | 1011000 | 1000110 | 111010 | 1001111 | 10001 |
Color Harmonies of #4D4B09
Complementary color
Monochromatic Colors of #4D4B09
Black with #4D4B09
Text Example
Text Example
White with #4D4B09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D4B09; }
p { color: rgb(77,75,9); }
H1.HeaderClassName
{
color: #4D4B09;
}
.AnyTagClassName
{
color: #4D4B09;
}
</style>
background-color css
<style>
a { background-color: #4D4B09; }
a { background-color: rgb(77,75,9); }
div.DivClassName
{
background-color: #4D4B09;
}
.BgClassName
{
background-color: #4D4B09;
}
</style>
border-color css
<style>
span { border-color: #4D4B09; }
span { border-color: rgb(77,75,9); }
td.TdClassName
{
border-color: #4D4B09;
}
.TagClassName
{
border-color: #4D4B09;
}
</style>