Shades of Verdun Green #465F00
Tints of Verdun Green #465F00
RGB
CMYK
RGB Variations
Color information
#465F00 (or 0x465F00) is known color: Verdun Green. HEX triplet: 46, 5F and 00. RGB value is (70,95,0). Sum of RGB (Red+Green+Blue) = 70+95+0=165 (21% of max value = 765). Red value is 70 (27.73% from 255 or 42.42% from 165); Green value is 95 (37.5% from 255 or 57.58% from 165); Blue value is 0 (0.39% from 255 or 0% from 165); Max value from RGB is 95 - color contains mainly: green. Hex color #465F00 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #465F00 is #B9A0FF. Grayscale: #4D4D4D. Windows color (decimal): -12165376 or 24390. OLE color: 24390.
HSL color Cylindrical-coordinate representation of color #465F00: hue angle of 75.79º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 1%. Process color model (Four color, CMYK) of #465F00 is Cyan = 0.26, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 70 | 95 | 0 | - |
| CMYK | 0.26 | 0 | 1 | 0.63 |
| HSL | 75.79º | 1% | 0.19% | - |
| HSV(B) | 75.79º | 1% | 0.37% | - |
| XYZ | 6.62 | 9.49 | 1.48 | - |
| YUV | 76.7 | 84.72 | 123.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 95 | 0 | 0.26 | 0 | 1 | 0.63 | 75.79 | 1 | 0.19 |
| Hex | 46 | 5F | 0 | 1A | 0 | 64 | 3F | 4C | 64 | 13 |
| Octal | 106 | 137 | 0 | 32 | 0 | 144 | 77 | 114 | 144 | 23 |
| Binary | 1000110 | 1011111 | 0 | 11010 | 0 | 1100100 | 111111 | 1001100 | 1100100 | 10011 |
Color Harmonies of #465F00
Complementary color
Monochromatic Colors of #465F00
Black with #465F00
Text Example
Text Example
White with #465F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465F00; }
p { color: rgb(70,95,0); }
H1.HeaderClassName
{
color: #465F00;
}
.AnyTagClassName
{
color: #465F00;
}
</style>
background-color css
<style>
a { background-color: #465F00; }
a { background-color: rgb(70,95,0); }
div.DivClassName
{
background-color: #465F00;
}
.BgClassName
{
background-color: #465F00;
}
</style>
border-color css
<style>
span { border-color: #465F00; }
span { border-color: rgb(70,95,0); }
td.TdClassName
{
border-color: #465F00;
}
.TagClassName
{
border-color: #465F00;
}
</style>