Shades of Verdun Green #466003
Tints of Verdun Green #466003
RGB
CMYK
RGB Variations
Color information
#466003 (or 0x466003) is known color: Verdun Green. HEX triplet: 46, 60 and 03. RGB value is (70,96,3). Sum of RGB (Red+Green+Blue) = 70+96+3=169 (22% of max value = 765). Red value is 70 (27.73% from 255 or 41.42% from 169); Green value is 96 (37.89% from 255 or 56.80% from 169); Blue value is 3 (1.56% from 255 or 1.78% from 169); Max value from RGB is 96 - color contains mainly: green. Hex color #466003 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #466003 is #B99FFC. Grayscale: #4D4D4D. Windows color (decimal): -12165117 or 221254. OLE color: 221254.
HSL color Cylindrical-coordinate representation of color #466003: hue angle of 76.77º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #466003 is Cyan = 0.27, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 70 | 96 | 3 | - |
| CMYK | 0.27 | 0 | 0.97 | 0.62 |
| HSL | 76.77º | 0.94% | 0.19% | - |
| HSV(B) | 76.77º | 0.97% | 0.38% | - |
| XYZ | 6.73 | 9.67 | 1.6 | - |
| YUV | 77.62 | 85.89 | 122.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 96 | 3 | 0.27 | 0 | 0.97 | 0.62 | 76.77 | 0.94 | 0.19 |
| Hex | 46 | 60 | 3 | 1B | 0 | 61 | 3E | 4D | 5E | 13 |
| Octal | 106 | 140 | 3 | 33 | 0 | 141 | 76 | 115 | 136 | 23 |
| Binary | 1000110 | 1100000 | 11 | 11011 | 0 | 1100001 | 111110 | 1001101 | 1011110 | 10011 |
Color Harmonies of #466003
Complementary color
Monochromatic Colors of #466003
Black with #466003
Text Example
Text Example
White with #466003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #466003; }
p { color: rgb(70,96,3); }
H1.HeaderClassName
{
color: #466003;
}
.AnyTagClassName
{
color: #466003;
}
</style>
background-color css
<style>
a { background-color: #466003; }
a { background-color: rgb(70,96,3); }
div.DivClassName
{
background-color: #466003;
}
.BgClassName
{
background-color: #466003;
}
</style>
border-color css
<style>
span { border-color: #466003; }
span { border-color: rgb(70,96,3); }
td.TdClassName
{
border-color: #466003;
}
.TagClassName
{
border-color: #466003;
}
</style>