Shades of Verdun Green #555203
Tints of Verdun Green #555203
RGB
CMYK
RGB Variations
Color information
#555203 (or 0x555203) is known color: Verdun Green. HEX triplet: 55, 52 and 03. RGB value is (85,82,3). Sum of RGB (Red+Green+Blue) = 85+82+3=170 (22% of max value = 765). Red value is 85 (33.59% from 255 or 50% from 170); Green value is 82 (32.42% from 255 or 48.24% from 170); Blue value is 3 (1.56% from 255 or 1.76% from 170); Max value from RGB is 85 - color contains mainly: red. Hex color #555203 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #555203 is #AAADFC. Grayscale: #4A4A4A. Windows color (decimal): -11185661 or 217685. OLE color: 217685.
HSL color Cylindrical-coordinate representation of color #555203: hue angle of 57.8º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #555203 is Cyan = 0, Magento = 0.04, Yellow = 0.96 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 82 | 3 | - |
| CMYK | 0 | 0.04 | 0.96 | 0.67 |
| HSL | 57.8º | 0.93% | 0.17% | - |
| HSV(B) | 57.8º | 0.96% | 0.33% | - |
| XYZ | 6.78 | 7.97 | 1.27 | - |
| YUV | 73.89 | 87.99 | 135.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 82 | 3 | 0 | 0.04 | 0.96 | 0.67 | 57.8 | 0.93 | 0.17 |
| Hex | 55 | 52 | 3 | 0 | 4 | 60 | 43 | 3A | 5D | 11 |
| Octal | 125 | 122 | 3 | 0 | 4 | 140 | 103 | 72 | 135 | 21 |
| Binary | 1010101 | 1010010 | 11 | 0 | 100 | 1100000 | 1000011 | 111010 | 1011101 | 10001 |
Color Harmonies of #555203
Complementary color
Monochromatic Colors of #555203
Black with #555203
Text Example
Text Example
White with #555203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555203; }
p { color: rgb(85,82,3); }
H1.HeaderClassName
{
color: #555203;
}
.AnyTagClassName
{
color: #555203;
}
</style>
background-color css
<style>
a { background-color: #555203; }
a { background-color: rgb(85,82,3); }
div.DivClassName
{
background-color: #555203;
}
.BgClassName
{
background-color: #555203;
}
</style>
border-color css
<style>
span { border-color: #555203; }
span { border-color: rgb(85,82,3); }
td.TdClassName
{
border-color: #555203;
}
.TagClassName
{
border-color: #555203;
}
</style>