Shades of Verdun Green #465811
Tints of Verdun Green #465811
RGB
CMYK
RGB Variations
Color information
#465811 (or 0x465811) is known color: Verdun Green. HEX triplet: 46, 58 and 11. RGB value is (70,88,17). Sum of RGB (Red+Green+Blue) = 70+88+17=175 (23% of max value = 765). Red value is 70 (27.73% from 255 or 40% from 175); Green value is 88 (34.77% from 255 or 50.29% from 175); Blue value is 17 (7.03% from 255 or 9.71% from 175); Max value from RGB is 88 - color contains mainly: green. Hex color #465811 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #465811 is #B9A7EE. Grayscale: #4A4A4A. Windows color (decimal): -12167151 or 1136710. OLE color: 1136710.
HSL color Cylindrical-coordinate representation of color #465811: hue angle of 75.21º degrees, saturation: 0.68, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #465811 is Cyan = 0.20, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 70 | 88 | 17 | - |
| CMYK | 0.20 | 0 | 0.81 | 0.65 |
| HSL | 75.21º | 0.68% | 0.21% | - |
| HSV(B) | 75.21º | 0.81% | 0.35% | - |
| XYZ | 6.12 | 8.32 | 1.81 | - |
| YUV | 74.52 | 95.54 | 124.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 88 | 17 | 0.20 | 0 | 0.81 | 0.65 | 75.21 | 0.68 | 0.21 |
| Hex | 46 | 58 | 11 | 14 | 0 | 51 | 41 | 4B | 44 | 15 |
| Octal | 106 | 130 | 21 | 24 | 0 | 121 | 101 | 113 | 104 | 25 |
| Binary | 1000110 | 1011000 | 10001 | 10100 | 0 | 1010001 | 1000001 | 1001011 | 1000100 | 10101 |
Color Harmonies of #465811
Complementary color
Monochromatic Colors of #465811
Black with #465811
Text Example
Text Example
White with #465811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465811; }
p { color: rgb(70,88,17); }
H1.HeaderClassName
{
color: #465811;
}
.AnyTagClassName
{
color: #465811;
}
</style>
background-color css
<style>
a { background-color: #465811; }
a { background-color: rgb(70,88,17); }
div.DivClassName
{
background-color: #465811;
}
.BgClassName
{
background-color: #465811;
}
</style>
border-color css
<style>
span { border-color: #465811; }
span { border-color: rgb(70,88,17); }
td.TdClassName
{
border-color: #465811;
}
.TagClassName
{
border-color: #465811;
}
</style>