Shades of Verdun Green #466300
Tints of Verdun Green #466300
RGB
CMYK
RGB Variations
Color information
#466300 (or 0x466300) is known color: Verdun Green. HEX triplet: 46, 63 and 00. RGB value is (70,99,0). Sum of RGB (Red+Green+Blue) = 70+99+0=169 (22% of max value = 765). Red value is 70 (27.73% from 255 or 41.42% from 169); Green value is 99 (39.06% from 255 or 58.58% from 169); Blue value is 0 (0.39% from 255 or 0% from 169); Max value from RGB is 99 - color contains mainly: green. Hex color #466300 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #466300 is #B99CFF. Grayscale: #4F4F4F. Windows color (decimal): -12164352 or 25414. OLE color: 25414.
HSL color Cylindrical-coordinate representation of color #466300: hue angle of 77.58º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 1%. Process color model (Four color, CMYK) of #466300 is Cyan = 0.29, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 70 | 99 | 0 | - |
| CMYK | 0.29 | 0 | 1 | 0.61 |
| HSL | 77.58º | 1% | 0.19% | - |
| HSV(B) | 77.58º | 1% | 0.39% | - |
| XYZ | 6.99 | 10.23 | 1.61 | - |
| YUV | 79.04 | 83.39 | 121.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 99 | 0 | 0.29 | 0 | 1 | 0.61 | 77.58 | 1 | 0.19 |
| Hex | 46 | 63 | 0 | 1D | 0 | 64 | 3D | 4E | 64 | 13 |
| Octal | 106 | 143 | 0 | 35 | 0 | 144 | 75 | 116 | 144 | 23 |
| Binary | 1000110 | 1100011 | 0 | 11101 | 0 | 1100100 | 111101 | 1001110 | 1100100 | 10011 |
Color Harmonies of #466300
Complementary color
Monochromatic Colors of #466300
Black with #466300
Text Example
Text Example
White with #466300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #466300; }
p { color: rgb(70,99,0); }
H1.HeaderClassName
{
color: #466300;
}
.AnyTagClassName
{
color: #466300;
}
</style>
background-color css
<style>
a { background-color: #466300; }
a { background-color: rgb(70,99,0); }
div.DivClassName
{
background-color: #466300;
}
.BgClassName
{
background-color: #466300;
}
</style>
border-color css
<style>
span { border-color: #466300; }
span { border-color: rgb(70,99,0); }
td.TdClassName
{
border-color: #466300;
}
.TagClassName
{
border-color: #466300;
}
</style>