Shades of Verdun Green #55570E
Tints of Verdun Green #55570E
RGB
CMYK
RGB Variations
Color information
#55570E (or 0x55570E) is known color: Verdun Green. HEX triplet: 55, 57 and 0E. RGB value is (85,87,14). Sum of RGB (Red+Green+Blue) = 85+87+14=186 (24% of max value = 765). Red value is 85 (33.59% from 255 or 45.70% from 186); Green value is 87 (34.38% from 255 or 46.77% from 186); Blue value is 14 (5.86% from 255 or 7.53% from 186); Max value from RGB is 87 - color contains mainly: green. Hex color #55570E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #55570E is #AAA8F1. Grayscale: #4E4E4E. Windows color (decimal): -11184370 or 939861. OLE color: 939861.
HSL color Cylindrical-coordinate representation of color #55570E: hue angle of 61.64º degrees, saturation: 0.72, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #55570E is Cyan = 0.02, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 85 | 87 | 14 | - |
| CMYK | 0.02 | 0 | 0.84 | 0.66 |
| HSL | 61.64º | 0.72% | 0.2% | - |
| HSV(B) | 61.64º | 0.84% | 0.34% | - |
| XYZ | 7.23 | 8.78 | 1.73 | - |
| YUV | 78.08 | 91.84 | 132.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 87 | 14 | 0.02 | 0 | 0.84 | 0.66 | 61.64 | 0.72 | 0.2 |
| Hex | 55 | 57 | E | 2 | 0 | 54 | 42 | 3E | 48 | 14 |
| Octal | 125 | 127 | 16 | 2 | 0 | 124 | 102 | 76 | 110 | 24 |
| Binary | 1010101 | 1010111 | 1110 | 10 | 0 | 1010100 | 1000010 | 111110 | 1001000 | 10100 |
Color Harmonies of #55570E
Complementary color
Monochromatic Colors of #55570E
Black with #55570E
Text Example
Text Example
White with #55570E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55570E; }
p { color: rgb(85,87,14); }
H1.HeaderClassName
{
color: #55570E;
}
.AnyTagClassName
{
color: #55570E;
}
</style>
background-color css
<style>
a { background-color: #55570E; }
a { background-color: rgb(85,87,14); }
div.DivClassName
{
background-color: #55570E;
}
.BgClassName
{
background-color: #55570E;
}
</style>
border-color css
<style>
span { border-color: #55570E; }
span { border-color: rgb(85,87,14); }
td.TdClassName
{
border-color: #55570E;
}
.TagClassName
{
border-color: #55570E;
}
</style>