Shades of Verdun Green #555807
Tints of Verdun Green #555807
RGB
CMYK
RGB Variations
Color information
#555807 (or 0x555807) is known color: Verdun Green. HEX triplet: 55, 58 and 07. RGB value is (85,88,7). Sum of RGB (Red+Green+Blue) = 85+88+7=180 (23% of max value = 765). Red value is 85 (33.59% from 255 or 47.22% from 180); Green value is 88 (34.77% from 255 or 48.89% from 180); Blue value is 7 (3.12% from 255 or 3.89% from 180); Max value from RGB is 88 - color contains mainly: green. Hex color #555807 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #555807 is #AAA7F8. Grayscale: #4E4E4E. Windows color (decimal): -11184121 or 481365. OLE color: 481365.
HSL color Cylindrical-coordinate representation of color #555807: hue angle of 62.22º degrees, saturation: 0.85, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #555807 is Cyan = 0.03, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 85 | 88 | 7 | - |
| CMYK | 0.03 | 0 | 0.92 | 0.65 |
| HSL | 62.22º | 0.85% | 0.19% | - |
| HSV(B) | 62.22º | 0.92% | 0.35% | - |
| XYZ | 7.27 | 8.93 | 1.54 | - |
| YUV | 77.87 | 88.01 | 133.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 88 | 7 | 0.03 | 0 | 0.92 | 0.65 | 62.22 | 0.85 | 0.19 |
| Hex | 55 | 58 | 7 | 3 | 0 | 5C | 41 | 3E | 55 | 13 |
| Octal | 125 | 130 | 7 | 3 | 0 | 134 | 101 | 76 | 125 | 23 |
| Binary | 1010101 | 1011000 | 111 | 11 | 0 | 1011100 | 1000001 | 111110 | 1010101 | 10011 |
Color Harmonies of #555807
Complementary color
Monochromatic Colors of #555807
Black with #555807
Text Example
Text Example
White with #555807
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555807; }
p { color: rgb(85,88,7); }
H1.HeaderClassName
{
color: #555807;
}
.AnyTagClassName
{
color: #555807;
}
</style>
background-color css
<style>
a { background-color: #555807; }
a { background-color: rgb(85,88,7); }
div.DivClassName
{
background-color: #555807;
}
.BgClassName
{
background-color: #555807;
}
</style>
border-color css
<style>
span { border-color: #555807; }
span { border-color: rgb(85,88,7); }
td.TdClassName
{
border-color: #555807;
}
.TagClassName
{
border-color: #555807;
}
</style>