Shades of Verdun Green #555103
Tints of Verdun Green #555103
RGB
CMYK
RGB Variations
Color information
#555103 (or 0x555103) is known color: Verdun Green. HEX triplet: 55, 51 and 03. RGB value is (85,81,3). Sum of RGB (Red+Green+Blue) = 85+81+3=169 (22% of max value = 765). Red value is 85 (33.59% from 255 or 50.30% from 169); Green value is 81 (32.03% from 255 or 47.93% from 169); Blue value is 3 (1.56% from 255 or 1.78% from 169); Max value from RGB is 85 - color contains mainly: red. Hex color #555103 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #555103 is #AAAEFC. Grayscale: #494949. Windows color (decimal): -11185917 or 217429. OLE color: 217429.
HSL color Cylindrical-coordinate representation of color #555103: hue angle of 57.07º 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 #555103 is Cyan = 0, Magento = 0.05, Yellow = 0.96 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 81 | 3 | - |
| CMYK | 0 | 0.05 | 0.96 | 0.67 |
| HSL | 57.07º | 0.93% | 0.17% | - |
| HSV(B) | 57.07º | 0.96% | 0.33% | - |
| XYZ | 6.71 | 7.82 | 1.24 | - |
| YUV | 73.3 | 88.33 | 136.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 81 | 3 | 0 | 0.05 | 0.96 | 0.67 | 57.07 | 0.93 | 0.17 |
| Hex | 55 | 51 | 3 | 0 | 5 | 60 | 43 | 39 | 5D | 11 |
| Octal | 125 | 121 | 3 | 0 | 5 | 140 | 103 | 71 | 135 | 21 |
| Binary | 1010101 | 1010001 | 11 | 0 | 101 | 1100000 | 1000011 | 111001 | 1011101 | 10001 |
Color Harmonies of #555103
Complementary color
Monochromatic Colors of #555103
Black with #555103
Text Example
Text Example
White with #555103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555103; }
p { color: rgb(85,81,3); }
H1.HeaderClassName
{
color: #555103;
}
.AnyTagClassName
{
color: #555103;
}
</style>
background-color css
<style>
a { background-color: #555103; }
a { background-color: rgb(85,81,3); }
div.DivClassName
{
background-color: #555103;
}
.BgClassName
{
background-color: #555103;
}
</style>
border-color css
<style>
span { border-color: #555103; }
span { border-color: rgb(85,81,3); }
td.TdClassName
{
border-color: #555103;
}
.TagClassName
{
border-color: #555103;
}
</style>