Shades of Verdun Green #4D5908
Tints of Verdun Green #4D5908
RGB
CMYK
RGB Variations
Color information
#4D5908 (or 0x4D5908) is known color: Verdun Green. HEX triplet: 4D, 59 and 08. RGB value is (77,89,8). Sum of RGB (Red+Green+Blue) = 77+89+8=174 (23% of max value = 765). Red value is 77 (30.47% from 255 or 44.25% from 174); Green value is 89 (35.16% from 255 or 51.15% from 174); Blue value is 8 (3.52% from 255 or 4.60% from 174); Max value from RGB is 89 - color contains mainly: green. Hex color #4D5908 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4D5908 is #B2A6F7. Grayscale: #4C4C4C. Windows color (decimal): -11708152 or 547149. OLE color: 547149.
HSL color Cylindrical-coordinate representation of color #4D5908: hue angle of 68.89º degrees, saturation: 0.84, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4D5908 is Cyan = 0.13, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 77 | 89 | 8 | - |
| CMYK | 0.13 | 0 | 0.91 | 0.65 |
| HSL | 68.89º | 0.84% | 0.19% | - |
| HSV(B) | 68.89º | 0.91% | 0.35% | - |
| XYZ | 6.68 | 8.74 | 1.56 | - |
| YUV | 76.18 | 89.52 | 128.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 89 | 8 | 0.13 | 0 | 0.91 | 0.65 | 68.89 | 0.84 | 0.19 |
| Hex | 4D | 59 | 8 | D | 0 | 5B | 41 | 45 | 54 | 13 |
| Octal | 115 | 131 | 10 | 15 | 0 | 133 | 101 | 105 | 124 | 23 |
| Binary | 1001101 | 1011001 | 1000 | 1101 | 0 | 1011011 | 1000001 | 1000101 | 1010100 | 10011 |
Color Harmonies of #4D5908
Complementary color
Monochromatic Colors of #4D5908
Black with #4D5908
Text Example
Text Example
White with #4D5908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D5908; }
p { color: rgb(77,89,8); }
H1.HeaderClassName
{
color: #4D5908;
}
.AnyTagClassName
{
color: #4D5908;
}
</style>
background-color css
<style>
a { background-color: #4D5908; }
a { background-color: rgb(77,89,8); }
div.DivClassName
{
background-color: #4D5908;
}
.BgClassName
{
background-color: #4D5908;
}
</style>
border-color css
<style>
span { border-color: #4D5908; }
span { border-color: rgb(77,89,8); }
td.TdClassName
{
border-color: #4D5908;
}
.TagClassName
{
border-color: #4D5908;
}
</style>