Shades of Verdun Green #465205
Tints of Verdun Green #465205
RGB
CMYK
RGB Variations
Color information
#465205 (or 0x465205) is known color: Verdun Green. HEX triplet: 46, 52 and 05. RGB value is (70,82,5). Sum of RGB (Red+Green+Blue) = 70+82+5=157 (20% of max value = 765). Red value is 70 (27.73% from 255 or 44.59% from 157); Green value is 82 (32.42% from 255 or 52.23% from 157); Blue value is 5 (2.34% from 255 or 3.18% from 157); Max value from RGB is 82 - color contains mainly: green. Hex color #465205 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #465205 is #B9ADFA. Grayscale: #454545. Windows color (decimal): -12168699 or 348742. OLE color: 348742.
HSL color Cylindrical-coordinate representation of color #465205: hue angle of 69.35º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #465205 is Cyan = 0.15, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 70 | 82 | 5 | - |
| CMYK | 0.15 | 0 | 0.94 | 0.68 |
| HSL | 69.35º | 0.89% | 0.17% | - |
| HSV(B) | 69.35º | 0.94% | 0.32% | - |
| XYZ | 5.57 | 7.35 | 1.27 | - |
| YUV | 69.63 | 91.52 | 128.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 82 | 5 | 0.15 | 0 | 0.94 | 0.68 | 69.35 | 0.89 | 0.17 |
| Hex | 46 | 52 | 5 | F | 0 | 5E | 44 | 45 | 59 | 11 |
| Octal | 106 | 122 | 5 | 17 | 0 | 136 | 104 | 105 | 131 | 21 |
| Binary | 1000110 | 1010010 | 101 | 1111 | 0 | 1011110 | 1000100 | 1000101 | 1011001 | 10001 |
Color Harmonies of #465205
Complementary color
Monochromatic Colors of #465205
Black with #465205
Text Example
Text Example
White with #465205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465205; }
p { color: rgb(70,82,5); }
H1.HeaderClassName
{
color: #465205;
}
.AnyTagClassName
{
color: #465205;
}
</style>
background-color css
<style>
a { background-color: #465205; }
a { background-color: rgb(70,82,5); }
div.DivClassName
{
background-color: #465205;
}
.BgClassName
{
background-color: #465205;
}
</style>
border-color css
<style>
span { border-color: #465205; }
span { border-color: rgb(70,82,5); }
td.TdClassName
{
border-color: #465205;
}
.TagClassName
{
border-color: #465205;
}
</style>