Shades of Verdun Green #464E16
Tints of Verdun Green #464E16
RGB
CMYK
RGB Variations
Color information
#464E16 (or 0x464E16) is known color: Verdun Green. HEX triplet: 46, 4E and 16. RGB value is (70,78,22). Sum of RGB (Red+Green+Blue) = 70+78+22=170 (22% of max value = 765). Red value is 70 (27.73% from 255 or 41.18% from 170); Green value is 78 (30.86% from 255 or 45.88% from 170); Blue value is 22 (8.98% from 255 or 12.94% from 170); Max value from RGB is 78 - color contains mainly: green. Hex color #464E16 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #464E16 is #B9B1E9. Grayscale: #454545. Windows color (decimal): -12169706 or 1461830. OLE color: 1461830.
HSL color Cylindrical-coordinate representation of color #464E16: hue angle of 68.57º degrees, saturation: 0.56, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #464E16 is Cyan = 0.10, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 70 | 78 | 22 | - |
| CMYK | 0.10 | 0 | 0.72 | 0.69 |
| HSL | 68.57º | 0.56% | 0.2% | - |
| HSV(B) | 68.57º | 0.72% | 0.31% | - |
| XYZ | 5.39 | 6.81 | 1.79 | - |
| YUV | 69.22 | 101.35 | 128.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 78 | 22 | 0.10 | 0 | 0.72 | 0.69 | 68.57 | 0.56 | 0.2 |
| Hex | 46 | 4E | 16 | A | 0 | 48 | 45 | 45 | 38 | 14 |
| Octal | 106 | 116 | 26 | 12 | 0 | 110 | 105 | 105 | 70 | 24 |
| Binary | 1000110 | 1001110 | 10110 | 1010 | 0 | 1001000 | 1000101 | 1000101 | 111000 | 10100 |
Color Harmonies of #464E16
Complementary color
Monochromatic Colors of #464E16
Black with #464E16
Text Example
Text Example
White with #464E16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464E16; }
p { color: rgb(70,78,22); }
H1.HeaderClassName
{
color: #464E16;
}
.AnyTagClassName
{
color: #464E16;
}
</style>
background-color css
<style>
a { background-color: #464E16; }
a { background-color: rgb(70,78,22); }
div.DivClassName
{
background-color: #464E16;
}
.BgClassName
{
background-color: #464E16;
}
</style>
border-color css
<style>
span { border-color: #464E16; }
span { border-color: rgb(70,78,22); }
td.TdClassName
{
border-color: #464E16;
}
.TagClassName
{
border-color: #464E16;
}
</style>