Shades of Verdun Green #46581A
Tints of Verdun Green #46581A
RGB
CMYK
RGB Variations
Color information
#46581A (or 0x46581A) is known color: Verdun Green. HEX triplet: 46, 58 and 1A. RGB value is (70,88,26). Sum of RGB (Red+Green+Blue) = 70+88+26=184 (24% of max value = 765). Red value is 70 (27.73% from 255 or 38.04% from 184); Green value is 88 (34.77% from 255 or 47.83% from 184); Blue value is 26 (10.55% from 255 or 14.13% from 184); Max value from RGB is 88 - color contains mainly: green. Hex color #46581A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #46581A is #B9A7E5. Grayscale: #4B4B4B. Windows color (decimal): -12167142 or 1726534. OLE color: 1726534.
HSL color Cylindrical-coordinate representation of color #46581A: hue angle of 77.42º degrees, saturation: 0.54, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #46581A is Cyan = 0.20, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 70 | 88 | 26 | - |
| CMYK | 0.20 | 0 | 0.70 | 0.65 |
| HSL | 77.42º | 0.54% | 0.22% | - |
| HSV(B) | 77.42º | 0.7% | 0.35% | - |
| XYZ | 6.2 | 8.36 | 2.26 | - |
| YUV | 75.55 | 100.04 | 124.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 88 | 26 | 0.20 | 0 | 0.70 | 0.65 | 77.42 | 0.54 | 0.22 |
| Hex | 46 | 58 | 1A | 14 | 0 | 46 | 41 | 4D | 36 | 16 |
| Octal | 106 | 130 | 32 | 24 | 0 | 106 | 101 | 115 | 66 | 26 |
| Binary | 1000110 | 1011000 | 11010 | 10100 | 0 | 1000110 | 1000001 | 1001101 | 110110 | 10110 |
Color Harmonies of #46581A
Complementary color
Monochromatic Colors of #46581A
Black with #46581A
Text Example
Text Example
White with #46581A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46581A; }
p { color: rgb(70,88,26); }
H1.HeaderClassName
{
color: #46581A;
}
.AnyTagClassName
{
color: #46581A;
}
</style>
background-color css
<style>
a { background-color: #46581A; }
a { background-color: rgb(70,88,26); }
div.DivClassName
{
background-color: #46581A;
}
.BgClassName
{
background-color: #46581A;
}
</style>
border-color css
<style>
span { border-color: #46581A; }
span { border-color: rgb(70,88,26); }
td.TdClassName
{
border-color: #46581A;
}
.TagClassName
{
border-color: #46581A;
}
</style>