Shades of Verdun Green #555200
Tints of Verdun Green #555200
RGB
CMYK
RGB Variations
Color information
#555200 (or 0x555200) is known color: Verdun Green. HEX triplet: 55, 52 and 00. RGB value is (85,82,0). Sum of RGB (Red+Green+Blue) = 85+82+0=167 (22% of max value = 765). Red value is 85 (33.59% from 255 or 50.90% from 167); Green value is 82 (32.42% from 255 or 49.10% from 167); Blue value is 0 (0.39% from 255 or 0% from 167); Max value from RGB is 85 - color contains mainly: red. Hex color #555200 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #555200 is #AAADFF. Grayscale: #494949. Windows color (decimal): -11185664 or 21077. OLE color: 21077.
HSL color Cylindrical-coordinate representation of color #555200: hue angle of 57.88º 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 #555200 is Cyan = 0, Magento = 0.04, Yellow = 1 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 82 | 0 | - |
| CMYK | 0 | 0.04 | 1 | 0.67 |
| HSL | 57.88º | 1% | 0.17% | - |
| HSV(B) | 57.88º | 1% | 0.33% | - |
| XYZ | 6.76 | 7.97 | 1.18 | - |
| YUV | 73.55 | 86.49 | 136.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 82 | 0 | 0 | 0.04 | 1 | 0.67 | 57.88 | 1 | 0.17 |
| Hex | 55 | 52 | 0 | 0 | 4 | 64 | 43 | 3A | 64 | 11 |
| Octal | 125 | 122 | 0 | 0 | 4 | 144 | 103 | 72 | 144 | 21 |
| Binary | 1010101 | 1010010 | 0 | 0 | 100 | 1100100 | 1000011 | 111010 | 1100100 | 10001 |
Color Harmonies of #555200
Complementary color
Monochromatic Colors of #555200
Black with #555200
Text Example
Text Example
White with #555200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555200; }
p { color: rgb(85,82,0); }
H1.HeaderClassName
{
color: #555200;
}
.AnyTagClassName
{
color: #555200;
}
</style>
background-color css
<style>
a { background-color: #555200; }
a { background-color: rgb(85,82,0); }
div.DivClassName
{
background-color: #555200;
}
.BgClassName
{
background-color: #555200;
}
</style>
border-color css
<style>
span { border-color: #555200; }
span { border-color: rgb(85,82,0); }
td.TdClassName
{
border-color: #555200;
}
.TagClassName
{
border-color: #555200;
}
</style>