Shades of Verdun Green #566700
Tints of Verdun Green #566700
RGB
CMYK
RGB Variations
Color information
#566700 (or 0x566700) is known color: Verdun Green. HEX triplet: 56, 67 and 00. RGB value is (86,103,0). Sum of RGB (Red+Green+Blue) = 86+103+0=189 (25% of max value = 765). Red value is 86 (33.98% from 255 or 45.50% from 189); Green value is 103 (40.62% from 255 or 54.50% from 189); Blue value is 0 (0.39% from 255 or 0% from 189); Max value from RGB is 103 - color contains mainly: green. Hex color #566700 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #566700 is #A998FF. Grayscale: #565656. Windows color (decimal): -11114752 or 26454. OLE color: 26454.
HSL color Cylindrical-coordinate representation of color #566700: hue angle of 69.9º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #566700 is Cyan = 0.17, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 86 | 103 | 0 | - |
| CMYK | 0.17 | 0 | 1 | 0.60 |
| HSL | 69.9º | 1% | 0.2% | - |
| HSV(B) | 69.9º | 1% | 0.4% | - |
| XYZ | 8.69 | 11.68 | 1.8 | - |
| YUV | 86.18 | 79.37 | 127.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 103 | 0 | 0.17 | 0 | 1 | 0.60 | 69.9 | 1 | 0.2 |
| Hex | 56 | 67 | 0 | 11 | 0 | 64 | 3C | 46 | 64 | 14 |
| Octal | 126 | 147 | 0 | 21 | 0 | 144 | 74 | 106 | 144 | 24 |
| Binary | 1010110 | 1100111 | 0 | 10001 | 0 | 1100100 | 111100 | 1000110 | 1100100 | 10100 |
Color Harmonies of #566700
Complementary color
Monochromatic Colors of #566700
Black with #566700
Text Example
Text Example
White with #566700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #566700; }
p { color: rgb(86,103,0); }
H1.HeaderClassName
{
color: #566700;
}
.AnyTagClassName
{
color: #566700;
}
</style>
background-color css
<style>
a { background-color: #566700; }
a { background-color: rgb(86,103,0); }
div.DivClassName
{
background-color: #566700;
}
.BgClassName
{
background-color: #566700;
}
</style>
border-color css
<style>
span { border-color: #566700; }
span { border-color: rgb(86,103,0); }
td.TdClassName
{
border-color: #566700;
}
.TagClassName
{
border-color: #566700;
}
</style>