Shades of Verdun Green #556903
Tints of Verdun Green #556903
RGB
CMYK
RGB Variations
Color information
#556903 (or 0x556903) is known color: Verdun Green. HEX triplet: 55, 69 and 03. RGB value is (85,105,3). Sum of RGB (Red+Green+Blue) = 85+105+3=193 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.04% from 193); Green value is 105 (41.41% from 255 or 54.40% from 193); Blue value is 3 (1.56% from 255 or 1.55% from 193); Max value from RGB is 105 - color contains mainly: green. Hex color #556903 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #556903 is #AA96FC. Grayscale: #575757. Windows color (decimal): -11179773 or 223573. OLE color: 223573.
HSL color Cylindrical-coordinate representation of color #556903: hue angle of 71.76º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #556903 is Cyan = 0.19, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 85 | 105 | 3 | - |
| CMYK | 0.19 | 0 | 0.97 | 0.59 |
| HSL | 71.76º | 0.94% | 0.21% | - |
| HSV(B) | 71.76º | 0.97% | 0.41% | - |
| XYZ | 8.81 | 12.04 | 1.95 | - |
| YUV | 87.39 | 80.37 | 126.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 105 | 3 | 0.19 | 0 | 0.97 | 0.59 | 71.76 | 0.94 | 0.21 |
| Hex | 55 | 69 | 3 | 13 | 0 | 61 | 3B | 48 | 5E | 15 |
| Octal | 125 | 151 | 3 | 23 | 0 | 141 | 73 | 110 | 136 | 25 |
| Binary | 1010101 | 1101001 | 11 | 10011 | 0 | 1100001 | 111011 | 1001000 | 1011110 | 10101 |
Color Harmonies of #556903
Complementary color
Monochromatic Colors of #556903
Black with #556903
Text Example
Text Example
White with #556903
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #556903; }
p { color: rgb(85,105,3); }
H1.HeaderClassName
{
color: #556903;
}
.AnyTagClassName
{
color: #556903;
}
</style>
background-color css
<style>
a { background-color: #556903; }
a { background-color: rgb(85,105,3); }
div.DivClassName
{
background-color: #556903;
}
.BgClassName
{
background-color: #556903;
}
</style>
border-color css
<style>
span { border-color: #556903; }
span { border-color: rgb(85,105,3); }
td.TdClassName
{
border-color: #556903;
}
.TagClassName
{
border-color: #556903;
}
</style>