Shades of Verdun Green #56530C
Tints of Verdun Green #56530C
RGB
CMYK
RGB Variations
Color information
#56530C (or 0x56530C) is known color: Verdun Green. HEX triplet: 56, 53 and 0C. RGB value is (86,83,12). Sum of RGB (Red+Green+Blue) = 86+83+12=181 (23% of max value = 765). Red value is 86 (33.98% from 255 or 47.51% from 181); Green value is 83 (32.81% from 255 or 45.86% from 181); Blue value is 12 (5.08% from 255 or 6.63% from 181); Max value from RGB is 86 - color contains mainly: red. Hex color #56530C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #56530C is #A9ACF3. Grayscale: #4C4C4C. Windows color (decimal): -11119860 or 807766. OLE color: 807766.
HSL color Cylindrical-coordinate representation of color #56530C: hue angle of 57.57º 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 #56530C is Cyan = 0, Magento = 0.03, Yellow = 0.86 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 83 | 12 | - |
| CMYK | 0 | 0.03 | 0.86 | 0.66 |
| HSL | 57.57º | 0.76% | 0.19% | - |
| HSV(B) | 57.57º | 0.86% | 0.34% | - |
| XYZ | 7 | 8.19 | 1.56 | - |
| YUV | 75.8 | 91.99 | 135.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 83 | 12 | 0 | 0.03 | 0.86 | 0.66 | 57.57 | 0.76 | 0.19 |
| Hex | 56 | 53 | C | 0 | 3 | 56 | 42 | 3A | 4C | 13 |
| Octal | 126 | 123 | 14 | 0 | 3 | 126 | 102 | 72 | 114 | 23 |
| Binary | 1010110 | 1010011 | 1100 | 0 | 11 | 1010110 | 1000010 | 111010 | 1001100 | 10011 |
Color Harmonies of #56530C
Complementary color
Monochromatic Colors of #56530C
Black with #56530C
Text Example
Text Example
White with #56530C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56530C; }
p { color: rgb(86,83,12); }
H1.HeaderClassName
{
color: #56530C;
}
.AnyTagClassName
{
color: #56530C;
}
</style>
background-color css
<style>
a { background-color: #56530C; }
a { background-color: rgb(86,83,12); }
div.DivClassName
{
background-color: #56530C;
}
.BgClassName
{
background-color: #56530C;
}
</style>
border-color css
<style>
span { border-color: #56530C; }
span { border-color: rgb(86,83,12); }
td.TdClassName
{
border-color: #56530C;
}
.TagClassName
{
border-color: #56530C;
}
</style>