Shades of Verdun Green #4C510F
Tints of Verdun Green #4C510F
RGB
CMYK
RGB Variations
Color information
#4C510F (or 0x4C510F) is known color: Verdun Green. HEX triplet: 4C, 51 and 0F. RGB value is (76,81,15). Sum of RGB (Red+Green+Blue) = 76+81+15=172 (22% of max value = 765). Red value is 76 (30.08% from 255 or 44.19% from 172); Green value is 81 (32.03% from 255 or 47.09% from 172); Blue value is 15 (6.25% from 255 or 8.72% from 172); Max value from RGB is 81 - color contains mainly: green. Hex color #4C510F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4C510F is #B3AEF0. Grayscale: #484848. Windows color (decimal): -11775729 or 1003852. OLE color: 1003852.
HSL color Cylindrical-coordinate representation of color #4C510F: hue angle of 64.55º degrees, saturation: 0.69, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4C510F is Cyan = 0.06, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 76 | 81 | 15 | - |
| CMYK | 0.06 | 0 | 0.81 | 0.68 |
| HSL | 64.55º | 0.69% | 0.19% | - |
| HSV(B) | 64.55º | 0.81% | 0.32% | - |
| XYZ | 6.01 | 7.46 | 1.57 | - |
| YUV | 71.98 | 95.84 | 130.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 81 | 15 | 0.06 | 0 | 0.81 | 0.68 | 64.55 | 0.69 | 0.19 |
| Hex | 4C | 51 | F | 6 | 0 | 51 | 44 | 41 | 45 | 13 |
| Octal | 114 | 121 | 17 | 6 | 0 | 121 | 104 | 101 | 105 | 23 |
| Binary | 1001100 | 1010001 | 1111 | 110 | 0 | 1010001 | 1000100 | 1000001 | 1000101 | 10011 |
Color Harmonies of #4C510F
Complementary color
Monochromatic Colors of #4C510F
Black with #4C510F
Text Example
Text Example
White with #4C510F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C510F; }
p { color: rgb(76,81,15); }
H1.HeaderClassName
{
color: #4C510F;
}
.AnyTagClassName
{
color: #4C510F;
}
</style>
background-color css
<style>
a { background-color: #4C510F; }
a { background-color: rgb(76,81,15); }
div.DivClassName
{
background-color: #4C510F;
}
.BgClassName
{
background-color: #4C510F;
}
</style>
border-color css
<style>
span { border-color: #4C510F; }
span { border-color: rgb(76,81,15); }
td.TdClassName
{
border-color: #4C510F;
}
.TagClassName
{
border-color: #4C510F;
}
</style>