Shades of Verdun Green #467403
Tints of Verdun Green #467403
RGB
CMYK
RGB Variations
Color information
#467403 (or 0x467403) is known color: Verdun Green. HEX triplet: 46, 74 and 03. RGB value is (70,116,3). Sum of RGB (Red+Green+Blue) = 70+116+3=189 (25% of max value = 765). Red value is 70 (27.73% from 255 or 37.04% from 189); Green value is 116 (45.70% from 255 or 61.38% from 189); Blue value is 3 (1.56% from 255 or 1.59% from 189); Max value from RGB is 116 - color contains mainly: green. Hex color #467403 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #467403 is #B98BFC. Grayscale: #595959. Windows color (decimal): -12159997 or 226374. OLE color: 226374.
HSL color Cylindrical-coordinate representation of color #467403: hue angle of 84.42º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #467403 is Cyan = 0.40, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 70 | 116 | 3 | - |
| CMYK | 0.40 | 0 | 0.97 | 0.55 |
| HSL | 84.42º | 0.95% | 0.23% | - |
| HSV(B) | 84.42º | 0.97% | 0.45% | - |
| XYZ | 8.79 | 13.8 | 2.29 | - |
| YUV | 89.36 | 79.26 | 114.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 116 | 3 | 0.40 | 0 | 0.97 | 0.55 | 84.42 | 0.95 | 0.23 |
| Hex | 46 | 74 | 3 | 28 | 0 | 61 | 37 | 54 | 5F | 17 |
| Octal | 106 | 164 | 3 | 50 | 0 | 141 | 67 | 124 | 137 | 27 |
| Binary | 1000110 | 1110100 | 11 | 101000 | 0 | 1100001 | 110111 | 1010100 | 1011111 | 10111 |
Color Harmonies of #467403
Complementary color
Monochromatic Colors of #467403
Black with #467403
Text Example
Text Example
White with #467403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #467403; }
p { color: rgb(70,116,3); }
H1.HeaderClassName
{
color: #467403;
}
.AnyTagClassName
{
color: #467403;
}
</style>
background-color css
<style>
a { background-color: #467403; }
a { background-color: rgb(70,116,3); }
div.DivClassName
{
background-color: #467403;
}
.BgClassName
{
background-color: #467403;
}
</style>
border-color css
<style>
span { border-color: #467403; }
span { border-color: rgb(70,116,3); }
td.TdClassName
{
border-color: #467403;
}
.TagClassName
{
border-color: #467403;
}
</style>