Shades of Verdun Green #464306
Tints of Verdun Green #464306
RGB
CMYK
RGB Variations
Color information
#464306 (or 0x464306) is known color: Verdun Green. HEX triplet: 46, 43 and 06. RGB value is (70,67,6). Sum of RGB (Red+Green+Blue) = 70+67+6=143 (18% of max value = 765). Red value is 70 (27.73% from 255 or 48.95% from 143); Green value is 67 (26.56% from 255 or 46.85% from 143); Blue value is 6 (2.73% from 255 or 4.20% from 143); Max value from RGB is 70 - color contains mainly: red. Hex color #464306 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #464306 is #B9BCF9. Grayscale: #3D3D3D. Windows color (decimal): -12172538 or 410438. OLE color: 410438.
HSL color Cylindrical-coordinate representation of color #464306: hue angle of 57.19º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #464306 is Cyan = 0, Magento = 0.04, Yellow = 0.91 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 67 | 6 | - |
| CMYK | 0 | 0.04 | 0.91 | 0.73 |
| HSL | 57.19º | 0.84% | 0.15% | - |
| HSV(B) | 57.19º | 0.91% | 0.27% | - |
| XYZ | 4.57 | 5.33 | 0.96 | - |
| YUV | 60.94 | 96.99 | 134.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 67 | 6 | 0 | 0.04 | 0.91 | 0.73 | 57.19 | 0.84 | 0.15 |
| Hex | 46 | 43 | 6 | 0 | 4 | 5B | 49 | 39 | 54 | F |
| Octal | 106 | 103 | 6 | 0 | 4 | 133 | 111 | 71 | 124 | 17 |
| Binary | 1000110 | 1000011 | 110 | 0 | 100 | 1011011 | 1001001 | 111001 | 1010100 | 1111 |
Color Harmonies of #464306
Complementary color
Monochromatic Colors of #464306
Black with #464306
Text Example
Text Example
White with #464306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464306; }
p { color: rgb(70,67,6); }
H1.HeaderClassName
{
color: #464306;
}
.AnyTagClassName
{
color: #464306;
}
</style>
background-color css
<style>
a { background-color: #464306; }
a { background-color: rgb(70,67,6); }
div.DivClassName
{
background-color: #464306;
}
.BgClassName
{
background-color: #464306;
}
</style>
border-color css
<style>
span { border-color: #464306; }
span { border-color: rgb(70,67,6); }
td.TdClassName
{
border-color: #464306;
}
.TagClassName
{
border-color: #464306;
}
</style>