Shades of Verdun Green #4D4B12
Tints of Verdun Green #4D4B12
RGB
CMYK
RGB Variations
Color information
#4D4B12 (or 0x4D4B12) is known color: Verdun Green. HEX triplet: 4D, 4B and 12. RGB value is (77,75,18). Sum of RGB (Red+Green+Blue) = 77+75+18=170 (22% of max value = 765). Red value is 77 (30.47% from 255 or 45.29% from 170); Green value is 75 (29.69% from 255 or 44.12% from 170); Blue value is 18 (7.42% from 255 or 10.59% from 170); Max value from RGB is 77 - color contains mainly: red. Hex color #4D4B12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4D4B12 is #B2B4ED. Grayscale: #454545. Windows color (decimal): -11711726 or 1198925. OLE color: 1198925.
HSL color Cylindrical-coordinate representation of color #4D4B12: hue angle of 57.97º degrees, saturation: 0.62, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4D4B12 is Cyan = 0, Magento = 0.03, Yellow = 0.77 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 75 | 18 | - |
| CMYK | 0 | 0.03 | 0.77 | 0.70 |
| HSL | 57.97º | 0.62% | 0.19% | - |
| HSV(B) | 57.97º | 0.77% | 0.3% | - |
| XYZ | 5.69 | 6.65 | 1.56 | - |
| YUV | 69.1 | 99.16 | 133.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 75 | 18 | 0 | 0.03 | 0.77 | 0.70 | 57.97 | 0.62 | 0.19 |
| Hex | 4D | 4B | 12 | 0 | 3 | 4D | 46 | 3A | 3E | 13 |
| Octal | 115 | 113 | 22 | 0 | 3 | 115 | 106 | 72 | 76 | 23 |
| Binary | 1001101 | 1001011 | 10010 | 0 | 11 | 1001101 | 1000110 | 111010 | 111110 | 10011 |
Color Harmonies of #4D4B12
Complementary color
Monochromatic Colors of #4D4B12
Black with #4D4B12
Text Example
Text Example
White with #4D4B12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D4B12; }
p { color: rgb(77,75,18); }
H1.HeaderClassName
{
color: #4D4B12;
}
.AnyTagClassName
{
color: #4D4B12;
}
</style>
background-color css
<style>
a { background-color: #4D4B12; }
a { background-color: rgb(77,75,18); }
div.DivClassName
{
background-color: #4D4B12;
}
.BgClassName
{
background-color: #4D4B12;
}
</style>
border-color css
<style>
span { border-color: #4D4B12; }
span { border-color: rgb(77,75,18); }
td.TdClassName
{
border-color: #4D4B12;
}
.TagClassName
{
border-color: #4D4B12;
}
</style>