Shades of Verdun Green #555303
Tints of Verdun Green #555303
RGB
CMYK
RGB Variations
Color information
#555303 (or 0x555303) is known color: Verdun Green. HEX triplet: 55, 53 and 03. RGB value is (85,83,3). Sum of RGB (Red+Green+Blue) = 85+83+3=171 (22% of max value = 765). Red value is 85 (33.59% from 255 or 49.71% from 171); Green value is 83 (32.81% from 255 or 48.54% from 171); Blue value is 3 (1.56% from 255 or 1.75% from 171); Max value from RGB is 85 - color contains mainly: red. Hex color #555303 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #555303 is #AAACFC. Grayscale: #4A4A4A. Windows color (decimal): -11185405 or 217941. OLE color: 217941.
HSL color Cylindrical-coordinate representation of color #555303: hue angle of 58.54º 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 #555303 is Cyan = 0, Magento = 0.02, Yellow = 0.96 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 83 | 3 | - |
| CMYK | 0 | 0.02 | 0.96 | 0.67 |
| HSL | 58.54º | 0.93% | 0.17% | - |
| HSV(B) | 58.54º | 0.96% | 0.33% | - |
| XYZ | 6.86 | 8.12 | 1.29 | - |
| YUV | 74.48 | 87.66 | 135.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 83 | 3 | 0 | 0.02 | 0.96 | 0.67 | 58.54 | 0.93 | 0.17 |
| Hex | 55 | 53 | 3 | 0 | 2 | 60 | 43 | 3B | 5D | 11 |
| Octal | 125 | 123 | 3 | 0 | 2 | 140 | 103 | 73 | 135 | 21 |
| Binary | 1010101 | 1010011 | 11 | 0 | 10 | 1100000 | 1000011 | 111011 | 1011101 | 10001 |
Color Harmonies of #555303
Complementary color
Monochromatic Colors of #555303
Black with #555303
Text Example
Text Example
White with #555303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555303; }
p { color: rgb(85,83,3); }
H1.HeaderClassName
{
color: #555303;
}
.AnyTagClassName
{
color: #555303;
}
</style>
background-color css
<style>
a { background-color: #555303; }
a { background-color: rgb(85,83,3); }
div.DivClassName
{
background-color: #555303;
}
.BgClassName
{
background-color: #555303;
}
</style>
border-color css
<style>
span { border-color: #555303; }
span { border-color: rgb(85,83,3); }
td.TdClassName
{
border-color: #555303;
}
.TagClassName
{
border-color: #555303;
}
</style>