Shades of Verdun Green #46620A
Tints of Verdun Green #46620A
RGB
CMYK
RGB Variations
Color information
#46620A (or 0x46620A) is known color: Verdun Green. HEX triplet: 46, 62 and 0A. RGB value is (70,98,10). Sum of RGB (Red+Green+Blue) = 70+98+10=178 (23% of max value = 765). Red value is 70 (27.73% from 255 or 39.33% from 178); Green value is 98 (38.67% from 255 or 55.06% from 178); Blue value is 10 (4.30% from 255 or 5.62% from 178); Max value from RGB is 98 - color contains mainly: green. Hex color #46620A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #46620A is #B99DF5. Grayscale: #4F4F4F. Windows color (decimal): -12164598 or 680518. OLE color: 680518.
HSL color Cylindrical-coordinate representation of color #46620A: hue angle of 79.09º degrees, saturation: 0.81, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #46620A is Cyan = 0.29, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 70 | 98 | 10 | - |
| CMYK | 0.29 | 0 | 0.90 | 0.62 |
| HSL | 79.09º | 0.81% | 0.21% | - |
| HSV(B) | 79.09º | 0.9% | 0.38% | - |
| XYZ | 6.95 | 10.06 | 1.86 | - |
| YUV | 79.6 | 88.72 | 121.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 98 | 10 | 0.29 | 0 | 0.90 | 0.62 | 79.09 | 0.81 | 0.21 |
| Hex | 46 | 62 | A | 1D | 0 | 5A | 3E | 4F | 51 | 15 |
| Octal | 106 | 142 | 12 | 35 | 0 | 132 | 76 | 117 | 121 | 25 |
| Binary | 1000110 | 1100010 | 1010 | 11101 | 0 | 1011010 | 111110 | 1001111 | 1010001 | 10101 |
Color Harmonies of #46620A
Complementary color
Monochromatic Colors of #46620A
Black with #46620A
Text Example
Text Example
White with #46620A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46620A; }
p { color: rgb(70,98,10); }
H1.HeaderClassName
{
color: #46620A;
}
.AnyTagClassName
{
color: #46620A;
}
</style>
background-color css
<style>
a { background-color: #46620A; }
a { background-color: rgb(70,98,10); }
div.DivClassName
{
background-color: #46620A;
}
.BgClassName
{
background-color: #46620A;
}
</style>
border-color css
<style>
span { border-color: #46620A; }
span { border-color: rgb(70,98,10); }
td.TdClassName
{
border-color: #46620A;
}
.TagClassName
{
border-color: #46620A;
}
</style>