Shades of Verdun Green #465D00
Tints of Verdun Green #465D00
RGB
CMYK
RGB Variations
Color information
#465D00 (or 0x465D00) is known color: Verdun Green. HEX triplet: 46, 5D and 00. RGB value is (70,93,0). Sum of RGB (Red+Green+Blue) = 70+93+0=163 (21% of max value = 765). Red value is 70 (27.73% from 255 or 42.94% from 163); Green value is 93 (36.72% from 255 or 57.06% from 163); Blue value is 0 (0.39% from 255 or 0% from 163); Max value from RGB is 93 - color contains mainly: green. Hex color #465D00 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #465D00 is #B9A2FF. Grayscale: #4B4B4B. Windows color (decimal): -12165888 or 23878. OLE color: 23878.
HSL color Cylindrical-coordinate representation of color #465D00: hue angle of 74.84º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 1%. Process color model (Four color, CMYK) of #465D00 is Cyan = 0.25, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 70 | 93 | 0 | - |
| CMYK | 0.25 | 0 | 1 | 0.64 |
| HSL | 74.84º | 1% | 0.18% | - |
| HSV(B) | 74.84º | 1% | 0.36% | - |
| XYZ | 6.44 | 9.13 | 1.42 | - |
| YUV | 75.52 | 85.38 | 124.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 93 | 0 | 0.25 | 0 | 1 | 0.64 | 74.84 | 1 | 0.18 |
| Hex | 46 | 5D | 0 | 19 | 0 | 64 | 40 | 4B | 64 | 12 |
| Octal | 106 | 135 | 0 | 31 | 0 | 144 | 100 | 113 | 144 | 22 |
| Binary | 1000110 | 1011101 | 0 | 11001 | 0 | 1100100 | 1000000 | 1001011 | 1100100 | 10010 |
Color Harmonies of #465D00
Complementary color
Monochromatic Colors of #465D00
Black with #465D00
Text Example
Text Example
White with #465D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465D00; }
p { color: rgb(70,93,0); }
H1.HeaderClassName
{
color: #465D00;
}
.AnyTagClassName
{
color: #465D00;
}
</style>
background-color css
<style>
a { background-color: #465D00; }
a { background-color: rgb(70,93,0); }
div.DivClassName
{
background-color: #465D00;
}
.BgClassName
{
background-color: #465D00;
}
</style>
border-color css
<style>
span { border-color: #465D00; }
span { border-color: rgb(70,93,0); }
td.TdClassName
{
border-color: #465D00;
}
.TagClassName
{
border-color: #465D00;
}
</style>