Shades of Verdun Green #467500
Tints of Verdun Green #467500
RGB
CMYK
RGB Variations
Color information
#467500 (or 0x467500) is known color: Verdun Green. HEX triplet: 46, 75 and 00. RGB value is (70,117,0). Sum of RGB (Red+Green+Blue) = 70+117+0=187 (24% of max value = 765). Red value is 70 (27.73% from 255 or 37.43% from 187); Green value is 117 (46.09% from 255 or 62.57% from 187); Blue value is 0 (0.39% from 255 or 0% from 187); Max value from RGB is 117 - color contains mainly: green. Hex color #467500 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #467500 is #B98AFF. Grayscale: #5A5A5A. Windows color (decimal): -12159744 or 30022. OLE color: 30022.
HSL color Cylindrical-coordinate representation of color #467500: hue angle of 84.1º 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 #467500 is Cyan = 0.40, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 70 | 117 | 0 | - |
| CMYK | 0.40 | 0 | 1 | 0.54 |
| HSL | 84.1º | 1% | 0.23% | - |
| HSV(B) | 84.1º | 1% | 0.46% | - |
| XYZ | 8.89 | 14.02 | 2.24 | - |
| YUV | 89.61 | 77.43 | 114.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 117 | 0 | 0.40 | 0 | 1 | 0.54 | 84.1 | 1 | 0.23 |
| Hex | 46 | 75 | 0 | 28 | 0 | 64 | 36 | 54 | 64 | 17 |
| Octal | 106 | 165 | 0 | 50 | 0 | 144 | 66 | 124 | 144 | 27 |
| Binary | 1000110 | 1110101 | 0 | 101000 | 0 | 1100100 | 110110 | 1010100 | 1100100 | 10111 |
Color Harmonies of #467500
Complementary color
Monochromatic Colors of #467500
Black with #467500
Text Example
Text Example
White with #467500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #467500; }
p { color: rgb(70,117,0); }
H1.HeaderClassName
{
color: #467500;
}
.AnyTagClassName
{
color: #467500;
}
</style>
background-color css
<style>
a { background-color: #467500; }
a { background-color: rgb(70,117,0); }
div.DivClassName
{
background-color: #467500;
}
.BgClassName
{
background-color: #467500;
}
</style>
border-color css
<style>
span { border-color: #467500; }
span { border-color: rgb(70,117,0); }
td.TdClassName
{
border-color: #467500;
}
.TagClassName
{
border-color: #467500;
}
</style>