Shades of Verdun Green #56520B
Tints of Verdun Green #56520B
RGB
CMYK
RGB Variations
Color information
#56520B (or 0x56520B) is known color: Verdun Green. HEX triplet: 56, 52 and 0B. RGB value is (86,82,11). Sum of RGB (Red+Green+Blue) = 86+82+11=179 (23% of max value = 765). Red value is 86 (33.98% from 255 or 48.04% from 179); Green value is 82 (32.42% from 255 or 45.81% from 179); Blue value is 11 (4.69% from 255 or 6.15% from 179); Max value from RGB is 86 - color contains mainly: red. Hex color #56520B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #56520B is #A9ADF4. Grayscale: #4B4B4B. Windows color (decimal): -11120117 or 741974. OLE color: 741974.
HSL color Cylindrical-coordinate representation of color #56520B: hue angle of 56.8º 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 #56520B is Cyan = 0, Magento = 0.05, Yellow = 0.87 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 82 | 11 | - |
| CMYK | 0 | 0.05 | 0.87 | 0.66 |
| HSL | 56.8º | 0.77% | 0.19% | - |
| HSV(B) | 56.8º | 0.87% | 0.34% | - |
| XYZ | 6.92 | 8.04 | 1.5 | - |
| YUV | 75.1 | 91.83 | 135.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 82 | 11 | 0 | 0.05 | 0.87 | 0.66 | 56.8 | 0.77 | 0.19 |
| Hex | 56 | 52 | B | 0 | 5 | 57 | 42 | 39 | 4D | 13 |
| Octal | 126 | 122 | 13 | 0 | 5 | 127 | 102 | 71 | 115 | 23 |
| Binary | 1010110 | 1010010 | 1011 | 0 | 101 | 1010111 | 1000010 | 111001 | 1001101 | 10011 |
Color Harmonies of #56520B
Complementary color
Monochromatic Colors of #56520B
Black with #56520B
Text Example
Text Example
White with #56520B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56520B; }
p { color: rgb(86,82,11); }
H1.HeaderClassName
{
color: #56520B;
}
.AnyTagClassName
{
color: #56520B;
}
</style>
background-color css
<style>
a { background-color: #56520B; }
a { background-color: rgb(86,82,11); }
div.DivClassName
{
background-color: #56520B;
}
.BgClassName
{
background-color: #56520B;
}
</style>
border-color css
<style>
span { border-color: #56520B; }
span { border-color: rgb(86,82,11); }
td.TdClassName
{
border-color: #56520B;
}
.TagClassName
{
border-color: #56520B;
}
</style>