Shades of Verdun Green #4D600A
Tints of Verdun Green #4D600A
RGB
CMYK
RGB Variations
Color information
#4D600A (or 0x4D600A) is known color: Verdun Green. HEX triplet: 4D, 60 and 0A. RGB value is (77,96,10). Sum of RGB (Red+Green+Blue) = 77+96+10=183 (24% of max value = 765). Red value is 77 (30.47% from 255 or 42.08% from 183); Green value is 96 (37.89% from 255 or 52.46% from 183); Blue value is 10 (4.30% from 255 or 5.46% from 183); Max value from RGB is 96 - color contains mainly: green. Hex color #4D600A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4D600A is #B29FF5. Grayscale: #505050. Windows color (decimal): -11706358 or 680013. OLE color: 680013.
HSL color Cylindrical-coordinate representation of color #4D600A: hue angle of 73.26º degrees, saturation: 0.81, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4D600A is Cyan = 0.20, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 77 | 96 | 10 | - |
| CMYK | 0.20 | 0 | 0.90 | 0.62 |
| HSL | 73.26º | 0.81% | 0.21% | - |
| HSV(B) | 73.26º | 0.9% | 0.38% | - |
| XYZ | 7.3 | 9.97 | 1.83 | - |
| YUV | 80.52 | 88.21 | 125.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 96 | 10 | 0.20 | 0 | 0.90 | 0.62 | 73.26 | 0.81 | 0.21 |
| Hex | 4D | 60 | A | 14 | 0 | 5A | 3E | 49 | 51 | 15 |
| Octal | 115 | 140 | 12 | 24 | 0 | 132 | 76 | 111 | 121 | 25 |
| Binary | 1001101 | 1100000 | 1010 | 10100 | 0 | 1011010 | 111110 | 1001001 | 1010001 | 10101 |
Color Harmonies of #4D600A
Complementary color
Monochromatic Colors of #4D600A
Black with #4D600A
Text Example
Text Example
White with #4D600A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D600A; }
p { color: rgb(77,96,10); }
H1.HeaderClassName
{
color: #4D600A;
}
.AnyTagClassName
{
color: #4D600A;
}
</style>
background-color css
<style>
a { background-color: #4D600A; }
a { background-color: rgb(77,96,10); }
div.DivClassName
{
background-color: #4D600A;
}
.BgClassName
{
background-color: #4D600A;
}
</style>
border-color css
<style>
span { border-color: #4D600A; }
span { border-color: rgb(77,96,10); }
td.TdClassName
{
border-color: #4D600A;
}
.TagClassName
{
border-color: #4D600A;
}
</style>