Shades of Verdun Green #4D5704
Tints of Verdun Green #4D5704
RGB
CMYK
RGB Variations
Color information
#4D5704 (or 0x4D5704) is known color: Verdun Green. HEX triplet: 4D, 57 and 04. RGB value is (77,87,4). Sum of RGB (Red+Green+Blue) = 77+87+4=168 (22% of max value = 765). Red value is 77 (30.47% from 255 or 45.83% from 168); Green value is 87 (34.38% from 255 or 51.79% from 168); Blue value is 4 (1.95% from 255 or 2.38% from 168); Max value from RGB is 87 - color contains mainly: green. Hex color #4D5704 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4D5704 is #B2A8FB. Grayscale: #4A4A4A. Windows color (decimal): -11708668 or 284493. OLE color: 284493.
HSL color Cylindrical-coordinate representation of color #4D5704: hue angle of 67.23º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4D5704 is Cyan = 0.11, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 77 | 87 | 4 | - |
| CMYK | 0.11 | 0 | 0.95 | 0.66 |
| HSL | 67.23º | 0.91% | 0.18% | - |
| HSV(B) | 67.23º | 0.95% | 0.34% | - |
| XYZ | 6.49 | 8.4 | 1.39 | - |
| YUV | 74.55 | 88.19 | 129.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 87 | 4 | 0.11 | 0 | 0.95 | 0.66 | 67.23 | 0.91 | 0.18 |
| Hex | 4D | 57 | 4 | B | 0 | 5F | 42 | 43 | 5B | 12 |
| Octal | 115 | 127 | 4 | 13 | 0 | 137 | 102 | 103 | 133 | 22 |
| Binary | 1001101 | 1010111 | 100 | 1011 | 0 | 1011111 | 1000010 | 1000011 | 1011011 | 10010 |
Color Harmonies of #4D5704
Complementary color
Monochromatic Colors of #4D5704
Black with #4D5704
Text Example
Text Example
White with #4D5704
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D5704; }
p { color: rgb(77,87,4); }
H1.HeaderClassName
{
color: #4D5704;
}
.AnyTagClassName
{
color: #4D5704;
}
</style>
background-color css
<style>
a { background-color: #4D5704; }
a { background-color: rgb(77,87,4); }
div.DivClassName
{
background-color: #4D5704;
}
.BgClassName
{
background-color: #4D5704;
}
</style>
border-color css
<style>
span { border-color: #4D5704; }
span { border-color: rgb(77,87,4); }
td.TdClassName
{
border-color: #4D5704;
}
.TagClassName
{
border-color: #4D5704;
}
</style>