Shades of Verdun Green #555100
Tints of Verdun Green #555100
RGB
CMYK
RGB Variations
Color information
#555100 (or 0x555100) is known color: Verdun Green. HEX triplet: 55, 51 and 00. RGB value is (85,81,0). Sum of RGB (Red+Green+Blue) = 85+81+0=166 (21% of max value = 765). Red value is 85 (33.59% from 255 or 51.20% from 166); Green value is 81 (32.03% from 255 or 48.80% from 166); Blue value is 0 (0.39% from 255 or 0% from 166); Max value from RGB is 85 - color contains mainly: red. Hex color #555100 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #555100 is #AAAEFF. Grayscale: #494949. Windows color (decimal): -11185920 or 20821. OLE color: 20821.
HSL color Cylindrical-coordinate representation of color #555100: hue angle of 57.18º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #555100 is Cyan = 0, Magento = 0.05, Yellow = 1 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 81 | 0 | - |
| CMYK | 0 | 0.05 | 1 | 0.67 |
| HSL | 57.18º | 1% | 0.17% | - |
| HSV(B) | 57.18º | 1% | 0.33% | - |
| XYZ | 6.69 | 7.82 | 1.16 | - |
| YUV | 72.96 | 86.83 | 136.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 81 | 0 | 0 | 0.05 | 1 | 0.67 | 57.18 | 1 | 0.17 |
| Hex | 55 | 51 | 0 | 0 | 5 | 64 | 43 | 39 | 64 | 11 |
| Octal | 125 | 121 | 0 | 0 | 5 | 144 | 103 | 71 | 144 | 21 |
| Binary | 1010101 | 1010001 | 0 | 0 | 101 | 1100100 | 1000011 | 111001 | 1100100 | 10001 |
Color Harmonies of #555100
Complementary color
Monochromatic Colors of #555100
Black with #555100
Text Example
Text Example
White with #555100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555100; }
p { color: rgb(85,81,0); }
H1.HeaderClassName
{
color: #555100;
}
.AnyTagClassName
{
color: #555100;
}
</style>
background-color css
<style>
a { background-color: #555100; }
a { background-color: rgb(85,81,0); }
div.DivClassName
{
background-color: #555100;
}
.BgClassName
{
background-color: #555100;
}
</style>
border-color css
<style>
span { border-color: #555100; }
span { border-color: rgb(85,81,0); }
td.TdClassName
{
border-color: #555100;
}
.TagClassName
{
border-color: #555100;
}
</style>