Shades of Verdun Green #466303
Tints of Verdun Green #466303
RGB
CMYK
RGB Variations
Color information
#466303 (or 0x466303) is known color: Verdun Green. HEX triplet: 46, 63 and 03. RGB value is (70,99,3). Sum of RGB (Red+Green+Blue) = 70+99+3=172 (22% of max value = 765). Red value is 70 (27.73% from 255 or 40.70% from 172); Green value is 99 (39.06% from 255 or 57.56% from 172); Blue value is 3 (1.56% from 255 or 1.74% from 172); Max value from RGB is 99 - color contains mainly: green. Hex color #466303 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #466303 is #B99CFC. Grayscale: #4F4F4F. Windows color (decimal): -12164349 or 222022. OLE color: 222022.
HSL color Cylindrical-coordinate representation of color #466303: hue angle of 78.12º 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 #466303 is Cyan = 0.29, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 70 | 99 | 3 | - |
| CMYK | 0.29 | 0 | 0.97 | 0.61 |
| HSL | 78.12º | 0.94% | 0.2% | - |
| HSV(B) | 78.12º | 0.97% | 0.39% | - |
| XYZ | 7 | 10.23 | 1.69 | - |
| YUV | 79.39 | 84.89 | 121.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 99 | 3 | 0.29 | 0 | 0.97 | 0.61 | 78.12 | 0.94 | 0.2 |
| Hex | 46 | 63 | 3 | 1D | 0 | 61 | 3D | 4E | 5E | 14 |
| Octal | 106 | 143 | 3 | 35 | 0 | 141 | 75 | 116 | 136 | 24 |
| Binary | 1000110 | 1100011 | 11 | 11101 | 0 | 1100001 | 111101 | 1001110 | 1011110 | 10100 |
Color Harmonies of #466303
Complementary color
Monochromatic Colors of #466303
Black with #466303
Text Example
Text Example
White with #466303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #466303; }
p { color: rgb(70,99,3); }
H1.HeaderClassName
{
color: #466303;
}
.AnyTagClassName
{
color: #466303;
}
</style>
background-color css
<style>
a { background-color: #466303; }
a { background-color: rgb(70,99,3); }
div.DivClassName
{
background-color: #466303;
}
.BgClassName
{
background-color: #466303;
}
</style>
border-color css
<style>
span { border-color: #466303; }
span { border-color: rgb(70,99,3); }
td.TdClassName
{
border-color: #466303;
}
.TagClassName
{
border-color: #466303;
}
</style>