Shades of Verdun Green #46630C
Tints of Verdun Green #46630C
RGB
CMYK
RGB Variations
Color information
#46630C (or 0x46630C) is known color: Verdun Green. HEX triplet: 46, 63 and 0C. RGB value is (70,99,12). Sum of RGB (Red+Green+Blue) = 70+99+12=181 (23% of max value = 765). Red value is 70 (27.73% from 255 or 38.67% from 181); Green value is 99 (39.06% from 255 or 54.70% from 181); Blue value is 12 (5.08% from 255 or 6.63% from 181); Max value from RGB is 99 - color contains mainly: green. Hex color #46630C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #46630C is #B99CF3. Grayscale: #505050. Windows color (decimal): -12164340 or 811846. OLE color: 811846.
HSL color Cylindrical-coordinate representation of color #46630C: hue angle of 80º degrees, saturation: 0.78, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #46630C is Cyan = 0.29, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 70 | 99 | 12 | - |
| CMYK | 0.29 | 0 | 0.88 | 0.61 |
| HSL | 80º | 0.78% | 0.22% | - |
| HSV(B) | 80º | 0.88% | 0.39% | - |
| XYZ | 7.05 | 10.25 | 1.95 | - |
| YUV | 80.41 | 89.39 | 120.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 99 | 12 | 0.29 | 0 | 0.88 | 0.61 | 80 | 0.78 | 0.22 |
| Hex | 46 | 63 | C | 1D | 0 | 58 | 3D | 50 | 4E | 16 |
| Octal | 106 | 143 | 14 | 35 | 0 | 130 | 75 | 120 | 116 | 26 |
| Binary | 1000110 | 1100011 | 1100 | 11101 | 0 | 1011000 | 111101 | 1010000 | 1001110 | 10110 |
Color Harmonies of #46630C
Complementary color
Monochromatic Colors of #46630C
Black with #46630C
Text Example
Text Example
White with #46630C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46630C; }
p { color: rgb(70,99,12); }
H1.HeaderClassName
{
color: #46630C;
}
.AnyTagClassName
{
color: #46630C;
}
</style>
background-color css
<style>
a { background-color: #46630C; }
a { background-color: rgb(70,99,12); }
div.DivClassName
{
background-color: #46630C;
}
.BgClassName
{
background-color: #46630C;
}
</style>
border-color css
<style>
span { border-color: #46630C; }
span { border-color: rgb(70,99,12); }
td.TdClassName
{
border-color: #46630C;
}
.TagClassName
{
border-color: #46630C;
}
</style>