Shades of Verdun Green #466403
Tints of Verdun Green #466403
RGB
CMYK
RGB Variations
Color information
#466403 (or 0x466403) is known color: Verdun Green. HEX triplet: 46, 64 and 03. RGB value is (70,100,3). Sum of RGB (Red+Green+Blue) = 70+100+3=173 (22% of max value = 765). Red value is 70 (27.73% from 255 or 40.46% from 173); Green value is 100 (39.45% from 255 or 57.80% from 173); Blue value is 3 (1.56% from 255 or 1.73% from 173); Max value from RGB is 100 - color contains mainly: green. Hex color #466403 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #466403 is #B99BFC. Grayscale: #505050. Windows color (decimal): -12164093 or 222278. OLE color: 222278.
HSL color Cylindrical-coordinate representation of color #466403: hue angle of 78.56º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #466403 is Cyan = 0.30, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 70 | 100 | 3 | - |
| CMYK | 0.30 | 0 | 0.97 | 0.61 |
| HSL | 78.56º | 0.94% | 0.2% | - |
| HSV(B) | 78.56º | 0.97% | 0.39% | - |
| XYZ | 7.1 | 10.42 | 1.72 | - |
| YUV | 79.97 | 84.56 | 120.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 100 | 3 | 0.30 | 0 | 0.97 | 0.61 | 78.56 | 0.94 | 0.2 |
| Hex | 46 | 64 | 3 | 1E | 0 | 61 | 3D | 4F | 5E | 14 |
| Octal | 106 | 144 | 3 | 36 | 0 | 141 | 75 | 117 | 136 | 24 |
| Binary | 1000110 | 1100100 | 11 | 11110 | 0 | 1100001 | 111101 | 1001111 | 1011110 | 10100 |
Color Harmonies of #466403
Complementary color
Monochromatic Colors of #466403
Black with #466403
Text Example
Text Example
White with #466403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #466403; }
p { color: rgb(70,100,3); }
H1.HeaderClassName
{
color: #466403;
}
.AnyTagClassName
{
color: #466403;
}
</style>
background-color css
<style>
a { background-color: #466403; }
a { background-color: rgb(70,100,3); }
div.DivClassName
{
background-color: #466403;
}
.BgClassName
{
background-color: #466403;
}
</style>
border-color css
<style>
span { border-color: #466403; }
span { border-color: rgb(70,100,3); }
td.TdClassName
{
border-color: #466403;
}
.TagClassName
{
border-color: #466403;
}
</style>