Shades of Verdun Green #4D6305
Tints of Verdun Green #4D6305
RGB
CMYK
RGB Variations
Color information
#4D6305 (or 0x4D6305) is known color: Verdun Green. HEX triplet: 4D, 63 and 05. RGB value is (77,99,5). Sum of RGB (Red+Green+Blue) = 77+99+5=181 (23% of max value = 765). Red value is 77 (30.47% from 255 or 42.54% from 181); Green value is 99 (39.06% from 255 or 54.70% from 181); Blue value is 5 (2.34% from 255 or 2.76% from 181); Max value from RGB is 99 - color contains mainly: green. Hex color #4D6305 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4D6305 is #B29CFA. Grayscale: #525252. Windows color (decimal): -11705595 or 353101. OLE color: 353101.
HSL color Cylindrical-coordinate representation of color #4D6305: hue angle of 74.04º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4D6305 is Cyan = 0.22, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 77 | 99 | 5 | - |
| CMYK | 0.22 | 0 | 0.95 | 0.61 |
| HSL | 74.04º | 0.9% | 0.2% | - |
| HSV(B) | 74.04º | 0.95% | 0.39% | - |
| XYZ | 7.55 | 10.51 | 1.77 | - |
| YUV | 81.71 | 84.71 | 124.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 99 | 5 | 0.22 | 0 | 0.95 | 0.61 | 74.04 | 0.9 | 0.2 |
| Hex | 4D | 63 | 5 | 16 | 0 | 5F | 3D | 4A | 5A | 14 |
| Octal | 115 | 143 | 5 | 26 | 0 | 137 | 75 | 112 | 132 | 24 |
| Binary | 1001101 | 1100011 | 101 | 10110 | 0 | 1011111 | 111101 | 1001010 | 1011010 | 10100 |
Color Harmonies of #4D6305
Complementary color
Monochromatic Colors of #4D6305
Black with #4D6305
Text Example
Text Example
White with #4D6305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D6305; }
p { color: rgb(77,99,5); }
H1.HeaderClassName
{
color: #4D6305;
}
.AnyTagClassName
{
color: #4D6305;
}
</style>
background-color css
<style>
a { background-color: #4D6305; }
a { background-color: rgb(77,99,5); }
div.DivClassName
{
background-color: #4D6305;
}
.BgClassName
{
background-color: #4D6305;
}
</style>
border-color css
<style>
span { border-color: #4D6305; }
span { border-color: rgb(77,99,5); }
td.TdClassName
{
border-color: #4D6305;
}
.TagClassName
{
border-color: #4D6305;
}
</style>