Shades of Verdun Green #4D5812
Tints of Verdun Green #4D5812
RGB
CMYK
RGB Variations
Color information
#4D5812 (or 0x4D5812) is known color: Verdun Green. HEX triplet: 4D, 58 and 12. RGB value is (77,88,18). Sum of RGB (Red+Green+Blue) = 77+88+18=183 (24% of max value = 765). Red value is 77 (30.47% from 255 or 42.08% from 183); Green value is 88 (34.77% from 255 or 48.09% from 183); Blue value is 18 (7.42% from 255 or 9.84% from 183); Max value from RGB is 88 - color contains mainly: green. Hex color #4D5812 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4D5812 is #B2A7ED. Grayscale: #4D4D4D. Windows color (decimal): -11708398 or 1202253. OLE color: 1202253.
HSL color Cylindrical-coordinate representation of color #4D5812: hue angle of 69.43º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4D5812 is Cyan = 0.12, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 77 | 88 | 18 | - |
| CMYK | 0.12 | 0 | 0.80 | 0.65 |
| HSL | 69.43º | 0.66% | 0.21% | - |
| HSV(B) | 69.43º | 0.8% | 0.35% | - |
| XYZ | 6.66 | 8.6 | 1.88 | - |
| YUV | 76.73 | 94.86 | 128.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 88 | 18 | 0.12 | 0 | 0.80 | 0.65 | 69.43 | 0.66 | 0.21 |
| Hex | 4D | 58 | 12 | C | 0 | 50 | 41 | 45 | 42 | 15 |
| Octal | 115 | 130 | 22 | 14 | 0 | 120 | 101 | 105 | 102 | 25 |
| Binary | 1001101 | 1011000 | 10010 | 1100 | 0 | 1010000 | 1000001 | 1000101 | 1000010 | 10101 |
Color Harmonies of #4D5812
Complementary color
Monochromatic Colors of #4D5812
Black with #4D5812
Text Example
Text Example
White with #4D5812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D5812; }
p { color: rgb(77,88,18); }
H1.HeaderClassName
{
color: #4D5812;
}
.AnyTagClassName
{
color: #4D5812;
}
</style>
background-color css
<style>
a { background-color: #4D5812; }
a { background-color: rgb(77,88,18); }
div.DivClassName
{
background-color: #4D5812;
}
.BgClassName
{
background-color: #4D5812;
}
</style>
border-color css
<style>
span { border-color: #4D5812; }
span { border-color: rgb(77,88,18); }
td.TdClassName
{
border-color: #4D5812;
}
.TagClassName
{
border-color: #4D5812;
}
</style>