Shades of Verdun Green #465209
Tints of Verdun Green #465209
RGB
CMYK
RGB Variations
Color information
#465209 (or 0x465209) is known color: Verdun Green. HEX triplet: 46, 52 and 09. RGB value is (70,82,9). Sum of RGB (Red+Green+Blue) = 70+82+9=161 (21% of max value = 765). Red value is 70 (27.73% from 255 or 43.48% from 161); Green value is 82 (32.42% from 255 or 50.93% from 161); Blue value is 9 (3.91% from 255 or 5.59% from 161); Max value from RGB is 82 - color contains mainly: green. Hex color #465209 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #465209 is #B9ADF6. Grayscale: #464646. Windows color (decimal): -12168695 or 610886. OLE color: 610886.
HSL color Cylindrical-coordinate representation of color #465209: hue angle of 69.86º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #465209 is Cyan = 0.15, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 70 | 82 | 9 | - |
| CMYK | 0.15 | 0 | 0.89 | 0.68 |
| HSL | 69.86º | 0.8% | 0.18% | - |
| HSV(B) | 69.86º | 0.89% | 0.32% | - |
| XYZ | 5.59 | 7.36 | 1.38 | - |
| YUV | 70.09 | 93.52 | 127.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 82 | 9 | 0.15 | 0 | 0.89 | 0.68 | 69.86 | 0.8 | 0.18 |
| Hex | 46 | 52 | 9 | F | 0 | 59 | 44 | 46 | 50 | 12 |
| Octal | 106 | 122 | 11 | 17 | 0 | 131 | 104 | 106 | 120 | 22 |
| Binary | 1000110 | 1010010 | 1001 | 1111 | 0 | 1011001 | 1000100 | 1000110 | 1010000 | 10010 |
Color Harmonies of #465209
Complementary color
Monochromatic Colors of #465209
Black with #465209
Text Example
Text Example
White with #465209
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465209; }
p { color: rgb(70,82,9); }
H1.HeaderClassName
{
color: #465209;
}
.AnyTagClassName
{
color: #465209;
}
</style>
background-color css
<style>
a { background-color: #465209; }
a { background-color: rgb(70,82,9); }
div.DivClassName
{
background-color: #465209;
}
.BgClassName
{
background-color: #465209;
}
</style>
border-color css
<style>
span { border-color: #465209; }
span { border-color: rgb(70,82,9); }
td.TdClassName
{
border-color: #465209;
}
.TagClassName
{
border-color: #465209;
}
</style>