Shades of Verdun Green #4D5708
Tints of Verdun Green #4D5708
RGB
CMYK
RGB Variations
Color information
#4D5708 (or 0x4D5708) is known color: Verdun Green. HEX triplet: 4D, 57 and 08. RGB value is (77,87,8). Sum of RGB (Red+Green+Blue) = 77+87+8=172 (22% of max value = 765). Red value is 77 (30.47% from 255 or 44.77% from 172); Green value is 87 (34.38% from 255 or 50.58% from 172); Blue value is 8 (3.52% from 255 or 4.65% from 172); Max value from RGB is 87 - color contains mainly: green. Hex color #4D5708 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4D5708 is #B2A8F7. Grayscale: #4B4B4B. Windows color (decimal): -11708664 or 546637. OLE color: 546637.
HSL color Cylindrical-coordinate representation of color #4D5708: hue angle of 67.59º degrees, saturation: 0.83, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4D5708 is Cyan = 0.11, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 77 | 87 | 8 | - |
| CMYK | 0.11 | 0 | 0.91 | 0.66 |
| HSL | 67.59º | 0.83% | 0.19% | - |
| HSV(B) | 67.59º | 0.91% | 0.34% | - |
| XYZ | 6.51 | 8.41 | 1.51 | - |
| YUV | 75 | 90.19 | 129.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 87 | 8 | 0.11 | 0 | 0.91 | 0.66 | 67.59 | 0.83 | 0.19 |
| Hex | 4D | 57 | 8 | B | 0 | 5B | 42 | 44 | 53 | 13 |
| Octal | 115 | 127 | 10 | 13 | 0 | 133 | 102 | 104 | 123 | 23 |
| Binary | 1001101 | 1010111 | 1000 | 1011 | 0 | 1011011 | 1000010 | 1000100 | 1010011 | 10011 |
Color Harmonies of #4D5708
Complementary color
Monochromatic Colors of #4D5708
Black with #4D5708
Text Example
Text Example
White with #4D5708
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D5708; }
p { color: rgb(77,87,8); }
H1.HeaderClassName
{
color: #4D5708;
}
.AnyTagClassName
{
color: #4D5708;
}
</style>
background-color css
<style>
a { background-color: #4D5708; }
a { background-color: rgb(77,87,8); }
div.DivClassName
{
background-color: #4D5708;
}
.BgClassName
{
background-color: #4D5708;
}
</style>
border-color css
<style>
span { border-color: #4D5708; }
span { border-color: rgb(77,87,8); }
td.TdClassName
{
border-color: #4D5708;
}
.TagClassName
{
border-color: #4D5708;
}
</style>