Shades of Verdun Green #555107
Tints of Verdun Green #555107
RGB
CMYK
RGB Variations
Color information
#555107 (or 0x555107) is known color: Verdun Green. HEX triplet: 55, 51 and 07. RGB value is (85,81,7). Sum of RGB (Red+Green+Blue) = 85+81+7=173 (22% of max value = 765). Red value is 85 (33.59% from 255 or 49.13% from 173); Green value is 81 (32.03% from 255 or 46.82% from 173); Blue value is 7 (3.12% from 255 or 4.05% from 173); Max value from RGB is 85 - color contains mainly: red. Hex color #555107 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #555107 is #AAAEF8. Grayscale: #4A4A4A. Windows color (decimal): -11185913 or 479573. OLE color: 479573.
HSL color Cylindrical-coordinate representation of color #555107: hue angle of 56.92º degrees, saturation: 0.85, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #555107 is Cyan = 0, Magento = 0.05, Yellow = 0.92 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 81 | 7 | - |
| CMYK | 0 | 0.05 | 0.92 | 0.67 |
| HSL | 56.92º | 0.85% | 0.18% | - |
| HSV(B) | 56.92º | 0.92% | 0.33% | - |
| XYZ | 6.73 | 7.83 | 1.36 | - |
| YUV | 73.76 | 90.33 | 136.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 81 | 7 | 0 | 0.05 | 0.92 | 0.67 | 56.92 | 0.85 | 0.18 |
| Hex | 55 | 51 | 7 | 0 | 5 | 5C | 43 | 39 | 55 | 12 |
| Octal | 125 | 121 | 7 | 0 | 5 | 134 | 103 | 71 | 125 | 22 |
| Binary | 1010101 | 1010001 | 111 | 0 | 101 | 1011100 | 1000011 | 111001 | 1010101 | 10010 |
Color Harmonies of #555107
Complementary color
Monochromatic Colors of #555107
Black with #555107
Text Example
Text Example
White with #555107
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555107; }
p { color: rgb(85,81,7); }
H1.HeaderClassName
{
color: #555107;
}
.AnyTagClassName
{
color: #555107;
}
</style>
background-color css
<style>
a { background-color: #555107; }
a { background-color: rgb(85,81,7); }
div.DivClassName
{
background-color: #555107;
}
.BgClassName
{
background-color: #555107;
}
</style>
border-color css
<style>
span { border-color: #555107; }
span { border-color: rgb(85,81,7); }
td.TdClassName
{
border-color: #555107;
}
.TagClassName
{
border-color: #555107;
}
</style>