Shades of Verdun Green #467600
Tints of Verdun Green #467600
RGB
CMYK
RGB Variations
Color information
#467600 (or 0x467600) is known color: Verdun Green. HEX triplet: 46, 76 and 00. RGB value is (70,118,0). Sum of RGB (Red+Green+Blue) = 70+118+0=188 (24% of max value = 765). Red value is 70 (27.73% from 255 or 37.23% from 188); Green value is 118 (46.48% from 255 or 62.77% from 188); Blue value is 0 (0.39% from 255 or 0% from 188); Max value from RGB is 118 - color contains mainly: green. Hex color #467600 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #467600 is #B989FF. Grayscale: #5A5A5A. Windows color (decimal): -12159488 or 30278. OLE color: 30278.
HSL color Cylindrical-coordinate representation of color #467600: hue angle of 84.41º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #467600 is Cyan = 0.41, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 70 | 118 | 0 | - |
| CMYK | 0.41 | 0 | 1 | 0.54 |
| HSL | 84.41º | 1% | 0.23% | - |
| HSV(B) | 84.41º | 1% | 0.46% | - |
| XYZ | 9 | 14.26 | 2.28 | - |
| YUV | 90.2 | 77.1 | 113.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 118 | 0 | 0.41 | 0 | 1 | 0.54 | 84.41 | 1 | 0.23 |
| Hex | 46 | 76 | 0 | 29 | 0 | 64 | 36 | 54 | 64 | 17 |
| Octal | 106 | 166 | 0 | 51 | 0 | 144 | 66 | 124 | 144 | 27 |
| Binary | 1000110 | 1110110 | 0 | 101001 | 0 | 1100100 | 110110 | 1010100 | 1100100 | 10111 |
Color Harmonies of #467600
Complementary color
Monochromatic Colors of #467600
Black with #467600
Text Example
Text Example
White with #467600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #467600; }
p { color: rgb(70,118,0); }
H1.HeaderClassName
{
color: #467600;
}
.AnyTagClassName
{
color: #467600;
}
</style>
background-color css
<style>
a { background-color: #467600; }
a { background-color: rgb(70,118,0); }
div.DivClassName
{
background-color: #467600;
}
.BgClassName
{
background-color: #467600;
}
</style>
border-color css
<style>
span { border-color: #467600; }
span { border-color: rgb(70,118,0); }
td.TdClassName
{
border-color: #467600;
}
.TagClassName
{
border-color: #467600;
}
</style>