Shades of Verdun Green #465120
Tints of Verdun Green #465120
RGB
CMYK
RGB Variations
Color information
#465120 (or 0x465120) is known color: Verdun Green. HEX triplet: 46, 51 and 20. RGB value is (70,81,32). Sum of RGB (Red+Green+Blue) = 70+81+32=183 (24% of max value = 765). Red value is 70 (27.73% from 255 or 38.25% from 183); Green value is 81 (32.03% from 255 or 44.26% from 183); Blue value is 32 (12.89% from 255 or 17.49% from 183); Max value from RGB is 81 - color contains mainly: green. Hex color #465120 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465120 is #B9AEDF. Grayscale: #484848. Windows color (decimal): -12168928 or 2117958. OLE color: 2117958.
HSL color Cylindrical-coordinate representation of color #465120: hue angle of 73.47º degrees, saturation: 0.43, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #465120 is Cyan = 0.14, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 70 | 81 | 32 | - |
| CMYK | 0.14 | 0 | 0.60 | 0.68 |
| HSL | 73.47º | 0.43% | 0.22% | - |
| HSV(B) | 73.47º | 0.6% | 0.32% | - |
| XYZ | 5.73 | 7.29 | 2.47 | - |
| YUV | 72.13 | 105.36 | 126.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 81 | 32 | 0.14 | 0 | 0.60 | 0.68 | 73.47 | 0.43 | 0.22 |
| Hex | 46 | 51 | 20 | E | 0 | 3C | 44 | 49 | 2B | 16 |
| Octal | 106 | 121 | 40 | 16 | 0 | 74 | 104 | 111 | 53 | 26 |
| Binary | 1000110 | 1010001 | 100000 | 1110 | 0 | 111100 | 1000100 | 1001001 | 101011 | 10110 |
Color Harmonies of #465120
Complementary color
Monochromatic Colors of #465120
Black with #465120
Text Example
Text Example
White with #465120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465120; }
p { color: rgb(70,81,32); }
H1.HeaderClassName
{
color: #465120;
}
.AnyTagClassName
{
color: #465120;
}
</style>
background-color css
<style>
a { background-color: #465120; }
a { background-color: rgb(70,81,32); }
div.DivClassName
{
background-color: #465120;
}
.BgClassName
{
background-color: #465120;
}
</style>
border-color css
<style>
span { border-color: #465120; }
span { border-color: rgb(70,81,32); }
td.TdClassName
{
border-color: #465120;
}
.TagClassName
{
border-color: #465120;
}
</style>