Shades of Verdun Green #466401
Tints of Verdun Green #466401
RGB
CMYK
RGB Variations
Color information
#466401 (or 0x466401) is known color: Verdun Green. HEX triplet: 46, 64 and 01. RGB value is (70,100,1). Sum of RGB (Red+Green+Blue) = 70+100+1=171 (22% of max value = 765). Red value is 70 (27.73% from 255 or 40.94% from 171); Green value is 100 (39.45% from 255 or 58.48% from 171); Blue value is 1 (0.78% from 255 or 0.58% from 171); Max value from RGB is 100 - color contains mainly: green. Hex color #466401 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #466401 is #B99BFE. Grayscale: #505050. Windows color (decimal): -12164095 or 91206. OLE color: 91206.
HSL color Cylindrical-coordinate representation of color #466401: hue angle of 78.18º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #466401 is Cyan = 0.30, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 70 | 100 | 1 | - |
| CMYK | 0.30 | 0 | 0.99 | 0.61 |
| HSL | 78.18º | 0.98% | 0.2% | - |
| HSV(B) | 78.18º | 0.99% | 0.39% | - |
| XYZ | 7.09 | 10.42 | 1.67 | - |
| YUV | 79.74 | 83.56 | 121.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 100 | 1 | 0.30 | 0 | 0.99 | 0.61 | 78.18 | 0.98 | 0.2 |
| Hex | 46 | 64 | 1 | 1E | 0 | 63 | 3D | 4E | 62 | 14 |
| Octal | 106 | 144 | 1 | 36 | 0 | 143 | 75 | 116 | 142 | 24 |
| Binary | 1000110 | 1100100 | 1 | 11110 | 0 | 1100011 | 111101 | 1001110 | 1100010 | 10100 |
Color Harmonies of #466401
Complementary color
Monochromatic Colors of #466401
Black with #466401
Text Example
Text Example
White with #466401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #466401; }
p { color: rgb(70,100,1); }
H1.HeaderClassName
{
color: #466401;
}
.AnyTagClassName
{
color: #466401;
}
</style>
background-color css
<style>
a { background-color: #466401; }
a { background-color: rgb(70,100,1); }
div.DivClassName
{
background-color: #466401;
}
.BgClassName
{
background-color: #466401;
}
</style>
border-color css
<style>
span { border-color: #466401; }
span { border-color: rgb(70,100,1); }
td.TdClassName
{
border-color: #466401;
}
.TagClassName
{
border-color: #466401;
}
</style>