Shades of Verdun Green #4D680F
Tints of Verdun Green #4D680F
RGB
CMYK
RGB Variations
Color information
#4D680F (or 0x4D680F) is known color: Verdun Green. HEX triplet: 4D, 68 and 0F. RGB value is (77,104,15). Sum of RGB (Red+Green+Blue) = 77+104+15=196 (25% of max value = 765). Red value is 77 (30.47% from 255 or 39.29% from 196); Green value is 104 (41.02% from 255 or 53.06% from 196); Blue value is 15 (6.25% from 255 or 7.65% from 196); Max value from RGB is 104 - color contains mainly: green. Hex color #4D680F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4D680F is #B297F0. Grayscale: #565656. Windows color (decimal): -11704305 or 1009741. OLE color: 1009741.
HSL color Cylindrical-coordinate representation of color #4D680F: hue angle of 78.2º degrees, saturation: 0.75, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4D680F is Cyan = 0.26, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 77 | 104 | 15 | - |
| CMYK | 0.26 | 0 | 0.86 | 0.59 |
| HSL | 78.2º | 0.75% | 0.23% | - |
| HSV(B) | 78.2º | 0.86% | 0.41% | - |
| XYZ | 8.1 | 11.51 | 2.25 | - |
| YUV | 85.78 | 88.05 | 121.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 104 | 15 | 0.26 | 0 | 0.86 | 0.59 | 78.2 | 0.75 | 0.23 |
| Hex | 4D | 68 | F | 1A | 0 | 56 | 3B | 4E | 4B | 17 |
| Octal | 115 | 150 | 17 | 32 | 0 | 126 | 73 | 116 | 113 | 27 |
| Binary | 1001101 | 1101000 | 1111 | 11010 | 0 | 1010110 | 111011 | 1001110 | 1001011 | 10111 |
Color Harmonies of #4D680F
Complementary color
Monochromatic Colors of #4D680F
Black with #4D680F
Text Example
Text Example
White with #4D680F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D680F; }
p { color: rgb(77,104,15); }
H1.HeaderClassName
{
color: #4D680F;
}
.AnyTagClassName
{
color: #4D680F;
}
</style>
background-color css
<style>
a { background-color: #4D680F; }
a { background-color: rgb(77,104,15); }
div.DivClassName
{
background-color: #4D680F;
}
.BgClassName
{
background-color: #4D680F;
}
</style>
border-color css
<style>
span { border-color: #4D680F; }
span { border-color: rgb(77,104,15); }
td.TdClassName
{
border-color: #4D680F;
}
.TagClassName
{
border-color: #4D680F;
}
</style>