Shades of Verdun Green #467203
Tints of Verdun Green #467203
RGB
CMYK
RGB Variations
Color information
#467203 (or 0x467203) is known color: Verdun Green. HEX triplet: 46, 72 and 03. RGB value is (70,114,3). Sum of RGB (Red+Green+Blue) = 70+114+3=187 (24% of max value = 765). Red value is 70 (27.73% from 255 or 37.43% from 187); Green value is 114 (44.92% from 255 or 60.96% from 187); Blue value is 3 (1.56% from 255 or 1.60% from 187); Max value from RGB is 114 - color contains mainly: green. Hex color #467203 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #467203 is #B98DFC. Grayscale: #585858. Windows color (decimal): -12160509 or 225862. OLE color: 225862.
HSL color Cylindrical-coordinate representation of color #467203: hue angle of 83.78º 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 #467203 is Cyan = 0.39, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 70 | 114 | 3 | - |
| CMYK | 0.39 | 0 | 0.97 | 0.55 |
| HSL | 83.78º | 0.95% | 0.23% | - |
| HSV(B) | 83.78º | 0.97% | 0.45% | - |
| XYZ | 8.56 | 13.34 | 2.21 | - |
| YUV | 88.19 | 79.92 | 115.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 114 | 3 | 0.39 | 0 | 0.97 | 0.55 | 83.78 | 0.95 | 0.23 |
| Hex | 46 | 72 | 3 | 27 | 0 | 61 | 37 | 54 | 5F | 17 |
| Octal | 106 | 162 | 3 | 47 | 0 | 141 | 67 | 124 | 137 | 27 |
| Binary | 1000110 | 1110010 | 11 | 100111 | 0 | 1100001 | 110111 | 1010100 | 1011111 | 10111 |
Color Harmonies of #467203
Complementary color
Monochromatic Colors of #467203
Black with #467203
Text Example
Text Example
White with #467203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #467203; }
p { color: rgb(70,114,3); }
H1.HeaderClassName
{
color: #467203;
}
.AnyTagClassName
{
color: #467203;
}
</style>
background-color css
<style>
a { background-color: #467203; }
a { background-color: rgb(70,114,3); }
div.DivClassName
{
background-color: #467203;
}
.BgClassName
{
background-color: #467203;
}
</style>
border-color css
<style>
span { border-color: #467203; }
span { border-color: rgb(70,114,3); }
td.TdClassName
{
border-color: #467203;
}
.TagClassName
{
border-color: #467203;
}
</style>