Shades of Verdun Green #4D6301
Tints of Verdun Green #4D6301
RGB
CMYK
RGB Variations
Color information
#4D6301 (or 0x4D6301) is known color: Verdun Green. HEX triplet: 4D, 63 and 01. RGB value is (77,99,1). Sum of RGB (Red+Green+Blue) = 77+99+1=177 (23% of max value = 765). Red value is 77 (30.47% from 255 or 43.50% from 177); Green value is 99 (39.06% from 255 or 55.93% from 177); Blue value is 1 (0.78% from 255 or 0.56% from 177); Max value from RGB is 99 - color contains mainly: green. Hex color #4D6301 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4D6301 is #B29CFE. Grayscale: #515151. Windows color (decimal): -11705599 or 90957. OLE color: 90957.
HSL color Cylindrical-coordinate representation of color #4D6301: hue angle of 73.47º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4D6301 is Cyan = 0.22, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 77 | 99 | 1 | - |
| CMYK | 0.22 | 0 | 0.99 | 0.61 |
| HSL | 73.47º | 0.98% | 0.2% | - |
| HSV(B) | 73.47º | 0.99% | 0.39% | - |
| XYZ | 7.53 | 10.5 | 1.66 | - |
| YUV | 81.25 | 82.71 | 124.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 99 | 1 | 0.22 | 0 | 0.99 | 0.61 | 73.47 | 0.98 | 0.2 |
| Hex | 4D | 63 | 1 | 16 | 0 | 63 | 3D | 49 | 62 | 14 |
| Octal | 115 | 143 | 1 | 26 | 0 | 143 | 75 | 111 | 142 | 24 |
| Binary | 1001101 | 1100011 | 1 | 10110 | 0 | 1100011 | 111101 | 1001001 | 1100010 | 10100 |
Color Harmonies of #4D6301
Complementary color
Monochromatic Colors of #4D6301
Black with #4D6301
Text Example
Text Example
White with #4D6301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D6301; }
p { color: rgb(77,99,1); }
H1.HeaderClassName
{
color: #4D6301;
}
.AnyTagClassName
{
color: #4D6301;
}
</style>
background-color css
<style>
a { background-color: #4D6301; }
a { background-color: rgb(77,99,1); }
div.DivClassName
{
background-color: #4D6301;
}
.BgClassName
{
background-color: #4D6301;
}
</style>
border-color css
<style>
span { border-color: #4D6301; }
span { border-color: rgb(77,99,1); }
td.TdClassName
{
border-color: #4D6301;
}
.TagClassName
{
border-color: #4D6301;
}
</style>