Shades of Verdun Green #4D5804
Tints of Verdun Green #4D5804
RGB
CMYK
RGB Variations
Color information
#4D5804 (or 0x4D5804) is known color: Verdun Green. HEX triplet: 4D, 58 and 04. RGB value is (77,88,4). Sum of RGB (Red+Green+Blue) = 77+88+4=169 (22% of max value = 765). Red value is 77 (30.47% from 255 or 45.56% from 169); Green value is 88 (34.77% from 255 or 52.07% from 169); Blue value is 4 (1.95% from 255 or 2.37% from 169); Max value from RGB is 88 - color contains mainly: green. Hex color #4D5804 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4D5804 is #B2A7FB. Grayscale: #4B4B4B. Windows color (decimal): -11708412 or 284749. OLE color: 284749.
HSL color Cylindrical-coordinate representation of color #4D5804: hue angle of 67.86º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4D5804 is Cyan = 0.12, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 77 | 88 | 4 | - |
| CMYK | 0.12 | 0 | 0.95 | 0.65 |
| HSL | 67.86º | 0.91% | 0.18% | - |
| HSV(B) | 67.86º | 0.95% | 0.35% | - |
| XYZ | 6.57 | 8.57 | 1.42 | - |
| YUV | 75.14 | 87.86 | 129.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 88 | 4 | 0.12 | 0 | 0.95 | 0.65 | 67.86 | 0.91 | 0.18 |
| Hex | 4D | 58 | 4 | C | 0 | 5F | 41 | 44 | 5B | 12 |
| Octal | 115 | 130 | 4 | 14 | 0 | 137 | 101 | 104 | 133 | 22 |
| Binary | 1001101 | 1011000 | 100 | 1100 | 0 | 1011111 | 1000001 | 1000100 | 1011011 | 10010 |
Color Harmonies of #4D5804
Complementary color
Monochromatic Colors of #4D5804
Black with #4D5804
Text Example
Text Example
White with #4D5804
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D5804; }
p { color: rgb(77,88,4); }
H1.HeaderClassName
{
color: #4D5804;
}
.AnyTagClassName
{
color: #4D5804;
}
</style>
background-color css
<style>
a { background-color: #4D5804; }
a { background-color: rgb(77,88,4); }
div.DivClassName
{
background-color: #4D5804;
}
.BgClassName
{
background-color: #4D5804;
}
</style>
border-color css
<style>
span { border-color: #4D5804; }
span { border-color: rgb(77,88,4); }
td.TdClassName
{
border-color: #4D5804;
}
.TagClassName
{
border-color: #4D5804;
}
</style>