Shades of Verdun Green #467402
Tints of Verdun Green #467402
RGB
CMYK
RGB Variations
Color information
#467402 (or 0x467402) is known color: Verdun Green. HEX triplet: 46, 74 and 02. RGB value is (70,116,2). Sum of RGB (Red+Green+Blue) = 70+116+2=188 (24% of max value = 765). Red value is 70 (27.73% from 255 or 37.23% from 188); Green value is 116 (45.70% from 255 or 61.70% from 188); Blue value is 2 (1.17% from 255 or 1.06% from 188); Max value from RGB is 116 - color contains mainly: green. Hex color #467402 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #467402 is #B98BFD. Grayscale: #595959. Windows color (decimal): -12159998 or 160838. OLE color: 160838.
HSL color Cylindrical-coordinate representation of color #467402: hue angle of 84.21º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #467402 is Cyan = 0.40, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 70 | 116 | 2 | - |
| CMYK | 0.40 | 0 | 0.98 | 0.55 |
| HSL | 84.21º | 0.97% | 0.23% | - |
| HSV(B) | 84.21º | 0.98% | 0.45% | - |
| XYZ | 8.78 | 13.8 | 2.26 | - |
| YUV | 89.25 | 78.76 | 114.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 116 | 2 | 0.40 | 0 | 0.98 | 0.55 | 84.21 | 0.97 | 0.23 |
| Hex | 46 | 74 | 2 | 28 | 0 | 62 | 37 | 54 | 61 | 17 |
| Octal | 106 | 164 | 2 | 50 | 0 | 142 | 67 | 124 | 141 | 27 |
| Binary | 1000110 | 1110100 | 10 | 101000 | 0 | 1100010 | 110111 | 1010100 | 1100001 | 10111 |
Color Harmonies of #467402
Complementary color
Monochromatic Colors of #467402
Black with #467402
Text Example
Text Example
White with #467402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #467402; }
p { color: rgb(70,116,2); }
H1.HeaderClassName
{
color: #467402;
}
.AnyTagClassName
{
color: #467402;
}
</style>
background-color css
<style>
a { background-color: #467402; }
a { background-color: rgb(70,116,2); }
div.DivClassName
{
background-color: #467402;
}
.BgClassName
{
background-color: #467402;
}
</style>
border-color css
<style>
span { border-color: #467402; }
span { border-color: rgb(70,116,2); }
td.TdClassName
{
border-color: #467402;
}
.TagClassName
{
border-color: #467402;
}
</style>