Shades of Verdun Green #464C0E
Tints of Verdun Green #464C0E
RGB
CMYK
RGB Variations
Color information
#464C0E (or 0x464C0E) is known color: Verdun Green. HEX triplet: 46, 4C and 0E. RGB value is (70,76,14). Sum of RGB (Red+Green+Blue) = 70+76+14=160 (21% of max value = 765). Red value is 70 (27.73% from 255 or 43.75% from 160); Green value is 76 (30.08% from 255 or 47.5% from 160); Blue value is 14 (5.86% from 255 or 8.75% from 160); Max value from RGB is 76 - color contains mainly: green. Hex color #464C0E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #464C0E is #B9B3F1. Grayscale: #434343. Windows color (decimal): -12170226 or 937030. OLE color: 937030.
HSL color Cylindrical-coordinate representation of color #464C0E: hue angle of 65.81º degrees, saturation: 0.69, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #464C0E is Cyan = 0.08, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 70 | 76 | 14 | - |
| CMYK | 0.08 | 0 | 0.82 | 0.70 |
| HSL | 65.81º | 0.69% | 0.18% | - |
| HSV(B) | 65.81º | 0.82% | 0.3% | - |
| XYZ | 5.19 | 6.5 | 1.4 | - |
| YUV | 67.14 | 98.01 | 130.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 76 | 14 | 0.08 | 0 | 0.82 | 0.70 | 65.81 | 0.69 | 0.18 |
| Hex | 46 | 4C | E | 8 | 0 | 52 | 46 | 42 | 45 | 12 |
| Octal | 106 | 114 | 16 | 10 | 0 | 122 | 106 | 102 | 105 | 22 |
| Binary | 1000110 | 1001100 | 1110 | 1000 | 0 | 1010010 | 1000110 | 1000010 | 1000101 | 10010 |
Color Harmonies of #464C0E
Complementary color
Monochromatic Colors of #464C0E
Black with #464C0E
Text Example
Text Example
White with #464C0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464C0E; }
p { color: rgb(70,76,14); }
H1.HeaderClassName
{
color: #464C0E;
}
.AnyTagClassName
{
color: #464C0E;
}
</style>
background-color css
<style>
a { background-color: #464C0E; }
a { background-color: rgb(70,76,14); }
div.DivClassName
{
background-color: #464C0E;
}
.BgClassName
{
background-color: #464C0E;
}
</style>
border-color css
<style>
span { border-color: #464C0E; }
span { border-color: rgb(70,76,14); }
td.TdClassName
{
border-color: #464C0E;
}
.TagClassName
{
border-color: #464C0E;
}
</style>