Shades of Verdun Green #465911
Tints of Verdun Green #465911
RGB
CMYK
RGB Variations
Color information
#465911 (or 0x465911) is known color: Verdun Green. HEX triplet: 46, 59 and 11. RGB value is (70,89,17). Sum of RGB (Red+Green+Blue) = 70+89+17=176 (23% of max value = 765). Red value is 70 (27.73% from 255 or 39.77% from 176); Green value is 89 (35.16% from 255 or 50.57% from 176); Blue value is 17 (7.03% from 255 or 9.66% from 176); Max value from RGB is 89 - color contains mainly: green. Hex color #465911 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #465911 is #B9A6EE. Grayscale: #4B4B4B. Windows color (decimal): -12166895 or 1136966. OLE color: 1136966.
HSL color Cylindrical-coordinate representation of color #465911: hue angle of 75.83º 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 #465911 is Cyan = 0.21, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 70 | 89 | 17 | - |
| CMYK | 0.21 | 0 | 0.81 | 0.65 |
| HSL | 75.83º | 0.68% | 0.21% | - |
| HSV(B) | 75.83º | 0.81% | 0.35% | - |
| XYZ | 6.2 | 8.49 | 1.84 | - |
| YUV | 75.11 | 95.21 | 124.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 89 | 17 | 0.21 | 0 | 0.81 | 0.65 | 75.83 | 0.68 | 0.21 |
| Hex | 46 | 59 | 11 | 15 | 0 | 51 | 41 | 4C | 44 | 15 |
| Octal | 106 | 131 | 21 | 25 | 0 | 121 | 101 | 114 | 104 | 25 |
| Binary | 1000110 | 1011001 | 10001 | 10101 | 0 | 1010001 | 1000001 | 1001100 | 1000100 | 10101 |
Color Harmonies of #465911
Complementary color
Monochromatic Colors of #465911
Black with #465911
Text Example
Text Example
White with #465911
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465911; }
p { color: rgb(70,89,17); }
H1.HeaderClassName
{
color: #465911;
}
.AnyTagClassName
{
color: #465911;
}
</style>
background-color css
<style>
a { background-color: #465911; }
a { background-color: rgb(70,89,17); }
div.DivClassName
{
background-color: #465911;
}
.BgClassName
{
background-color: #465911;
}
</style>
border-color css
<style>
span { border-color: #465911; }
span { border-color: rgb(70,89,17); }
td.TdClassName
{
border-color: #465911;
}
.TagClassName
{
border-color: #465911;
}
</style>