Shades of Verdun Green #464304
Tints of Verdun Green #464304
RGB
CMYK
RGB Variations
Color information
#464304 (or 0x464304) is known color: Verdun Green. HEX triplet: 46, 43 and 04. RGB value is (70,67,4). Sum of RGB (Red+Green+Blue) = 70+67+4=141 (18% of max value = 765). Red value is 70 (27.73% from 255 or 49.65% from 141); Green value is 67 (26.56% from 255 or 47.52% from 141); Blue value is 4 (1.95% from 255 or 2.84% from 141); Max value from RGB is 70 - color contains mainly: red. Hex color #464304 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #464304 is #B9BCFB. Grayscale: #3C3C3C. Windows color (decimal): -12172540 or 279366. OLE color: 279366.
HSL color Cylindrical-coordinate representation of color #464304: hue angle of 57.27º degrees, saturation: 0.89, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #464304 is Cyan = 0, Magento = 0.04, Yellow = 0.94 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 67 | 4 | - |
| CMYK | 0 | 0.04 | 0.94 | 0.73 |
| HSL | 57.27º | 0.89% | 0.15% | - |
| HSV(B) | 57.27º | 0.94% | 0.27% | - |
| XYZ | 4.55 | 5.33 | 0.9 | - |
| YUV | 60.72 | 95.99 | 134.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 67 | 4 | 0 | 0.04 | 0.94 | 0.73 | 57.27 | 0.89 | 0.15 |
| Hex | 46 | 43 | 4 | 0 | 4 | 5E | 49 | 39 | 59 | F |
| Octal | 106 | 103 | 4 | 0 | 4 | 136 | 111 | 71 | 131 | 17 |
| Binary | 1000110 | 1000011 | 100 | 0 | 100 | 1011110 | 1001001 | 111001 | 1011001 | 1111 |
Color Harmonies of #464304
Complementary color
Monochromatic Colors of #464304
Black with #464304
Text Example
Text Example
White with #464304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464304; }
p { color: rgb(70,67,4); }
H1.HeaderClassName
{
color: #464304;
}
.AnyTagClassName
{
color: #464304;
}
</style>
background-color css
<style>
a { background-color: #464304; }
a { background-color: rgb(70,67,4); }
div.DivClassName
{
background-color: #464304;
}
.BgClassName
{
background-color: #464304;
}
</style>
border-color css
<style>
span { border-color: #464304; }
span { border-color: rgb(70,67,4); }
td.TdClassName
{
border-color: #464304;
}
.TagClassName
{
border-color: #464304;
}
</style>