Shades of Verdun Green #465000
Tints of Verdun Green #465000
RGB
CMYK
RGB Variations
Color information
#465000 (or 0x465000) is known color: Verdun Green. HEX triplet: 46, 50 and 00. RGB value is (70,80,0). Sum of RGB (Red+Green+Blue) = 70+80+0=150 (19% of max value = 765). Red value is 70 (27.73% from 255 or 46.67% from 150); Green value is 80 (31.64% from 255 or 53.33% from 150); Blue value is 0 (0.39% from 255 or 0% from 150); Max value from RGB is 80 - color contains mainly: green. Hex color #465000 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #465000 is #B9AFFF. Grayscale: #444444. Windows color (decimal): -12169216 or 20550. OLE color: 20550.
HSL color Cylindrical-coordinate representation of color #465000: hue angle of 67.5º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 1%. Process color model (Four color, CMYK) of #465000 is Cyan = 0.12, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 70 | 80 | 0 | - |
| CMYK | 0.12 | 0 | 1 | 0.69 |
| HSL | 67.5º | 1% | 0.16% | - |
| HSV(B) | 67.5º | 1% | 0.31% | - |
| XYZ | 5.39 | 7.04 | 1.07 | - |
| YUV | 67.89 | 89.69 | 129.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 80 | 0 | 0.12 | 0 | 1 | 0.69 | 67.5 | 1 | 0.16 |
| Hex | 46 | 50 | 0 | C | 0 | 64 | 45 | 44 | 64 | 10 |
| Octal | 106 | 120 | 0 | 14 | 0 | 144 | 105 | 104 | 144 | 20 |
| Binary | 1000110 | 1010000 | 0 | 1100 | 0 | 1100100 | 1000101 | 1000100 | 1100100 | 10000 |
Color Harmonies of #465000
Complementary color
Monochromatic Colors of #465000
Black with #465000
Text Example
Text Example
White with #465000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465000; }
p { color: rgb(70,80,0); }
H1.HeaderClassName
{
color: #465000;
}
.AnyTagClassName
{
color: #465000;
}
</style>
background-color css
<style>
a { background-color: #465000; }
a { background-color: rgb(70,80,0); }
div.DivClassName
{
background-color: #465000;
}
.BgClassName
{
background-color: #465000;
}
</style>
border-color css
<style>
span { border-color: #465000; }
span { border-color: rgb(70,80,0); }
td.TdClassName
{
border-color: #465000;
}
.TagClassName
{
border-color: #465000;
}
</style>