Shades of Verdun Green #467105
Tints of Verdun Green #467105
RGB
CMYK
RGB Variations
Color information
#467105 (or 0x467105) is known color: Verdun Green. HEX triplet: 46, 71 and 05. RGB value is (70,113,5). Sum of RGB (Red+Green+Blue) = 70+113+5=188 (24% of max value = 765). Red value is 70 (27.73% from 255 or 37.23% from 188); Green value is 113 (44.53% from 255 or 60.11% from 188); Blue value is 5 (2.34% from 255 or 2.66% from 188); Max value from RGB is 113 - color contains mainly: green. Hex color #467105 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #467105 is #B98EFA. Grayscale: #585858. Windows color (decimal): -12160763 or 356678. OLE color: 356678.
HSL color Cylindrical-coordinate representation of color #467105: hue angle of 83.89º degrees, saturation: 0.92, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #467105 is Cyan = 0.38, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 70 | 113 | 5 | - |
| CMYK | 0.38 | 0 | 0.96 | 0.56 |
| HSL | 83.89º | 0.92% | 0.23% | - |
| HSV(B) | 83.89º | 0.96% | 0.44% | - |
| XYZ | 8.46 | 13.12 | 2.23 | - |
| YUV | 87.83 | 81.25 | 115.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 113 | 5 | 0.38 | 0 | 0.96 | 0.56 | 83.89 | 0.92 | 0.23 |
| Hex | 46 | 71 | 5 | 26 | 0 | 60 | 38 | 54 | 5C | 17 |
| Octal | 106 | 161 | 5 | 46 | 0 | 140 | 70 | 124 | 134 | 27 |
| Binary | 1000110 | 1110001 | 101 | 100110 | 0 | 1100000 | 111000 | 1010100 | 1011100 | 10111 |
Color Harmonies of #467105
Complementary color
Monochromatic Colors of #467105
Black with #467105
Text Example
Text Example
White with #467105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #467105; }
p { color: rgb(70,113,5); }
H1.HeaderClassName
{
color: #467105;
}
.AnyTagClassName
{
color: #467105;
}
</style>
background-color css
<style>
a { background-color: #467105; }
a { background-color: rgb(70,113,5); }
div.DivClassName
{
background-color: #467105;
}
.BgClassName
{
background-color: #467105;
}
</style>
border-color css
<style>
span { border-color: #467105; }
span { border-color: rgb(70,113,5); }
td.TdClassName
{
border-color: #467105;
}
.TagClassName
{
border-color: #467105;
}
</style>