Shades of Verdun Green #466B07
Tints of Verdun Green #466B07
RGB
CMYK
RGB Variations
Color information
#466B07 (or 0x466B07) is known color: Verdun Green. HEX triplet: 46, 6B and 07. RGB value is (70,107,7). Sum of RGB (Red+Green+Blue) = 70+107+7=184 (24% of max value = 765). Red value is 70 (27.73% from 255 or 38.04% from 184); Green value is 107 (42.19% from 255 or 58.15% from 184); Blue value is 7 (3.12% from 255 or 3.80% from 184); Max value from RGB is 107 - color contains mainly: green. Hex color #466B07 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #466B07 is #B994F8. Grayscale: #545454. Windows color (decimal): -12162297 or 486214. OLE color: 486214.
HSL color Cylindrical-coordinate representation of color #466B07: hue angle of 82.2º degrees, saturation: 0.88, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #466B07 is Cyan = 0.35, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 70 | 107 | 7 | - |
| CMYK | 0.35 | 0 | 0.93 | 0.58 |
| HSL | 82.2º | 0.88% | 0.22% | - |
| HSV(B) | 82.2º | 0.93% | 0.42% | - |
| XYZ | 7.82 | 11.83 | 2.07 | - |
| YUV | 84.54 | 84.24 | 117.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 107 | 7 | 0.35 | 0 | 0.93 | 0.58 | 82.2 | 0.88 | 0.22 |
| Hex | 46 | 6B | 7 | 23 | 0 | 5D | 3A | 52 | 58 | 16 |
| Octal | 106 | 153 | 7 | 43 | 0 | 135 | 72 | 122 | 130 | 26 |
| Binary | 1000110 | 1101011 | 111 | 100011 | 0 | 1011101 | 111010 | 1010010 | 1011000 | 10110 |
Color Harmonies of #466B07
Complementary color
Monochromatic Colors of #466B07
Black with #466B07
Text Example
Text Example
White with #466B07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #466B07; }
p { color: rgb(70,107,7); }
H1.HeaderClassName
{
color: #466B07;
}
.AnyTagClassName
{
color: #466B07;
}
</style>
background-color css
<style>
a { background-color: #466B07; }
a { background-color: rgb(70,107,7); }
div.DivClassName
{
background-color: #466B07;
}
.BgClassName
{
background-color: #466B07;
}
</style>
border-color css
<style>
span { border-color: #466B07; }
span { border-color: rgb(70,107,7); }
td.TdClassName
{
border-color: #466B07;
}
.TagClassName
{
border-color: #466B07;
}
</style>