Shades of Verdun Green #555E03
Tints of Verdun Green #555E03
RGB
CMYK
RGB Variations
Color information
#555E03 (or 0x555E03) is known color: Verdun Green. HEX triplet: 55, 5E and 03. RGB value is (85,94,3). Sum of RGB (Red+Green+Blue) = 85+94+3=182 (24% of max value = 765). Red value is 85 (33.59% from 255 or 46.70% from 182); Green value is 94 (37.11% from 255 or 51.65% from 182); Blue value is 3 (1.56% from 255 or 1.65% from 182); Max value from RGB is 94 - color contains mainly: green. Hex color #555E03 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #555E03 is #AAA1FC. Grayscale: #515151. Windows color (decimal): -11182589 or 220757. OLE color: 220757.
HSL color Cylindrical-coordinate representation of color #555E03: hue angle of 65.93º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #555E03 is Cyan = 0.10, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 85 | 94 | 3 | - |
| CMYK | 0.10 | 0 | 0.97 | 0.63 |
| HSL | 65.93º | 0.94% | 0.19% | - |
| HSV(B) | 65.93º | 0.97% | 0.37% | - |
| XYZ | 7.77 | 9.94 | 1.6 | - |
| YUV | 80.94 | 84.02 | 130.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 94 | 3 | 0.10 | 0 | 0.97 | 0.63 | 65.93 | 0.94 | 0.19 |
| Hex | 55 | 5E | 3 | A | 0 | 61 | 3F | 42 | 5E | 13 |
| Octal | 125 | 136 | 3 | 12 | 0 | 141 | 77 | 102 | 136 | 23 |
| Binary | 1010101 | 1011110 | 11 | 1010 | 0 | 1100001 | 111111 | 1000010 | 1011110 | 10011 |
Color Harmonies of #555E03
Complementary color
Monochromatic Colors of #555E03
Black with #555E03
Text Example
Text Example
White with #555E03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555E03; }
p { color: rgb(85,94,3); }
H1.HeaderClassName
{
color: #555E03;
}
.AnyTagClassName
{
color: #555E03;
}
</style>
background-color css
<style>
a { background-color: #555E03; }
a { background-color: rgb(85,94,3); }
div.DivClassName
{
background-color: #555E03;
}
.BgClassName
{
background-color: #555E03;
}
</style>
border-color css
<style>
span { border-color: #555E03; }
span { border-color: rgb(85,94,3); }
td.TdClassName
{
border-color: #555E03;
}
.TagClassName
{
border-color: #555E03;
}
</style>