Shades of Verdun Green #4D580C
Tints of Verdun Green #4D580C
RGB
CMYK
RGB Variations
Color information
#4D580C (or 0x4D580C) is known color: Verdun Green. HEX triplet: 4D, 58 and 0C. RGB value is (77,88,12). Sum of RGB (Red+Green+Blue) = 77+88+12=177 (23% of max value = 765). Red value is 77 (30.47% from 255 or 43.50% from 177); Green value is 88 (34.77% from 255 or 49.72% from 177); Blue value is 12 (5.08% from 255 or 6.78% from 177); Max value from RGB is 88 - color contains mainly: green. Hex color #4D580C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4D580C is #B2A7F3. Grayscale: #4C4C4C. Windows color (decimal): -11708404 or 809037. OLE color: 809037.
HSL color Cylindrical-coordinate representation of color #4D580C: hue angle of 68.68º degrees, saturation: 0.76, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4D580C is Cyan = 0.12, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 77 | 88 | 12 | - |
| CMYK | 0.12 | 0 | 0.86 | 0.65 |
| HSL | 68.68º | 0.76% | 0.2% | - |
| HSV(B) | 68.68º | 0.86% | 0.35% | - |
| XYZ | 6.62 | 8.58 | 1.66 | - |
| YUV | 76.05 | 91.86 | 128.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 88 | 12 | 0.12 | 0 | 0.86 | 0.65 | 68.68 | 0.76 | 0.2 |
| Hex | 4D | 58 | C | C | 0 | 56 | 41 | 45 | 4C | 14 |
| Octal | 115 | 130 | 14 | 14 | 0 | 126 | 101 | 105 | 114 | 24 |
| Binary | 1001101 | 1011000 | 1100 | 1100 | 0 | 1010110 | 1000001 | 1000101 | 1001100 | 10100 |
Color Harmonies of #4D580C
Complementary color
Monochromatic Colors of #4D580C
Black with #4D580C
Text Example
Text Example
White with #4D580C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D580C; }
p { color: rgb(77,88,12); }
H1.HeaderClassName
{
color: #4D580C;
}
.AnyTagClassName
{
color: #4D580C;
}
</style>
background-color css
<style>
a { background-color: #4D580C; }
a { background-color: rgb(77,88,12); }
div.DivClassName
{
background-color: #4D580C;
}
.BgClassName
{
background-color: #4D580C;
}
</style>
border-color css
<style>
span { border-color: #4D580C; }
span { border-color: rgb(77,88,12); }
td.TdClassName
{
border-color: #4D580C;
}
.TagClassName
{
border-color: #4D580C;
}
</style>