Shades of Verdun Green #466F0A
Tints of Verdun Green #466F0A
RGB
CMYK
RGB Variations
Color information
#466F0A (or 0x466F0A) is known color: Verdun Green. HEX triplet: 46, 6F and 0A. RGB value is (70,111,10). Sum of RGB (Red+Green+Blue) = 70+111+10=191 (25% of max value = 765). Red value is 70 (27.73% from 255 or 36.65% from 191); Green value is 111 (43.75% from 255 or 58.12% from 191); Blue value is 10 (4.30% from 255 or 5.24% from 191); Max value from RGB is 111 - color contains mainly: green. Hex color #466F0A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #466F0A is #B990F5. Grayscale: #575757. Windows color (decimal): -12161270 or 683846. OLE color: 683846.
HSL color Cylindrical-coordinate representation of color #466F0A: hue angle of 84.36º degrees, saturation: 0.83, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #466F0A is Cyan = 0.37, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 70 | 111 | 10 | - |
| CMYK | 0.37 | 0 | 0.91 | 0.56 |
| HSL | 84.36º | 0.83% | 0.24% | - |
| HSV(B) | 84.36º | 0.91% | 0.44% | - |
| XYZ | 8.27 | 12.69 | 2.3 | - |
| YUV | 87.23 | 84.42 | 115.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 111 | 10 | 0.37 | 0 | 0.91 | 0.56 | 84.36 | 0.83 | 0.24 |
| Hex | 46 | 6F | A | 25 | 0 | 5B | 38 | 54 | 53 | 18 |
| Octal | 106 | 157 | 12 | 45 | 0 | 133 | 70 | 124 | 123 | 30 |
| Binary | 1000110 | 1101111 | 1010 | 100101 | 0 | 1011011 | 111000 | 1010100 | 1010011 | 11000 |
Color Harmonies of #466F0A
Complementary color
Monochromatic Colors of #466F0A
Black with #466F0A
Text Example
Text Example
White with #466F0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #466F0A; }
p { color: rgb(70,111,10); }
H1.HeaderClassName
{
color: #466F0A;
}
.AnyTagClassName
{
color: #466F0A;
}
</style>
background-color css
<style>
a { background-color: #466F0A; }
a { background-color: rgb(70,111,10); }
div.DivClassName
{
background-color: #466F0A;
}
.BgClassName
{
background-color: #466F0A;
}
</style>
border-color css
<style>
span { border-color: #466F0A; }
span { border-color: rgb(70,111,10); }
td.TdClassName
{
border-color: #466F0A;
}
.TagClassName
{
border-color: #466F0A;
}
</style>