Shades of Verdun Green #555700
Tints of Verdun Green #555700
RGB
CMYK
RGB Variations
Color information
#555700 (or 0x555700) is known color: Verdun Green. HEX triplet: 55, 57 and 00. RGB value is (85,87,0). Sum of RGB (Red+Green+Blue) = 85+87+0=172 (22% of max value = 765). Red value is 85 (33.59% from 255 or 49.42% from 172); Green value is 87 (34.38% from 255 or 50.58% from 172); Blue value is 0 (0.39% from 255 or 0% from 172); Max value from RGB is 87 - color contains mainly: green. Hex color #555700 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #555700 is #AAA8FF. Grayscale: #4C4C4C. Windows color (decimal): -11184384 or 22357. OLE color: 22357.
HSL color Cylindrical-coordinate representation of color #555700: hue angle of 61.38º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 1%. Process color model (Four color, CMYK) of #555700 is Cyan = 0.02, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 85 | 87 | 0 | - |
| CMYK | 0.02 | 0 | 1 | 0.66 |
| HSL | 61.38º | 1% | 0.17% | - |
| HSV(B) | 61.38º | 1% | 0.34% | - |
| XYZ | 7.15 | 8.75 | 1.31 | - |
| YUV | 76.48 | 84.84 | 134.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 87 | 0 | 0.02 | 0 | 1 | 0.66 | 61.38 | 1 | 0.17 |
| Hex | 55 | 57 | 0 | 2 | 0 | 64 | 42 | 3D | 64 | 11 |
| Octal | 125 | 127 | 0 | 2 | 0 | 144 | 102 | 75 | 144 | 21 |
| Binary | 1010101 | 1010111 | 0 | 10 | 0 | 1100100 | 1000010 | 111101 | 1100100 | 10001 |
Color Harmonies of #555700
Complementary color
Monochromatic Colors of #555700
Black with #555700
Text Example
Text Example
White with #555700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555700; }
p { color: rgb(85,87,0); }
H1.HeaderClassName
{
color: #555700;
}
.AnyTagClassName
{
color: #555700;
}
</style>
background-color css
<style>
a { background-color: #555700; }
a { background-color: rgb(85,87,0); }
div.DivClassName
{
background-color: #555700;
}
.BgClassName
{
background-color: #555700;
}
</style>
border-color css
<style>
span { border-color: #555700; }
span { border-color: rgb(85,87,0); }
td.TdClassName
{
border-color: #555700;
}
.TagClassName
{
border-color: #555700;
}
</style>