Shades of Verdun Green #467100
Tints of Verdun Green #467100
RGB
CMYK
RGB Variations
Color information
#467100 (or 0x467100) is known color: Verdun Green. HEX triplet: 46, 71 and 00. RGB value is (70,113,0). Sum of RGB (Red+Green+Blue) = 70+113+0=183 (24% of max value = 765). Red value is 70 (27.73% from 255 or 38.25% from 183); Green value is 113 (44.53% from 255 or 61.75% from 183); Blue value is 0 (0.39% from 255 or 0% from 183); Max value from RGB is 113 - color contains mainly: green. Hex color #467100 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #467100 is #B98EFF. Grayscale: #575757. Windows color (decimal): -12160768 or 28998. OLE color: 28998.
HSL color Cylindrical-coordinate representation of color #467100: hue angle of 82.83º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #467100 is Cyan = 0.38, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 70 | 113 | 0 | - |
| CMYK | 0.38 | 0 | 1 | 0.56 |
| HSL | 82.83º | 1% | 0.22% | - |
| HSV(B) | 82.83º | 1% | 0.44% | - |
| XYZ | 8.43 | 13.11 | 2.09 | - |
| YUV | 87.26 | 78.75 | 115.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 113 | 0 | 0.38 | 0 | 1 | 0.56 | 82.83 | 1 | 0.22 |
| Hex | 46 | 71 | 0 | 26 | 0 | 64 | 38 | 53 | 64 | 16 |
| Octal | 106 | 161 | 0 | 46 | 0 | 144 | 70 | 123 | 144 | 26 |
| Binary | 1000110 | 1110001 | 0 | 100110 | 0 | 1100100 | 111000 | 1010011 | 1100100 | 10110 |
Color Harmonies of #467100
Complementary color
Monochromatic Colors of #467100
Black with #467100
Text Example
Text Example
White with #467100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #467100; }
p { color: rgb(70,113,0); }
H1.HeaderClassName
{
color: #467100;
}
.AnyTagClassName
{
color: #467100;
}
</style>
background-color css
<style>
a { background-color: #467100; }
a { background-color: rgb(70,113,0); }
div.DivClassName
{
background-color: #467100;
}
.BgClassName
{
background-color: #467100;
}
</style>
border-color css
<style>
span { border-color: #467100; }
span { border-color: rgb(70,113,0); }
td.TdClassName
{
border-color: #467100;
}
.TagClassName
{
border-color: #467100;
}
</style>