Shades of Verdun Green #4C5207
Tints of Verdun Green #4C5207
RGB
CMYK
RGB Variations
Color information
#4C5207 (or 0x4C5207) is known color: Verdun Green. HEX triplet: 4C, 52 and 07. RGB value is (76,82,7). Sum of RGB (Red+Green+Blue) = 76+82+7=165 (21% of max value = 765). Red value is 76 (30.08% from 255 or 46.06% from 165); Green value is 82 (32.42% from 255 or 49.70% from 165); Blue value is 7 (3.12% from 255 or 4.24% from 165); Max value from RGB is 82 - color contains mainly: green. Hex color #4C5207 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4C5207 is #B3ADF8. Grayscale: #474747. Windows color (decimal): -11775481 or 479820. OLE color: 479820.
HSL color Cylindrical-coordinate representation of color #4C5207: hue angle of 64.8º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4C5207 is Cyan = 0.07, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 76 | 82 | 7 | - |
| CMYK | 0.07 | 0 | 0.91 | 0.68 |
| HSL | 64.8º | 0.84% | 0.17% | - |
| HSV(B) | 64.8º | 0.91% | 0.32% | - |
| XYZ | 6.04 | 7.59 | 1.35 | - |
| YUV | 71.66 | 91.51 | 131.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 82 | 7 | 0.07 | 0 | 0.91 | 0.68 | 64.8 | 0.84 | 0.17 |
| Hex | 4C | 52 | 7 | 7 | 0 | 5B | 44 | 41 | 54 | 11 |
| Octal | 114 | 122 | 7 | 7 | 0 | 133 | 104 | 101 | 124 | 21 |
| Binary | 1001100 | 1010010 | 111 | 111 | 0 | 1011011 | 1000100 | 1000001 | 1010100 | 10001 |
Color Harmonies of #4C5207
Complementary color
Monochromatic Colors of #4C5207
Black with #4C5207
Text Example
Text Example
White with #4C5207
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C5207; }
p { color: rgb(76,82,7); }
H1.HeaderClassName
{
color: #4C5207;
}
.AnyTagClassName
{
color: #4C5207;
}
</style>
background-color css
<style>
a { background-color: #4C5207; }
a { background-color: rgb(76,82,7); }
div.DivClassName
{
background-color: #4C5207;
}
.BgClassName
{
background-color: #4C5207;
}
</style>
border-color css
<style>
span { border-color: #4C5207; }
span { border-color: rgb(76,82,7); }
td.TdClassName
{
border-color: #4C5207;
}
.TagClassName
{
border-color: #4C5207;
}
</style>