Shades of Verdun Green #566500
Tints of Verdun Green #566500
RGB
CMYK
RGB Variations
Color information
#566500 (or 0x566500) is known color: Verdun Green. HEX triplet: 56, 65 and 00. RGB value is (86,101,0). Sum of RGB (Red+Green+Blue) = 86+101+0=187 (24% of max value = 765). Red value is 86 (33.98% from 255 or 45.99% from 187); Green value is 101 (39.84% from 255 or 54.01% from 187); Blue value is 0 (0.39% from 255 or 0% from 187); Max value from RGB is 101 - color contains mainly: green. Hex color #566500 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #566500 is #A99AFF. Grayscale: #555555. Windows color (decimal): -11115264 or 25942. OLE color: 25942.
HSL color Cylindrical-coordinate representation of color #566500: hue angle of 68.91º 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 #566500 is Cyan = 0.15, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 86 | 101 | 0 | - |
| CMYK | 0.15 | 0 | 1 | 0.60 |
| HSL | 68.91º | 1% | 0.2% | - |
| HSV(B) | 68.91º | 1% | 0.4% | - |
| XYZ | 8.49 | 11.29 | 1.73 | - |
| YUV | 85 | 80.03 | 128.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 101 | 0 | 0.15 | 0 | 1 | 0.60 | 68.91 | 1 | 0.2 |
| Hex | 56 | 65 | 0 | F | 0 | 64 | 3C | 45 | 64 | 14 |
| Octal | 126 | 145 | 0 | 17 | 0 | 144 | 74 | 105 | 144 | 24 |
| Binary | 1010110 | 1100101 | 0 | 1111 | 0 | 1100100 | 111100 | 1000101 | 1100100 | 10100 |
Color Harmonies of #566500
Complementary color
Monochromatic Colors of #566500
Black with #566500
Text Example
Text Example
White with #566500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #566500; }
p { color: rgb(86,101,0); }
H1.HeaderClassName
{
color: #566500;
}
.AnyTagClassName
{
color: #566500;
}
</style>
background-color css
<style>
a { background-color: #566500; }
a { background-color: rgb(86,101,0); }
div.DivClassName
{
background-color: #566500;
}
.BgClassName
{
background-color: #566500;
}
</style>
border-color css
<style>
span { border-color: #566500; }
span { border-color: rgb(86,101,0); }
td.TdClassName
{
border-color: #566500;
}
.TagClassName
{
border-color: #566500;
}
</style>