Shades of Verdun Green #464E08
Tints of Verdun Green #464E08
RGB
CMYK
RGB Variations
Color information
#464E08 (or 0x464E08) is known color: Verdun Green. HEX triplet: 46, 4E and 08. RGB value is (70,78,8). Sum of RGB (Red+Green+Blue) = 70+78+8=156 (20% of max value = 765). Red value is 70 (27.73% from 255 or 44.87% from 156); Green value is 78 (30.86% from 255 or 50% from 156); Blue value is 8 (3.52% from 255 or 5.13% from 156); Max value from RGB is 78 - color contains mainly: green. Hex color #464E08 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #464E08 is #B9B1F7. Grayscale: #434343. Windows color (decimal): -12169720 or 544326. OLE color: 544326.
HSL color Cylindrical-coordinate representation of color #464E08: hue angle of 66.86º degrees, saturation: 0.81, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #464E08 is Cyan = 0.10, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 70 | 78 | 8 | - |
| CMYK | 0.10 | 0 | 0.90 | 0.69 |
| HSL | 66.86º | 0.81% | 0.17% | - |
| HSV(B) | 66.86º | 0.9% | 0.31% | - |
| XYZ | 5.29 | 6.77 | 1.26 | - |
| YUV | 67.63 | 94.35 | 129.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 78 | 8 | 0.10 | 0 | 0.90 | 0.69 | 66.86 | 0.81 | 0.17 |
| Hex | 46 | 4E | 8 | A | 0 | 5A | 45 | 43 | 51 | 11 |
| Octal | 106 | 116 | 10 | 12 | 0 | 132 | 105 | 103 | 121 | 21 |
| Binary | 1000110 | 1001110 | 1000 | 1010 | 0 | 1011010 | 1000101 | 1000011 | 1010001 | 10001 |
Color Harmonies of #464E08
Complementary color
Monochromatic Colors of #464E08
Black with #464E08
Text Example
Text Example
White with #464E08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464E08; }
p { color: rgb(70,78,8); }
H1.HeaderClassName
{
color: #464E08;
}
.AnyTagClassName
{
color: #464E08;
}
</style>
background-color css
<style>
a { background-color: #464E08; }
a { background-color: rgb(70,78,8); }
div.DivClassName
{
background-color: #464E08;
}
.BgClassName
{
background-color: #464E08;
}
</style>
border-color css
<style>
span { border-color: #464E08; }
span { border-color: rgb(70,78,8); }
td.TdClassName
{
border-color: #464E08;
}
.TagClassName
{
border-color: #464E08;
}
</style>