Shades of Verdun Green #467300
Tints of Verdun Green #467300
RGB
CMYK
RGB Variations
Color information
#467300 (or 0x467300) is known color: Verdun Green. HEX triplet: 46, 73 and 00. RGB value is (70,115,0). Sum of RGB (Red+Green+Blue) = 70+115+0=185 (24% of max value = 765). Red value is 70 (27.73% from 255 or 37.84% from 185); Green value is 115 (45.31% from 255 or 62.16% from 185); Blue value is 0 (0.39% from 255 or 0% from 185); Max value from RGB is 115 - color contains mainly: green. Hex color #467300 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #467300 is #B98CFF. Grayscale: #585858. Windows color (decimal): -12160256 or 29510. OLE color: 29510.
HSL color Cylindrical-coordinate representation of color #467300: hue angle of 83.48º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #467300 is Cyan = 0.39, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 70 | 115 | 0 | - |
| CMYK | 0.39 | 0 | 1 | 0.55 |
| HSL | 83.48º | 1% | 0.23% | - |
| HSV(B) | 83.48º | 1% | 0.45% | - |
| XYZ | 8.66 | 13.56 | 2.16 | - |
| YUV | 88.44 | 78.09 | 114.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 115 | 0 | 0.39 | 0 | 1 | 0.55 | 83.48 | 1 | 0.23 |
| Hex | 46 | 73 | 0 | 27 | 0 | 64 | 37 | 53 | 64 | 17 |
| Octal | 106 | 163 | 0 | 47 | 0 | 144 | 67 | 123 | 144 | 27 |
| Binary | 1000110 | 1110011 | 0 | 100111 | 0 | 1100100 | 110111 | 1010011 | 1100100 | 10111 |
Color Harmonies of #467300
Complementary color
Monochromatic Colors of #467300
Black with #467300
Text Example
Text Example
White with #467300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #467300; }
p { color: rgb(70,115,0); }
H1.HeaderClassName
{
color: #467300;
}
.AnyTagClassName
{
color: #467300;
}
</style>
background-color css
<style>
a { background-color: #467300; }
a { background-color: rgb(70,115,0); }
div.DivClassName
{
background-color: #467300;
}
.BgClassName
{
background-color: #467300;
}
</style>
border-color css
<style>
span { border-color: #467300; }
span { border-color: rgb(70,115,0); }
td.TdClassName
{
border-color: #467300;
}
.TagClassName
{
border-color: #467300;
}
</style>