Shades of Verdun Green #464901
Tints of Verdun Green #464901
RGB
CMYK
RGB Variations
Color information
#464901 (or 0x464901) is known color: Verdun Green. HEX triplet: 46, 49 and 01. RGB value is (70,73,1). Sum of RGB (Red+Green+Blue) = 70+73+1=144 (19% of max value = 765). Red value is 70 (27.73% from 255 or 48.61% from 144); Green value is 73 (28.91% from 255 or 50.69% from 144); Blue value is 1 (0.78% from 255 or 0.69% from 144); Max value from RGB is 73 - color contains mainly: green. Hex color #464901 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #464901 is #B9B6FE. Grayscale: #404040. Windows color (decimal): -12171007 or 84294. OLE color: 84294.
HSL color Cylindrical-coordinate representation of color #464901: hue angle of 62.5º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #464901 is Cyan = 0.04, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 70 | 73 | 1 | - |
| CMYK | 0.04 | 0 | 0.99 | 0.71 |
| HSL | 62.5º | 0.97% | 0.15% | - |
| HSV(B) | 62.5º | 0.99% | 0.29% | - |
| XYZ | 4.91 | 6.07 | 0.94 | - |
| YUV | 63.9 | 92.51 | 132.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 73 | 1 | 0.04 | 0 | 0.99 | 0.71 | 62.5 | 0.97 | 0.15 |
| Hex | 46 | 49 | 1 | 4 | 0 | 63 | 47 | 3F | 61 | F |
| Octal | 106 | 111 | 1 | 4 | 0 | 143 | 107 | 77 | 141 | 17 |
| Binary | 1000110 | 1001001 | 1 | 100 | 0 | 1100011 | 1000111 | 111111 | 1100001 | 1111 |
Color Harmonies of #464901
Complementary color
Monochromatic Colors of #464901
Black with #464901
Text Example
Text Example
White with #464901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464901; }
p { color: rgb(70,73,1); }
H1.HeaderClassName
{
color: #464901;
}
.AnyTagClassName
{
color: #464901;
}
</style>
background-color css
<style>
a { background-color: #464901; }
a { background-color: rgb(70,73,1); }
div.DivClassName
{
background-color: #464901;
}
.BgClassName
{
background-color: #464901;
}
</style>
border-color css
<style>
span { border-color: #464901; }
span { border-color: rgb(70,73,1); }
td.TdClassName
{
border-color: #464901;
}
.TagClassName
{
border-color: #464901;
}
</style>