Shades of Verdun Green #466709
Tints of Verdun Green #466709
RGB
CMYK
RGB Variations
Color information
#466709 (or 0x466709) is known color: Verdun Green. HEX triplet: 46, 67 and 09. RGB value is (70,103,9). Sum of RGB (Red+Green+Blue) = 70+103+9=182 (24% of max value = 765). Red value is 70 (27.73% from 255 or 38.46% from 182); Green value is 103 (40.62% from 255 or 56.59% from 182); Blue value is 9 (3.91% from 255 or 4.95% from 182); Max value from RGB is 103 - color contains mainly: green. Hex color #466709 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #466709 is #B998F6. Grayscale: #525252. Windows color (decimal): -12163319 or 616262. OLE color: 616262.
HSL color Cylindrical-coordinate representation of color #466709: hue angle of 81.06º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #466709 is Cyan = 0.32, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 70 | 103 | 9 | - |
| CMYK | 0.32 | 0 | 0.91 | 0.60 |
| HSL | 81.06º | 0.84% | 0.22% | - |
| HSV(B) | 81.06º | 0.91% | 0.4% | - |
| XYZ | 7.43 | 11.02 | 1.99 | - |
| YUV | 82.42 | 86.57 | 119.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 103 | 9 | 0.32 | 0 | 0.91 | 0.60 | 81.06 | 0.84 | 0.22 |
| Hex | 46 | 67 | 9 | 20 | 0 | 5B | 3C | 51 | 54 | 16 |
| Octal | 106 | 147 | 11 | 40 | 0 | 133 | 74 | 121 | 124 | 26 |
| Binary | 1000110 | 1100111 | 1001 | 100000 | 0 | 1011011 | 111100 | 1010001 | 1010100 | 10110 |
Color Harmonies of #466709
Complementary color
Monochromatic Colors of #466709
Black with #466709
Text Example
Text Example
White with #466709
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #466709; }
p { color: rgb(70,103,9); }
H1.HeaderClassName
{
color: #466709;
}
.AnyTagClassName
{
color: #466709;
}
</style>
background-color css
<style>
a { background-color: #466709; }
a { background-color: rgb(70,103,9); }
div.DivClassName
{
background-color: #466709;
}
.BgClassName
{
background-color: #466709;
}
</style>
border-color css
<style>
span { border-color: #466709; }
span { border-color: rgb(70,103,9); }
td.TdClassName
{
border-color: #466709;
}
.TagClassName
{
border-color: #466709;
}
</style>