Shades of Verdun Green #56540B
Tints of Verdun Green #56540B
RGB
CMYK
RGB Variations
Color information
#56540B (or 0x56540B) is known color: Verdun Green. HEX triplet: 56, 54 and 0B. RGB value is (86,84,11). Sum of RGB (Red+Green+Blue) = 86+84+11=181 (23% of max value = 765). Red value is 86 (33.98% from 255 or 47.51% from 181); Green value is 84 (33.20% from 255 or 46.41% from 181); Blue value is 11 (4.69% from 255 or 6.08% from 181); Max value from RGB is 86 - color contains mainly: red. Hex color #56540B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #56540B is #A9ABF4. Grayscale: #4C4C4C. Windows color (decimal): -11119605 or 742486. OLE color: 742486.
HSL color Cylindrical-coordinate representation of color #56540B: hue angle of 58.4º degrees, saturation: 0.77, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #56540B is Cyan = 0, Magento = 0.02, Yellow = 0.87 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 84 | 11 | - |
| CMYK | 0 | 0.02 | 0.87 | 0.66 |
| HSL | 58.4º | 0.77% | 0.19% | - |
| HSV(B) | 58.4º | 0.87% | 0.34% | - |
| XYZ | 7.07 | 8.34 | 1.55 | - |
| YUV | 76.28 | 91.16 | 134.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 84 | 11 | 0 | 0.02 | 0.87 | 0.66 | 58.4 | 0.77 | 0.19 |
| Hex | 56 | 54 | B | 0 | 2 | 57 | 42 | 3A | 4D | 13 |
| Octal | 126 | 124 | 13 | 0 | 2 | 127 | 102 | 72 | 115 | 23 |
| Binary | 1010110 | 1010100 | 1011 | 0 | 10 | 1010111 | 1000010 | 111010 | 1001101 | 10011 |
Color Harmonies of #56540B
Complementary color
Monochromatic Colors of #56540B
Black with #56540B
Text Example
Text Example
White with #56540B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56540B; }
p { color: rgb(86,84,11); }
H1.HeaderClassName
{
color: #56540B;
}
.AnyTagClassName
{
color: #56540B;
}
</style>
background-color css
<style>
a { background-color: #56540B; }
a { background-color: rgb(86,84,11); }
div.DivClassName
{
background-color: #56540B;
}
.BgClassName
{
background-color: #56540B;
}
</style>
border-color css
<style>
span { border-color: #56540B; }
span { border-color: rgb(86,84,11); }
td.TdClassName
{
border-color: #56540B;
}
.TagClassName
{
border-color: #56540B;
}
</style>