Shades of Verdun Green #466701
Tints of Verdun Green #466701
RGB
CMYK
RGB Variations
Color information
#466701 (or 0x466701) is known color: Verdun Green. HEX triplet: 46, 67 and 01. RGB value is (70,103,1). Sum of RGB (Red+Green+Blue) = 70+103+1=174 (23% of max value = 765). Red value is 70 (27.73% from 255 or 40.23% from 174); Green value is 103 (40.62% from 255 or 59.20% from 174); Blue value is 1 (0.78% from 255 or 0.57% from 174); Max value from RGB is 103 - color contains mainly: green. Hex color #466701 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #466701 is #B998FE. Grayscale: #515151. Windows color (decimal): -12163327 or 91974. OLE color: 91974.
HSL color Cylindrical-coordinate representation of color #466701: hue angle of 79.41º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #466701 is Cyan = 0.32, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 70 | 103 | 1 | - |
| CMYK | 0.32 | 0 | 0.99 | 0.60 |
| HSL | 79.41º | 0.98% | 0.2% | - |
| HSV(B) | 79.41º | 0.99% | 0.4% | - |
| XYZ | 7.38 | 11 | 1.76 | - |
| YUV | 81.51 | 82.57 | 119.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 103 | 1 | 0.32 | 0 | 0.99 | 0.60 | 79.41 | 0.98 | 0.2 |
| Hex | 46 | 67 | 1 | 20 | 0 | 63 | 3C | 4F | 62 | 14 |
| Octal | 106 | 147 | 1 | 40 | 0 | 143 | 74 | 117 | 142 | 24 |
| Binary | 1000110 | 1100111 | 1 | 100000 | 0 | 1100011 | 111100 | 1001111 | 1100010 | 10100 |
Color Harmonies of #466701
Complementary color
Monochromatic Colors of #466701
Black with #466701
Text Example
Text Example
White with #466701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #466701; }
p { color: rgb(70,103,1); }
H1.HeaderClassName
{
color: #466701;
}
.AnyTagClassName
{
color: #466701;
}
</style>
background-color css
<style>
a { background-color: #466701; }
a { background-color: rgb(70,103,1); }
div.DivClassName
{
background-color: #466701;
}
.BgClassName
{
background-color: #466701;
}
</style>
border-color css
<style>
span { border-color: #466701; }
span { border-color: rgb(70,103,1); }
td.TdClassName
{
border-color: #466701;
}
.TagClassName
{
border-color: #466701;
}
</style>