Shades of Verdun Green #556311
Tints of Verdun Green #556311
RGB
CMYK
RGB Variations
Color information
#556311 (or 0x556311) is known color: Verdun Green. HEX triplet: 55, 63 and 11. RGB value is (85,99,17). Sum of RGB (Red+Green+Blue) = 85+99+17=201 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.29% from 201); Green value is 99 (39.06% from 255 or 49.25% from 201); Blue value is 17 (7.03% from 255 or 8.46% from 201); Max value from RGB is 99 - color contains mainly: green. Hex color #556311 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #556311 is #AA9CEE. Grayscale: #555555. Windows color (decimal): -11181295 or 1139541. OLE color: 1139541.
HSL color Cylindrical-coordinate representation of color #556311: hue angle of 70.24º degrees, saturation: 0.71, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #556311 is Cyan = 0.14, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 85 | 99 | 17 | - |
| CMYK | 0.14 | 0 | 0.83 | 0.61 |
| HSL | 70.24º | 0.71% | 0.23% | - |
| HSV(B) | 70.24º | 0.83% | 0.39% | - |
| XYZ | 8.31 | 10.9 | 2.2 | - |
| YUV | 85.47 | 89.36 | 127.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 99 | 17 | 0.14 | 0 | 0.83 | 0.61 | 70.24 | 0.71 | 0.23 |
| Hex | 55 | 63 | 11 | E | 0 | 53 | 3D | 46 | 47 | 17 |
| Octal | 125 | 143 | 21 | 16 | 0 | 123 | 75 | 106 | 107 | 27 |
| Binary | 1010101 | 1100011 | 10001 | 1110 | 0 | 1010011 | 111101 | 1000110 | 1000111 | 10111 |
Color Harmonies of #556311
Complementary color
Monochromatic Colors of #556311
Black with #556311
Text Example
Text Example
White with #556311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #556311; }
p { color: rgb(85,99,17); }
H1.HeaderClassName
{
color: #556311;
}
.AnyTagClassName
{
color: #556311;
}
</style>
background-color css
<style>
a { background-color: #556311; }
a { background-color: rgb(85,99,17); }
div.DivClassName
{
background-color: #556311;
}
.BgClassName
{
background-color: #556311;
}
</style>
border-color css
<style>
span { border-color: #556311; }
span { border-color: rgb(85,99,17); }
td.TdClassName
{
border-color: #556311;
}
.TagClassName
{
border-color: #556311;
}
</style>