Shades of Verdun Green #56540C
Tints of Verdun Green #56540C
RGB
CMYK
RGB Variations
Color information
#56540C (or 0x56540C) is known color: Verdun Green. HEX triplet: 56, 54 and 0C. RGB value is (86,84,12). Sum of RGB (Red+Green+Blue) = 86+84+12=182 (24% of max value = 765). Red value is 86 (33.98% from 255 or 47.25% from 182); Green value is 84 (33.20% from 255 or 46.15% from 182); Blue value is 12 (5.08% from 255 or 6.59% from 182); Max value from RGB is 86 - color contains mainly: red. Hex color #56540C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #56540C is #A9ABF3. Grayscale: #4C4C4C. Windows color (decimal): -11119604 or 808022. OLE color: 808022.
HSL color Cylindrical-coordinate representation of color #56540C: hue angle of 58.38º degrees, saturation: 0.76, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #56540C is Cyan = 0, Magento = 0.02, Yellow = 0.86 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 84 | 12 | - |
| CMYK | 0 | 0.02 | 0.86 | 0.66 |
| HSL | 58.38º | 0.76% | 0.19% | - |
| HSV(B) | 58.38º | 0.86% | 0.34% | - |
| XYZ | 7.07 | 8.35 | 1.59 | - |
| YUV | 76.39 | 91.66 | 134.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 84 | 12 | 0 | 0.02 | 0.86 | 0.66 | 58.38 | 0.76 | 0.19 |
| Hex | 56 | 54 | C | 0 | 2 | 56 | 42 | 3A | 4C | 13 |
| Octal | 126 | 124 | 14 | 0 | 2 | 126 | 102 | 72 | 114 | 23 |
| Binary | 1010110 | 1010100 | 1100 | 0 | 10 | 1010110 | 1000010 | 111010 | 1001100 | 10011 |
Color Harmonies of #56540C
Complementary color
Monochromatic Colors of #56540C
Black with #56540C
Text Example
Text Example
White with #56540C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56540C; }
p { color: rgb(86,84,12); }
H1.HeaderClassName
{
color: #56540C;
}
.AnyTagClassName
{
color: #56540C;
}
</style>
background-color css
<style>
a { background-color: #56540C; }
a { background-color: rgb(86,84,12); }
div.DivClassName
{
background-color: #56540C;
}
.BgClassName
{
background-color: #56540C;
}
</style>
border-color css
<style>
span { border-color: #56540C; }
span { border-color: rgb(86,84,12); }
td.TdClassName
{
border-color: #56540C;
}
.TagClassName
{
border-color: #56540C;
}
</style>