Shades of Verdun Green #466705
Tints of Verdun Green #466705
RGB
CMYK
RGB Variations
Color information
#466705 (or 0x466705) is known color: Verdun Green. HEX triplet: 46, 67 and 05. RGB value is (70,103,5). Sum of RGB (Red+Green+Blue) = 70+103+5=178 (23% of max value = 765). Red value is 70 (27.73% from 255 or 39.33% from 178); Green value is 103 (40.62% from 255 or 57.87% from 178); Blue value is 5 (2.34% from 255 or 2.81% from 178); Max value from RGB is 103 - color contains mainly: green. Hex color #466705 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #466705 is #B998FA. Grayscale: #525252. Windows color (decimal): -12163323 or 354118. OLE color: 354118.
HSL color Cylindrical-coordinate representation of color #466705: hue angle of 80.2º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #466705 is Cyan = 0.32, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 70 | 103 | 5 | - |
| CMYK | 0.32 | 0 | 0.95 | 0.60 |
| HSL | 80.2º | 0.91% | 0.21% | - |
| HSV(B) | 80.2º | 0.95% | 0.4% | - |
| XYZ | 7.4 | 11.01 | 1.88 | - |
| YUV | 81.96 | 84.57 | 119.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 103 | 5 | 0.32 | 0 | 0.95 | 0.60 | 80.2 | 0.91 | 0.21 |
| Hex | 46 | 67 | 5 | 20 | 0 | 5F | 3C | 50 | 5B | 15 |
| Octal | 106 | 147 | 5 | 40 | 0 | 137 | 74 | 120 | 133 | 25 |
| Binary | 1000110 | 1100111 | 101 | 100000 | 0 | 1011111 | 111100 | 1010000 | 1011011 | 10101 |
Color Harmonies of #466705
Complementary color
Monochromatic Colors of #466705
Black with #466705
Text Example
Text Example
White with #466705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #466705; }
p { color: rgb(70,103,5); }
H1.HeaderClassName
{
color: #466705;
}
.AnyTagClassName
{
color: #466705;
}
</style>
background-color css
<style>
a { background-color: #466705; }
a { background-color: rgb(70,103,5); }
div.DivClassName
{
background-color: #466705;
}
.BgClassName
{
background-color: #466705;
}
</style>
border-color css
<style>
span { border-color: #466705; }
span { border-color: rgb(70,103,5); }
td.TdClassName
{
border-color: #466705;
}
.TagClassName
{
border-color: #466705;
}
</style>