Shades of Verdun Green #566900
Tints of Verdun Green #566900
RGB
CMYK
RGB Variations
Color information
#566900 (or 0x566900) is known color: Verdun Green. HEX triplet: 56, 69 and 00. RGB value is (86,105,0). Sum of RGB (Red+Green+Blue) = 86+105+0=191 (25% of max value = 765). Red value is 86 (33.98% from 255 or 45.03% from 191); Green value is 105 (41.41% from 255 or 54.97% from 191); Blue value is 0 (0.39% from 255 or 0% from 191); Max value from RGB is 105 - color contains mainly: green. Hex color #566900 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #566900 is #A996FF. Grayscale: #575757. Windows color (decimal): -11114240 or 26966. OLE color: 26966.
HSL color Cylindrical-coordinate representation of color #566900: hue angle of 70.86º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 1%. Process color model (Four color, CMYK) of #566900 is Cyan = 0.18, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 86 | 105 | 0 | - |
| CMYK | 0.18 | 0 | 1 | 0.59 |
| HSL | 70.86º | 1% | 0.21% | - |
| HSV(B) | 70.86º | 1% | 0.41% | - |
| XYZ | 8.89 | 12.08 | 1.86 | - |
| YUV | 87.35 | 78.71 | 127.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 105 | 0 | 0.18 | 0 | 1 | 0.59 | 70.86 | 1 | 0.21 |
| Hex | 56 | 69 | 0 | 12 | 0 | 64 | 3B | 47 | 64 | 15 |
| Octal | 126 | 151 | 0 | 22 | 0 | 144 | 73 | 107 | 144 | 25 |
| Binary | 1010110 | 1101001 | 0 | 10010 | 0 | 1100100 | 111011 | 1000111 | 1100100 | 10101 |
Color Harmonies of #566900
Complementary color
Monochromatic Colors of #566900
Black with #566900
Text Example
Text Example
White with #566900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #566900; }
p { color: rgb(86,105,0); }
H1.HeaderClassName
{
color: #566900;
}
.AnyTagClassName
{
color: #566900;
}
</style>
background-color css
<style>
a { background-color: #566900; }
a { background-color: rgb(86,105,0); }
div.DivClassName
{
background-color: #566900;
}
.BgClassName
{
background-color: #566900;
}
</style>
border-color css
<style>
span { border-color: #566900; }
span { border-color: rgb(86,105,0); }
td.TdClassName
{
border-color: #566900;
}
.TagClassName
{
border-color: #566900;
}
</style>