Shades of Verdun Green #4D6008
Tints of Verdun Green #4D6008
RGB
CMYK
RGB Variations
Color information
#4D6008 (or 0x4D6008) is known color: Verdun Green. HEX triplet: 4D, 60 and 08. RGB value is (77,96,8). Sum of RGB (Red+Green+Blue) = 77+96+8=181 (23% of max value = 765). Red value is 77 (30.47% from 255 or 42.54% from 181); Green value is 96 (37.89% from 255 or 53.04% from 181); Blue value is 8 (3.52% from 255 or 4.42% from 181); Max value from RGB is 96 - color contains mainly: green. Hex color #4D6008 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4D6008 is #B29FF7. Grayscale: #505050. Windows color (decimal): -11706360 or 548941. OLE color: 548941.
HSL color Cylindrical-coordinate representation of color #4D6008: hue angle of 72.95º degrees, saturation: 0.85, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4D6008 is Cyan = 0.20, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 77 | 96 | 8 | - |
| CMYK | 0.20 | 0 | 0.92 | 0.62 |
| HSL | 72.95º | 0.85% | 0.2% | - |
| HSV(B) | 72.95º | 0.92% | 0.38% | - |
| XYZ | 7.29 | 9.96 | 1.77 | - |
| YUV | 80.29 | 87.21 | 125.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 96 | 8 | 0.20 | 0 | 0.92 | 0.62 | 72.95 | 0.85 | 0.2 |
| Hex | 4D | 60 | 8 | 14 | 0 | 5C | 3E | 49 | 55 | 14 |
| Octal | 115 | 140 | 10 | 24 | 0 | 134 | 76 | 111 | 125 | 24 |
| Binary | 1001101 | 1100000 | 1000 | 10100 | 0 | 1011100 | 111110 | 1001001 | 1010101 | 10100 |
Color Harmonies of #4D6008
Complementary color
Monochromatic Colors of #4D6008
Black with #4D6008
Text Example
Text Example
White with #4D6008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D6008; }
p { color: rgb(77,96,8); }
H1.HeaderClassName
{
color: #4D6008;
}
.AnyTagClassName
{
color: #4D6008;
}
</style>
background-color css
<style>
a { background-color: #4D6008; }
a { background-color: rgb(77,96,8); }
div.DivClassName
{
background-color: #4D6008;
}
.BgClassName
{
background-color: #4D6008;
}
</style>
border-color css
<style>
span { border-color: #4D6008; }
span { border-color: rgb(77,96,8); }
td.TdClassName
{
border-color: #4D6008;
}
.TagClassName
{
border-color: #4D6008;
}
</style>