Shades of Verdun Green #4C580D
Tints of Verdun Green #4C580D
RGB
CMYK
RGB Variations
Color information
#4C580D (or 0x4C580D) is known color: Verdun Green. HEX triplet: 4C, 58 and 0D. RGB value is (76,88,13). Sum of RGB (Red+Green+Blue) = 76+88+13=177 (23% of max value = 765). Red value is 76 (30.08% from 255 or 42.94% from 177); Green value is 88 (34.77% from 255 or 49.72% from 177); Blue value is 13 (5.47% from 255 or 7.34% from 177); Max value from RGB is 88 - color contains mainly: green. Hex color #4C580D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4C580D is #B3A7F2. Grayscale: #4C4C4C. Windows color (decimal): -11773939 or 874572. OLE color: 874572.
HSL color Cylindrical-coordinate representation of color #4C580D: hue angle of 69.6º degrees, saturation: 0.74, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4C580D is Cyan = 0.14, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 76 | 88 | 13 | - |
| CMYK | 0.14 | 0 | 0.85 | 0.65 |
| HSL | 69.6º | 0.74% | 0.2% | - |
| HSV(B) | 69.6º | 0.85% | 0.35% | - |
| XYZ | 6.54 | 8.55 | 1.69 | - |
| YUV | 75.86 | 92.52 | 128.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 88 | 13 | 0.14 | 0 | 0.85 | 0.65 | 69.6 | 0.74 | 0.2 |
| Hex | 4C | 58 | D | E | 0 | 55 | 41 | 46 | 4A | 14 |
| Octal | 114 | 130 | 15 | 16 | 0 | 125 | 101 | 106 | 112 | 24 |
| Binary | 1001100 | 1011000 | 1101 | 1110 | 0 | 1010101 | 1000001 | 1000110 | 1001010 | 10100 |
Color Harmonies of #4C580D
Complementary color
Monochromatic Colors of #4C580D
Black with #4C580D
Text Example
Text Example
White with #4C580D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C580D; }
p { color: rgb(76,88,13); }
H1.HeaderClassName
{
color: #4C580D;
}
.AnyTagClassName
{
color: #4C580D;
}
</style>
background-color css
<style>
a { background-color: #4C580D; }
a { background-color: rgb(76,88,13); }
div.DivClassName
{
background-color: #4C580D;
}
.BgClassName
{
background-color: #4C580D;
}
</style>
border-color css
<style>
span { border-color: #4C580D; }
span { border-color: rgb(76,88,13); }
td.TdClassName
{
border-color: #4C580D;
}
.TagClassName
{
border-color: #4C580D;
}
</style>