Shades of Verdun Green #555000
Tints of Verdun Green #555000
RGB
CMYK
RGB Variations
Color information
#555000 (or 0x555000) is known color: Verdun Green. HEX triplet: 55, 50 and 00. RGB value is (85,80,0). Sum of RGB (Red+Green+Blue) = 85+80+0=165 (21% of max value = 765). Red value is 85 (33.59% from 255 or 51.52% from 165); Green value is 80 (31.64% from 255 or 48.48% from 165); Blue value is 0 (0.39% from 255 or 0% from 165); Max value from RGB is 85 - color contains mainly: red. Hex color #555000 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #555000 is #AAAFFF. Grayscale: #484848. Windows color (decimal): -11186176 or 20565. OLE color: 20565.
HSL color Cylindrical-coordinate representation of color #555000: hue angle of 56.47º 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 #555000 is Cyan = 0, Magento = 0.06, Yellow = 1 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 80 | 0 | - |
| CMYK | 0 | 0.06 | 1 | 0.67 |
| HSL | 56.47º | 1% | 0.17% | - |
| HSV(B) | 56.47º | 1% | 0.33% | - |
| XYZ | 6.61 | 7.67 | 1.13 | - |
| YUV | 72.38 | 87.16 | 137 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 80 | 0 | 0 | 0.06 | 1 | 0.67 | 56.47 | 1 | 0.17 |
| Hex | 55 | 50 | 0 | 0 | 6 | 64 | 43 | 38 | 64 | 11 |
| Octal | 125 | 120 | 0 | 0 | 6 | 144 | 103 | 70 | 144 | 21 |
| Binary | 1010101 | 1010000 | 0 | 0 | 110 | 1100100 | 1000011 | 111000 | 1100100 | 10001 |
Color Harmonies of #555000
Complementary color
Monochromatic Colors of #555000
Black with #555000
Text Example
Text Example
White with #555000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555000; }
p { color: rgb(85,80,0); }
H1.HeaderClassName
{
color: #555000;
}
.AnyTagClassName
{
color: #555000;
}
</style>
background-color css
<style>
a { background-color: #555000; }
a { background-color: rgb(85,80,0); }
div.DivClassName
{
background-color: #555000;
}
.BgClassName
{
background-color: #555000;
}
</style>
border-color css
<style>
span { border-color: #555000; }
span { border-color: rgb(85,80,0); }
td.TdClassName
{
border-color: #555000;
}
.TagClassName
{
border-color: #555000;
}
</style>