Shades of Verdun Green #555201
Tints of Verdun Green #555201
RGB
CMYK
RGB Variations
Color information
#555201 (or 0x555201) is known color: Verdun Green. HEX triplet: 55, 52 and 01. RGB value is (85,82,1). Sum of RGB (Red+Green+Blue) = 85+82+1=168 (22% of max value = 765). Red value is 85 (33.59% from 255 or 50.60% from 168); Green value is 82 (32.42% from 255 or 48.81% from 168); Blue value is 1 (0.78% from 255 or 0.60% from 168); Max value from RGB is 85 - color contains mainly: red. Hex color #555201 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #555201 is #AAADFE. Grayscale: #494949. Windows color (decimal): -11185663 or 86613. OLE color: 86613.
HSL color Cylindrical-coordinate representation of color #555201: hue angle of 57.86º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #555201 is Cyan = 0, Magento = 0.04, Yellow = 0.99 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 82 | 1 | - |
| CMYK | 0 | 0.04 | 0.99 | 0.67 |
| HSL | 57.86º | 0.98% | 0.17% | - |
| HSV(B) | 57.86º | 0.99% | 0.33% | - |
| XYZ | 6.77 | 7.97 | 1.21 | - |
| YUV | 73.66 | 86.99 | 136.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 82 | 1 | 0 | 0.04 | 0.99 | 0.67 | 57.86 | 0.98 | 0.17 |
| Hex | 55 | 52 | 1 | 0 | 4 | 63 | 43 | 3A | 62 | 11 |
| Octal | 125 | 122 | 1 | 0 | 4 | 143 | 103 | 72 | 142 | 21 |
| Binary | 1010101 | 1010010 | 1 | 0 | 100 | 1100011 | 1000011 | 111010 | 1100010 | 10001 |
Color Harmonies of #555201
Complementary color
Monochromatic Colors of #555201
Black with #555201
Text Example
Text Example
White with #555201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555201; }
p { color: rgb(85,82,1); }
H1.HeaderClassName
{
color: #555201;
}
.AnyTagClassName
{
color: #555201;
}
</style>
background-color css
<style>
a { background-color: #555201; }
a { background-color: rgb(85,82,1); }
div.DivClassName
{
background-color: #555201;
}
.BgClassName
{
background-color: #555201;
}
</style>
border-color css
<style>
span { border-color: #555201; }
span { border-color: rgb(85,82,1); }
td.TdClassName
{
border-color: #555201;
}
.TagClassName
{
border-color: #555201;
}
</style>