Shades of Verdun Green #465206
Tints of Verdun Green #465206
RGB
CMYK
RGB Variations
Color information
#465206 (or 0x465206) is known color: Verdun Green. HEX triplet: 46, 52 and 06. RGB value is (70,82,6). Sum of RGB (Red+Green+Blue) = 70+82+6=158 (20% of max value = 765). Red value is 70 (27.73% from 255 or 44.30% from 158); Green value is 82 (32.42% from 255 or 51.90% from 158); Blue value is 6 (2.73% from 255 or 3.80% from 158); Max value from RGB is 82 - color contains mainly: green. Hex color #465206 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #465206 is #B9ADF9. Grayscale: #464646. Windows color (decimal): -12168698 or 414278. OLE color: 414278.
HSL color Cylindrical-coordinate representation of color #465206: hue angle of 69.47º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #465206 is Cyan = 0.15, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 70 | 82 | 6 | - |
| CMYK | 0.15 | 0 | 0.93 | 0.68 |
| HSL | 69.47º | 0.86% | 0.17% | - |
| HSV(B) | 69.47º | 0.93% | 0.32% | - |
| XYZ | 5.58 | 7.35 | 1.3 | - |
| YUV | 69.75 | 92.02 | 128.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 82 | 6 | 0.15 | 0 | 0.93 | 0.68 | 69.47 | 0.86 | 0.17 |
| Hex | 46 | 52 | 6 | F | 0 | 5D | 44 | 45 | 56 | 11 |
| Octal | 106 | 122 | 6 | 17 | 0 | 135 | 104 | 105 | 126 | 21 |
| Binary | 1000110 | 1010010 | 110 | 1111 | 0 | 1011101 | 1000100 | 1000101 | 1010110 | 10001 |
Color Harmonies of #465206
Complementary color
Monochromatic Colors of #465206
Black with #465206
Text Example
Text Example
White with #465206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465206; }
p { color: rgb(70,82,6); }
H1.HeaderClassName
{
color: #465206;
}
.AnyTagClassName
{
color: #465206;
}
</style>
background-color css
<style>
a { background-color: #465206; }
a { background-color: rgb(70,82,6); }
div.DivClassName
{
background-color: #465206;
}
.BgClassName
{
background-color: #465206;
}
</style>
border-color css
<style>
span { border-color: #465206; }
span { border-color: rgb(70,82,6); }
td.TdClassName
{
border-color: #465206;
}
.TagClassName
{
border-color: #465206;
}
</style>