Shades of Verdun Green #556605
Tints of Verdun Green #556605
RGB
CMYK
RGB Variations
Color information
#556605 (or 0x556605) is known color: Verdun Green. HEX triplet: 55, 66 and 05. RGB value is (85,102,5). Sum of RGB (Red+Green+Blue) = 85+102+5=192 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.27% from 192); Green value is 102 (40.23% from 255 or 53.12% from 192); Blue value is 5 (2.34% from 255 or 2.60% from 192); Max value from RGB is 102 - color contains mainly: green. Hex color #556605 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #556605 is #AA99FA. Grayscale: #565656. Windows color (decimal): -11180539 or 353877. OLE color: 353877.
HSL color Cylindrical-coordinate representation of color #556605: hue angle of 70.52º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #556605 is Cyan = 0.17, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 85 | 102 | 5 | - |
| CMYK | 0.17 | 0 | 0.95 | 0.6 |
| HSL | 70.52º | 0.91% | 0.21% | - |
| HSV(B) | 70.52º | 0.95% | 0.4% | - |
| XYZ | 8.53 | 11.44 | 1.9 | - |
| YUV | 85.86 | 82.37 | 127.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 102 | 5 | 0.17 | 0 | 0.95 | 0.6 | 70.52 | 0.91 | 0.21 |
| Hex | 55 | 66 | 5 | 11 | 0 | 5F | 3C | 47 | 5B | 15 |
| Octal | 125 | 146 | 5 | 21 | 0 | 137 | 74 | 107 | 133 | 25 |
| Binary | 1010101 | 1100110 | 101 | 10001 | 0 | 1011111 | 111100 | 1000111 | 1011011 | 10101 |
Color Harmonies of #556605
Complementary color
Monochromatic Colors of #556605
Black with #556605
Text Example
Text Example
White with #556605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #556605; }
p { color: rgb(85,102,5); }
H1.HeaderClassName
{
color: #556605;
}
.AnyTagClassName
{
color: #556605;
}
</style>
background-color css
<style>
a { background-color: #556605; }
a { background-color: rgb(85,102,5); }
div.DivClassName
{
background-color: #556605;
}
.BgClassName
{
background-color: #556605;
}
</style>
border-color css
<style>
span { border-color: #556605; }
span { border-color: rgb(85,102,5); }
td.TdClassName
{
border-color: #556605;
}
.TagClassName
{
border-color: #556605;
}
</style>