Shades of Verdun Green #465111
Tints of Verdun Green #465111
RGB
CMYK
RGB Variations
Color information
#465111 (or 0x465111) is known color: Verdun Green. HEX triplet: 46, 51 and 11. RGB value is (70,81,17). Sum of RGB (Red+Green+Blue) = 70+81+17=168 (22% of max value = 765). Red value is 70 (27.73% from 255 or 41.67% from 168); Green value is 81 (32.03% from 255 or 48.21% from 168); Blue value is 17 (7.03% from 255 or 10.12% from 168); Max value from RGB is 81 - color contains mainly: green. Hex color #465111 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #465111 is #B9AEEE. Grayscale: #464646. Windows color (decimal): -12168943 or 1134918. OLE color: 1134918.
HSL color Cylindrical-coordinate representation of color #465111: hue angle of 70.31º degrees, saturation: 0.65, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #465111 is Cyan = 0.14, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 70 | 81 | 17 | - |
| CMYK | 0.14 | 0 | 0.79 | 0.68 |
| HSL | 70.31º | 0.65% | 0.19% | - |
| HSV(B) | 70.31º | 0.79% | 0.32% | - |
| XYZ | 5.57 | 7.23 | 1.63 | - |
| YUV | 70.42 | 97.86 | 127.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 81 | 17 | 0.14 | 0 | 0.79 | 0.68 | 70.31 | 0.65 | 0.19 |
| Hex | 46 | 51 | 11 | E | 0 | 4F | 44 | 46 | 41 | 13 |
| Octal | 106 | 121 | 21 | 16 | 0 | 117 | 104 | 106 | 101 | 23 |
| Binary | 1000110 | 1010001 | 10001 | 1110 | 0 | 1001111 | 1000100 | 1000110 | 1000001 | 10011 |
Color Harmonies of #465111
Complementary color
Monochromatic Colors of #465111
Black with #465111
Text Example
Text Example
White with #465111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465111; }
p { color: rgb(70,81,17); }
H1.HeaderClassName
{
color: #465111;
}
.AnyTagClassName
{
color: #465111;
}
</style>
background-color css
<style>
a { background-color: #465111; }
a { background-color: rgb(70,81,17); }
div.DivClassName
{
background-color: #465111;
}
.BgClassName
{
background-color: #465111;
}
</style>
border-color css
<style>
span { border-color: #465111; }
span { border-color: rgb(70,81,17); }
td.TdClassName
{
border-color: #465111;
}
.TagClassName
{
border-color: #465111;
}
</style>