Shades of Verdun Green #46580C
Tints of Verdun Green #46580C
RGB
CMYK
RGB Variations
Color information
#46580C (or 0x46580C) is known color: Verdun Green. HEX triplet: 46, 58 and 0C. RGB value is (70,88,12). Sum of RGB (Red+Green+Blue) = 70+88+12=170 (22% of max value = 765). Red value is 70 (27.73% from 255 or 41.18% from 170); Green value is 88 (34.77% from 255 or 51.76% from 170); Blue value is 12 (5.08% from 255 or 7.06% from 170); Max value from RGB is 88 - color contains mainly: green. Hex color #46580C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #46580C is #B9A7F3. Grayscale: #4A4A4A. Windows color (decimal): -12167156 or 809030. OLE color: 809030.
HSL color Cylindrical-coordinate representation of color #46580C: hue angle of 74.21º degrees, saturation: 0.76, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #46580C is Cyan = 0.20, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 70 | 88 | 12 | - |
| CMYK | 0.20 | 0 | 0.86 | 0.65 |
| HSL | 74.21º | 0.76% | 0.2% | - |
| HSV(B) | 74.21º | 0.86% | 0.35% | - |
| XYZ | 6.08 | 8.31 | 1.63 | - |
| YUV | 73.95 | 93.04 | 125.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 88 | 12 | 0.20 | 0 | 0.86 | 0.65 | 74.21 | 0.76 | 0.2 |
| Hex | 46 | 58 | C | 14 | 0 | 56 | 41 | 4A | 4C | 14 |
| Octal | 106 | 130 | 14 | 24 | 0 | 126 | 101 | 112 | 114 | 24 |
| Binary | 1000110 | 1011000 | 1100 | 10100 | 0 | 1010110 | 1000001 | 1001010 | 1001100 | 10100 |
Color Harmonies of #46580C
Complementary color
Monochromatic Colors of #46580C
Black with #46580C
Text Example
Text Example
White with #46580C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46580C; }
p { color: rgb(70,88,12); }
H1.HeaderClassName
{
color: #46580C;
}
.AnyTagClassName
{
color: #46580C;
}
</style>
background-color css
<style>
a { background-color: #46580C; }
a { background-color: rgb(70,88,12); }
div.DivClassName
{
background-color: #46580C;
}
.BgClassName
{
background-color: #46580C;
}
</style>
border-color css
<style>
span { border-color: #46580C; }
span { border-color: rgb(70,88,12); }
td.TdClassName
{
border-color: #46580C;
}
.TagClassName
{
border-color: #46580C;
}
</style>