Shades of Verdun Green #467003
Tints of Verdun Green #467003
RGB
CMYK
RGB Variations
Color information
#467003 (or 0x467003) is known color: Verdun Green. HEX triplet: 46, 70 and 03. RGB value is (70,112,3). Sum of RGB (Red+Green+Blue) = 70+112+3=185 (24% of max value = 765). Red value is 70 (27.73% from 255 or 37.84% from 185); Green value is 112 (44.14% from 255 or 60.54% from 185); Blue value is 3 (1.56% from 255 or 1.62% from 185); Max value from RGB is 112 - color contains mainly: green. Hex color #467003 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #467003 is #B98FFC. Grayscale: #575757. Windows color (decimal): -12161021 or 225350. OLE color: 225350.
HSL color Cylindrical-coordinate representation of color #467003: hue angle of 83.12º 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 #467003 is Cyan = 0.38, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 70 | 112 | 3 | - |
| CMYK | 0.38 | 0 | 0.97 | 0.56 |
| HSL | 83.12º | 0.95% | 0.23% | - |
| HSV(B) | 83.12º | 0.97% | 0.44% | - |
| XYZ | 8.34 | 12.9 | 2.14 | - |
| YUV | 87.02 | 80.59 | 115.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 112 | 3 | 0.38 | 0 | 0.97 | 0.56 | 83.12 | 0.95 | 0.23 |
| Hex | 46 | 70 | 3 | 26 | 0 | 61 | 38 | 53 | 5F | 17 |
| Octal | 106 | 160 | 3 | 46 | 0 | 141 | 70 | 123 | 137 | 27 |
| Binary | 1000110 | 1110000 | 11 | 100110 | 0 | 1100001 | 111000 | 1010011 | 1011111 | 10111 |
Color Harmonies of #467003
Complementary color
Monochromatic Colors of #467003
Black with #467003
Text Example
Text Example
White with #467003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #467003; }
p { color: rgb(70,112,3); }
H1.HeaderClassName
{
color: #467003;
}
.AnyTagClassName
{
color: #467003;
}
</style>
background-color css
<style>
a { background-color: #467003; }
a { background-color: rgb(70,112,3); }
div.DivClassName
{
background-color: #467003;
}
.BgClassName
{
background-color: #467003;
}
</style>
border-color css
<style>
span { border-color: #467003; }
span { border-color: rgb(70,112,3); }
td.TdClassName
{
border-color: #467003;
}
.TagClassName
{
border-color: #467003;
}
</style>