Shades of Verdun Green #467103
Tints of Verdun Green #467103
RGB
CMYK
RGB Variations
Color information
#467103 (or 0x467103) is known color: Verdun Green. HEX triplet: 46, 71 and 03. RGB value is (70,113,3). Sum of RGB (Red+Green+Blue) = 70+113+3=186 (24% of max value = 765). Red value is 70 (27.73% from 255 or 37.63% from 186); Green value is 113 (44.53% from 255 or 60.75% from 186); Blue value is 3 (1.56% from 255 or 1.61% from 186); Max value from RGB is 113 - color contains mainly: green. Hex color #467103 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #467103 is #B98EFC. Grayscale: #585858. Windows color (decimal): -12160765 or 225606. OLE color: 225606.
HSL color Cylindrical-coordinate representation of color #467103: hue angle of 83.45º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #467103 is Cyan = 0.38, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 70 | 113 | 3 | - |
| CMYK | 0.38 | 0 | 0.97 | 0.56 |
| HSL | 83.45º | 0.95% | 0.23% | - |
| HSV(B) | 83.45º | 0.97% | 0.44% | - |
| XYZ | 8.45 | 13.12 | 2.17 | - |
| YUV | 87.6 | 80.25 | 115.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 113 | 3 | 0.38 | 0 | 0.97 | 0.56 | 83.45 | 0.95 | 0.23 |
| Hex | 46 | 71 | 3 | 26 | 0 | 61 | 38 | 53 | 5F | 17 |
| Octal | 106 | 161 | 3 | 46 | 0 | 141 | 70 | 123 | 137 | 27 |
| Binary | 1000110 | 1110001 | 11 | 100110 | 0 | 1100001 | 111000 | 1010011 | 1011111 | 10111 |
Color Harmonies of #467103
Complementary color
Monochromatic Colors of #467103
Black with #467103
Text Example
Text Example
White with #467103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #467103; }
p { color: rgb(70,113,3); }
H1.HeaderClassName
{
color: #467103;
}
.AnyTagClassName
{
color: #467103;
}
</style>
background-color css
<style>
a { background-color: #467103; }
a { background-color: rgb(70,113,3); }
div.DivClassName
{
background-color: #467103;
}
.BgClassName
{
background-color: #467103;
}
</style>
border-color css
<style>
span { border-color: #467103; }
span { border-color: rgb(70,113,3); }
td.TdClassName
{
border-color: #467103;
}
.TagClassName
{
border-color: #467103;
}
</style>