Shades of Verdun Green #465001
Tints of Verdun Green #465001
RGB
CMYK
RGB Variations
Color information
#465001 (or 0x465001) is known color: Verdun Green. HEX triplet: 46, 50 and 01. RGB value is (70,80,1). Sum of RGB (Red+Green+Blue) = 70+80+1=151 (20% of max value = 765). Red value is 70 (27.73% from 255 or 46.36% from 151); Green value is 80 (31.64% from 255 or 52.98% from 151); Blue value is 1 (0.78% from 255 or 0.66% from 151); Max value from RGB is 80 - color contains mainly: green. Hex color #465001 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #465001 is #B9AFFE. Grayscale: #444444. Windows color (decimal): -12169215 or 86086. OLE color: 86086.
HSL color Cylindrical-coordinate representation of color #465001: hue angle of 67.59º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #465001 is Cyan = 0.12, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 70 | 80 | 1 | - |
| CMYK | 0.12 | 0 | 0.99 | 0.69 |
| HSL | 67.59º | 0.98% | 0.16% | - |
| HSV(B) | 67.59º | 0.99% | 0.31% | - |
| XYZ | 5.4 | 7.04 | 1.1 | - |
| YUV | 68 | 90.19 | 129.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 80 | 1 | 0.12 | 0 | 0.99 | 0.69 | 67.59 | 0.98 | 0.16 |
| Hex | 46 | 50 | 1 | C | 0 | 63 | 45 | 44 | 62 | 10 |
| Octal | 106 | 120 | 1 | 14 | 0 | 143 | 105 | 104 | 142 | 20 |
| Binary | 1000110 | 1010000 | 1 | 1100 | 0 | 1100011 | 1000101 | 1000100 | 1100010 | 10000 |
Color Harmonies of #465001
Complementary color
Monochromatic Colors of #465001
Black with #465001
Text Example
Text Example
White with #465001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465001; }
p { color: rgb(70,80,1); }
H1.HeaderClassName
{
color: #465001;
}
.AnyTagClassName
{
color: #465001;
}
</style>
background-color css
<style>
a { background-color: #465001; }
a { background-color: rgb(70,80,1); }
div.DivClassName
{
background-color: #465001;
}
.BgClassName
{
background-color: #465001;
}
</style>
border-color css
<style>
span { border-color: #465001; }
span { border-color: rgb(70,80,1); }
td.TdClassName
{
border-color: #465001;
}
.TagClassName
{
border-color: #465001;
}
</style>