Shades of Verdun Green #4D6702
Tints of Verdun Green #4D6702
RGB
CMYK
RGB Variations
Color information
#4D6702 (or 0x4D6702) is known color: Verdun Green. HEX triplet: 4D, 67 and 02. RGB value is (77,103,2). Sum of RGB (Red+Green+Blue) = 77+103+2=182 (24% of max value = 765). Red value is 77 (30.47% from 255 or 42.31% from 182); Green value is 103 (40.62% from 255 or 56.59% from 182); Blue value is 2 (1.17% from 255 or 1.10% from 182); Max value from RGB is 103 - color contains mainly: green. Hex color #4D6702 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4D6702 is #B298FD. Grayscale: #545454. Windows color (decimal): -11704574 or 157517. OLE color: 157517.
HSL color Cylindrical-coordinate representation of color #4D6702: hue angle of 75.45º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4D6702 is Cyan = 0.25, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 77 | 103 | 2 | - |
| CMYK | 0.25 | 0 | 0.98 | 0.60 |
| HSL | 75.45º | 0.96% | 0.21% | - |
| HSV(B) | 75.45º | 0.98% | 0.4% | - |
| XYZ | 7.92 | 11.28 | 1.82 | - |
| YUV | 83.71 | 81.89 | 123.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 103 | 2 | 0.25 | 0 | 0.98 | 0.60 | 75.45 | 0.96 | 0.21 |
| Hex | 4D | 67 | 2 | 19 | 0 | 62 | 3C | 4B | 60 | 15 |
| Octal | 115 | 147 | 2 | 31 | 0 | 142 | 74 | 113 | 140 | 25 |
| Binary | 1001101 | 1100111 | 10 | 11001 | 0 | 1100010 | 111100 | 1001011 | 1100000 | 10101 |
Color Harmonies of #4D6702
Complementary color
Monochromatic Colors of #4D6702
Black with #4D6702
Text Example
Text Example
White with #4D6702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D6702; }
p { color: rgb(77,103,2); }
H1.HeaderClassName
{
color: #4D6702;
}
.AnyTagClassName
{
color: #4D6702;
}
</style>
background-color css
<style>
a { background-color: #4D6702; }
a { background-color: rgb(77,103,2); }
div.DivClassName
{
background-color: #4D6702;
}
.BgClassName
{
background-color: #4D6702;
}
</style>
border-color css
<style>
span { border-color: #4D6702; }
span { border-color: rgb(77,103,2); }
td.TdClassName
{
border-color: #4D6702;
}
.TagClassName
{
border-color: #4D6702;
}
</style>