Shades of Verdun Green #466B0F
Tints of Verdun Green #466B0F
RGB
CMYK
RGB Variations
Color information
#466B0F (or 0x466B0F) is known color: Verdun Green. HEX triplet: 46, 6B and 0F. RGB value is (70,107,15). Sum of RGB (Red+Green+Blue) = 70+107+15=192 (25% of max value = 765). Red value is 70 (27.73% from 255 or 36.46% from 192); Green value is 107 (42.19% from 255 or 55.73% from 192); Blue value is 15 (6.25% from 255 or 7.81% from 192); Max value from RGB is 107 - color contains mainly: green. Hex color #466B0F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #466B0F is #B994F0. Grayscale: #555555. Windows color (decimal): -12162289 or 1010502. OLE color: 1010502.
HSL color Cylindrical-coordinate representation of color #466B0F: hue angle of 84.13º degrees, saturation: 0.75, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #466B0F is Cyan = 0.35, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 70 | 107 | 15 | - |
| CMYK | 0.35 | 0 | 0.86 | 0.58 |
| HSL | 84.13º | 0.75% | 0.24% | - |
| HSV(B) | 84.13º | 0.86% | 0.42% | - |
| XYZ | 7.87 | 11.85 | 2.32 | - |
| YUV | 85.45 | 88.24 | 116.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 107 | 15 | 0.35 | 0 | 0.86 | 0.58 | 84.13 | 0.75 | 0.24 |
| Hex | 46 | 6B | F | 23 | 0 | 56 | 3A | 54 | 4B | 18 |
| Octal | 106 | 153 | 17 | 43 | 0 | 126 | 72 | 124 | 113 | 30 |
| Binary | 1000110 | 1101011 | 1111 | 100011 | 0 | 1010110 | 111010 | 1010100 | 1001011 | 11000 |
Color Harmonies of #466B0F
Complementary color
Monochromatic Colors of #466B0F
Black with #466B0F
Text Example
Text Example
White with #466B0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #466B0F; }
p { color: rgb(70,107,15); }
H1.HeaderClassName
{
color: #466B0F;
}
.AnyTagClassName
{
color: #466B0F;
}
</style>
background-color css
<style>
a { background-color: #466B0F; }
a { background-color: rgb(70,107,15); }
div.DivClassName
{
background-color: #466B0F;
}
.BgClassName
{
background-color: #466B0F;
}
</style>
border-color css
<style>
span { border-color: #466B0F; }
span { border-color: rgb(70,107,15); }
td.TdClassName
{
border-color: #466B0F;
}
.TagClassName
{
border-color: #466B0F;
}
</style>