Shades of Verdun Green #555500
Tints of Verdun Green #555500
RGB
CMYK
RGB Variations
Color information
#555500 (or 0x555500) is known color: Verdun Green. HEX triplet: 55, 55 and 00. RGB value is (85,85,0). Sum of RGB (Red+Green+Blue) = 85+85+0=170 (22% of max value = 765). Red value is 85 (33.59% from 255 or 50% from 170); Green value is 85 (33.59% from 255 or 50% from 170); Blue value is 0 (0.39% from 255 or 0% from 170); Max value from RGB is 85 - color contains mainly: red, green. Hex color #555500 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #555500 is #AAAAFF. Grayscale: #4B4B4B. Windows color (decimal): -11184896 or 21845. OLE color: 21845.
HSL color Cylindrical-coordinate representation of color #555500: hue angle of 60º 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 #555500 is Cyan = 0, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 85 | 0 | - |
| CMYK | 0 | 0 | 1 | 0.67 |
| HSL | 60º | 1% | 0.17% | - |
| HSV(B) | 60º | 1% | 0.33% | - |
| XYZ | 6.99 | 8.43 | 1.26 | - |
| YUV | 75.31 | 85.5 | 134.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 85 | 0 | 0 | 0 | 1 | 0.67 | 60 | 1 | 0.17 |
| Hex | 55 | 55 | 0 | 0 | 0 | 64 | 43 | 3C | 64 | 11 |
| Octal | 125 | 125 | 0 | 0 | 0 | 144 | 103 | 74 | 144 | 21 |
| Binary | 1010101 | 1010101 | 0 | 0 | 0 | 1100100 | 1000011 | 111100 | 1100100 | 10001 |
Color Harmonies of #555500
Complementary color
Monochromatic Colors of #555500
Black with #555500
Text Example
Text Example
White with #555500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555500; }
p { color: rgb(85,85,0); }
H1.HeaderClassName
{
color: #555500;
}
.AnyTagClassName
{
color: #555500;
}
</style>
background-color css
<style>
a { background-color: #555500; }
a { background-color: rgb(85,85,0); }
div.DivClassName
{
background-color: #555500;
}
.BgClassName
{
background-color: #555500;
}
</style>
border-color css
<style>
span { border-color: #555500; }
span { border-color: rgb(85,85,0); }
td.TdClassName
{
border-color: #555500;
}
.TagClassName
{
border-color: #555500;
}
</style>