Shades of Verdun Green #465100
Tints of Verdun Green #465100
RGB
CMYK
RGB Variations
Color information
#465100 (or 0x465100) is known color: Verdun Green. HEX triplet: 46, 51 and 00. RGB value is (70,81,0). Sum of RGB (Red+Green+Blue) = 70+81+0=151 (20% of max value = 765). Red value is 70 (27.73% from 255 or 46.36% from 151); Green value is 81 (32.03% from 255 or 53.64% from 151); Blue value is 0 (0.39% from 255 or 0% from 151); Max value from RGB is 81 - color contains mainly: green. Hex color #465100 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #465100 is #B9AEFF. Grayscale: #444444. Windows color (decimal): -12168960 or 20806. OLE color: 20806.
HSL color Cylindrical-coordinate representation of color #465100: hue angle of 68.15º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 1%. Process color model (Four color, CMYK) of #465100 is Cyan = 0.14, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 70 | 81 | 0 | - |
| CMYK | 0.14 | 0 | 1 | 0.68 |
| HSL | 68.15º | 1% | 0.16% | - |
| HSV(B) | 68.15º | 1% | 0.32% | - |
| XYZ | 5.47 | 7.19 | 1.1 | - |
| YUV | 68.48 | 89.36 | 129.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 81 | 0 | 0.14 | 0 | 1 | 0.68 | 68.15 | 1 | 0.16 |
| Hex | 46 | 51 | 0 | E | 0 | 64 | 44 | 44 | 64 | 10 |
| Octal | 106 | 121 | 0 | 16 | 0 | 144 | 104 | 104 | 144 | 20 |
| Binary | 1000110 | 1010001 | 0 | 1110 | 0 | 1100100 | 1000100 | 1000100 | 1100100 | 10000 |
Color Harmonies of #465100
Complementary color
Monochromatic Colors of #465100
Black with #465100
Text Example
Text Example
White with #465100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465100; }
p { color: rgb(70,81,0); }
H1.HeaderClassName
{
color: #465100;
}
.AnyTagClassName
{
color: #465100;
}
</style>
background-color css
<style>
a { background-color: #465100; }
a { background-color: rgb(70,81,0); }
div.DivClassName
{
background-color: #465100;
}
.BgClassName
{
background-color: #465100;
}
</style>
border-color css
<style>
span { border-color: #465100; }
span { border-color: rgb(70,81,0); }
td.TdClassName
{
border-color: #465100;
}
.TagClassName
{
border-color: #465100;
}
</style>