Shades of Verdun Green #4C550D
Tints of Verdun Green #4C550D
RGB
CMYK
RGB Variations
Color information
#4C550D (or 0x4C550D) is known color: Verdun Green. HEX triplet: 4C, 55 and 0D. RGB value is (76,85,13). Sum of RGB (Red+Green+Blue) = 76+85+13=174 (23% of max value = 765). Red value is 76 (30.08% from 255 or 43.68% from 174); Green value is 85 (33.59% from 255 or 48.85% from 174); Blue value is 13 (5.47% from 255 or 7.47% from 174); Max value from RGB is 85 - color contains mainly: green. Hex color #4C550D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4C550D is #B3AAF2. Grayscale: #4A4A4A. Windows color (decimal): -11774707 or 873804. OLE color: 873804.
HSL color Cylindrical-coordinate representation of color #4C550D: hue angle of 67.5º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4C550D is Cyan = 0.11, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 76 | 85 | 13 | - |
| CMYK | 0.11 | 0 | 0.85 | 0.67 |
| HSL | 67.5º | 0.73% | 0.19% | - |
| HSV(B) | 67.5º | 0.85% | 0.33% | - |
| XYZ | 6.3 | 8.06 | 1.6 | - |
| YUV | 74.1 | 93.52 | 129.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 85 | 13 | 0.11 | 0 | 0.85 | 0.67 | 67.5 | 0.73 | 0.19 |
| Hex | 4C | 55 | D | B | 0 | 55 | 43 | 44 | 49 | 13 |
| Octal | 114 | 125 | 15 | 13 | 0 | 125 | 103 | 104 | 111 | 23 |
| Binary | 1001100 | 1010101 | 1101 | 1011 | 0 | 1010101 | 1000011 | 1000100 | 1001001 | 10011 |
Color Harmonies of #4C550D
Complementary color
Monochromatic Colors of #4C550D
Black with #4C550D
Text Example
Text Example
White with #4C550D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C550D; }
p { color: rgb(76,85,13); }
H1.HeaderClassName
{
color: #4C550D;
}
.AnyTagClassName
{
color: #4C550D;
}
</style>
background-color css
<style>
a { background-color: #4C550D; }
a { background-color: rgb(76,85,13); }
div.DivClassName
{
background-color: #4C550D;
}
.BgClassName
{
background-color: #4C550D;
}
</style>
border-color css
<style>
span { border-color: #4C550D; }
span { border-color: rgb(76,85,13); }
td.TdClassName
{
border-color: #4C550D;
}
.TagClassName
{
border-color: #4C550D;
}
</style>