Shades of Verdun Green #4D600B
Tints of Verdun Green #4D600B
RGB
CMYK
RGB Variations
Color information
#4D600B (or 0x4D600B) is known color: Verdun Green. HEX triplet: 4D, 60 and 0B. RGB value is (77,96,11). Sum of RGB (Red+Green+Blue) = 77+96+11=184 (24% of max value = 765). Red value is 77 (30.47% from 255 or 41.85% from 184); Green value is 96 (37.89% from 255 or 52.17% from 184); Blue value is 11 (4.69% from 255 or 5.98% from 184); Max value from RGB is 96 - color contains mainly: green. Hex color #4D600B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4D600B is #B29FF4. Grayscale: #505050. Windows color (decimal): -11706357 or 745549. OLE color: 745549.
HSL color Cylindrical-coordinate representation of color #4D600B: hue angle of 73.41º degrees, saturation: 0.79, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4D600B is Cyan = 0.20, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 77 | 96 | 11 | - |
| CMYK | 0.20 | 0 | 0.89 | 0.62 |
| HSL | 73.41º | 0.79% | 0.21% | - |
| HSV(B) | 73.41º | 0.89% | 0.38% | - |
| XYZ | 7.3 | 9.97 | 1.86 | - |
| YUV | 80.63 | 88.71 | 125.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 96 | 11 | 0.20 | 0 | 0.89 | 0.62 | 73.41 | 0.79 | 0.21 |
| Hex | 4D | 60 | B | 14 | 0 | 59 | 3E | 49 | 4F | 15 |
| Octal | 115 | 140 | 13 | 24 | 0 | 131 | 76 | 111 | 117 | 25 |
| Binary | 1001101 | 1100000 | 1011 | 10100 | 0 | 1011001 | 111110 | 1001001 | 1001111 | 10101 |
Color Harmonies of #4D600B
Complementary color
Monochromatic Colors of #4D600B
Black with #4D600B
Text Example
Text Example
White with #4D600B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D600B; }
p { color: rgb(77,96,11); }
H1.HeaderClassName
{
color: #4D600B;
}
.AnyTagClassName
{
color: #4D600B;
}
</style>
background-color css
<style>
a { background-color: #4D600B; }
a { background-color: rgb(77,96,11); }
div.DivClassName
{
background-color: #4D600B;
}
.BgClassName
{
background-color: #4D600B;
}
</style>
border-color css
<style>
span { border-color: #4D600B; }
span { border-color: rgb(77,96,11); }
td.TdClassName
{
border-color: #4D600B;
}
.TagClassName
{
border-color: #4D600B;
}
</style>