Shades of Verdun Green #465B0D
Tints of Verdun Green #465B0D
RGB
CMYK
RGB Variations
Color information
#465B0D (or 0x465B0D) is known color: Verdun Green. HEX triplet: 46, 5B and 0D. RGB value is (70,91,13). Sum of RGB (Red+Green+Blue) = 70+91+13=174 (23% of max value = 765). Red value is 70 (27.73% from 255 or 40.23% from 174); Green value is 91 (35.94% from 255 or 52.30% from 174); Blue value is 13 (5.47% from 255 or 7.47% from 174); Max value from RGB is 91 - color contains mainly: green. Hex color #465B0D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #465B0D is #B9A4F2. Grayscale: #4C4C4C. Windows color (decimal): -12166387 or 875334. OLE color: 875334.
HSL color Cylindrical-coordinate representation of color #465B0D: hue angle of 76.15º degrees, saturation: 0.75, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #465B0D is Cyan = 0.23, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 70 | 91 | 13 | - |
| CMYK | 0.23 | 0 | 0.86 | 0.64 |
| HSL | 76.15º | 0.75% | 0.2% | - |
| HSV(B) | 76.15º | 0.86% | 0.36% | - |
| XYZ | 6.34 | 8.81 | 1.75 | - |
| YUV | 75.83 | 92.54 | 123.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 91 | 13 | 0.23 | 0 | 0.86 | 0.64 | 76.15 | 0.75 | 0.2 |
| Hex | 46 | 5B | D | 17 | 0 | 56 | 40 | 4C | 4B | 14 |
| Octal | 106 | 133 | 15 | 27 | 0 | 126 | 100 | 114 | 113 | 24 |
| Binary | 1000110 | 1011011 | 1101 | 10111 | 0 | 1010110 | 1000000 | 1001100 | 1001011 | 10100 |
Color Harmonies of #465B0D
Complementary color
Monochromatic Colors of #465B0D
Black with #465B0D
Text Example
Text Example
White with #465B0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465B0D; }
p { color: rgb(70,91,13); }
H1.HeaderClassName
{
color: #465B0D;
}
.AnyTagClassName
{
color: #465B0D;
}
</style>
background-color css
<style>
a { background-color: #465B0D; }
a { background-color: rgb(70,91,13); }
div.DivClassName
{
background-color: #465B0D;
}
.BgClassName
{
background-color: #465B0D;
}
</style>
border-color css
<style>
span { border-color: #465B0D; }
span { border-color: rgb(70,91,13); }
td.TdClassName
{
border-color: #465B0D;
}
.TagClassName
{
border-color: #465B0D;
}
</style>