Shades of Verdun Green #465600
Tints of Verdun Green #465600
RGB
CMYK
RGB Variations
Color information
#465600 (or 0x465600) is known color: Verdun Green. HEX triplet: 46, 56 and 00. RGB value is (70,86,0). Sum of RGB (Red+Green+Blue) = 70+86+0=156 (20% of max value = 765). Red value is 70 (27.73% from 255 or 44.87% from 156); Green value is 86 (33.98% from 255 or 55.13% from 156); Blue value is 0 (0.39% from 255 or 0% from 156); Max value from RGB is 86 - color contains mainly: green. Hex color #465600 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #465600 is #B9A9FF. Grayscale: #474747. Windows color (decimal): -12167680 or 22086. OLE color: 22086.
HSL color Cylindrical-coordinate representation of color #465600: hue angle of 71.16º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 1%. Process color model (Four color, CMYK) of #465600 is Cyan = 0.19, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 70 | 86 | 0 | - |
| CMYK | 0.19 | 0 | 1 | 0.66 |
| HSL | 71.16º | 1% | 0.17% | - |
| HSV(B) | 71.16º | 1% | 0.34% | - |
| XYZ | 5.85 | 7.96 | 1.23 | - |
| YUV | 71.41 | 87.7 | 126.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 86 | 0 | 0.19 | 0 | 1 | 0.66 | 71.16 | 1 | 0.17 |
| Hex | 46 | 56 | 0 | 13 | 0 | 64 | 42 | 47 | 64 | 11 |
| Octal | 106 | 126 | 0 | 23 | 0 | 144 | 102 | 107 | 144 | 21 |
| Binary | 1000110 | 1010110 | 0 | 10011 | 0 | 1100100 | 1000010 | 1000111 | 1100100 | 10001 |
Color Harmonies of #465600
Complementary color
Monochromatic Colors of #465600
Black with #465600
Text Example
Text Example
White with #465600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465600; }
p { color: rgb(70,86,0); }
H1.HeaderClassName
{
color: #465600;
}
.AnyTagClassName
{
color: #465600;
}
</style>
background-color css
<style>
a { background-color: #465600; }
a { background-color: rgb(70,86,0); }
div.DivClassName
{
background-color: #465600;
}
.BgClassName
{
background-color: #465600;
}
</style>
border-color css
<style>
span { border-color: #465600; }
span { border-color: rgb(70,86,0); }
td.TdClassName
{
border-color: #465600;
}
.TagClassName
{
border-color: #465600;
}
</style>