Shades of Verdun Green #556608
Tints of Verdun Green #556608
RGB
CMYK
RGB Variations
Color information
#556608 (or 0x556608) is known color: Verdun Green. HEX triplet: 55, 66 and 08. RGB value is (85,102,8). Sum of RGB (Red+Green+Blue) = 85+102+8=195 (25% of max value = 765). Red value is 85 (33.59% from 255 or 43.59% from 195); Green value is 102 (40.23% from 255 or 52.31% from 195); Blue value is 8 (3.52% from 255 or 4.10% from 195); Max value from RGB is 102 - color contains mainly: green. Hex color #556608 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #556608 is #AA99F7. Grayscale: #565656. Windows color (decimal): -11180536 or 550485. OLE color: 550485.
HSL color Cylindrical-coordinate representation of color #556608: hue angle of 70.85º degrees, saturation: 0.85, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #556608 is Cyan = 0.17, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 85 | 102 | 8 | - |
| CMYK | 0.17 | 0 | 0.92 | 0.6 |
| HSL | 70.85º | 0.85% | 0.22% | - |
| HSV(B) | 70.85º | 0.92% | 0.4% | - |
| XYZ | 8.54 | 11.45 | 1.99 | - |
| YUV | 86.2 | 83.87 | 127.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 102 | 8 | 0.17 | 0 | 0.92 | 0.6 | 70.85 | 0.85 | 0.22 |
| Hex | 55 | 66 | 8 | 11 | 0 | 5C | 3C | 47 | 55 | 16 |
| Octal | 125 | 146 | 10 | 21 | 0 | 134 | 74 | 107 | 125 | 26 |
| Binary | 1010101 | 1100110 | 1000 | 10001 | 0 | 1011100 | 111100 | 1000111 | 1010101 | 10110 |
Color Harmonies of #556608
Complementary color
Monochromatic Colors of #556608
Black with #556608
Text Example
Text Example
White with #556608
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #556608; }
p { color: rgb(85,102,8); }
H1.HeaderClassName
{
color: #556608;
}
.AnyTagClassName
{
color: #556608;
}
</style>
background-color css
<style>
a { background-color: #556608; }
a { background-color: rgb(85,102,8); }
div.DivClassName
{
background-color: #556608;
}
.BgClassName
{
background-color: #556608;
}
</style>
border-color css
<style>
span { border-color: #556608; }
span { border-color: rgb(85,102,8); }
td.TdClassName
{
border-color: #556608;
}
.TagClassName
{
border-color: #556608;
}
</style>