Shades of Verdun Green #46561F
Tints of Verdun Green #46561F
RGB
CMYK
RGB Variations
Color information
#46561F (or 0x46561F) is known color: Verdun Green. HEX triplet: 46, 56 and 1F. RGB value is (70,86,31). Sum of RGB (Red+Green+Blue) = 70+86+31=187 (24% of max value = 765). Red value is 70 (27.73% from 255 or 37.43% from 187); Green value is 86 (33.98% from 255 or 45.99% from 187); Blue value is 31 (12.5% from 255 or 16.58% from 187); Max value from RGB is 86 - color contains mainly: green. Hex color #46561F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #46561F is #B9A9E0. Grayscale: #4B4B4B. Windows color (decimal): -12167649 or 2053702. OLE color: 2053702.
HSL color Cylindrical-coordinate representation of color #46561F: hue angle of 77.45º degrees, saturation: 0.47, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #46561F is Cyan = 0.19, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 70 | 86 | 31 | - |
| CMYK | 0.19 | 0 | 0.64 | 0.66 |
| HSL | 77.45º | 0.47% | 0.23% | - |
| HSV(B) | 77.45º | 0.64% | 0.34% | - |
| XYZ | 6.1 | 8.06 | 2.53 | - |
| YUV | 74.95 | 103.2 | 124.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 86 | 31 | 0.19 | 0 | 0.64 | 0.66 | 77.45 | 0.47 | 0.23 |
| Hex | 46 | 56 | 1F | 13 | 0 | 40 | 42 | 4D | 2F | 17 |
| Octal | 106 | 126 | 37 | 23 | 0 | 100 | 102 | 115 | 57 | 27 |
| Binary | 1000110 | 1010110 | 11111 | 10011 | 0 | 1000000 | 1000010 | 1001101 | 101111 | 10111 |
Color Harmonies of #46561F
Complementary color
Monochromatic Colors of #46561F
Black with #46561F
Text Example
Text Example
White with #46561F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46561F; }
p { color: rgb(70,86,31); }
H1.HeaderClassName
{
color: #46561F;
}
.AnyTagClassName
{
color: #46561F;
}
</style>
background-color css
<style>
a { background-color: #46561F; }
a { background-color: rgb(70,86,31); }
div.DivClassName
{
background-color: #46561F;
}
.BgClassName
{
background-color: #46561F;
}
</style>
border-color css
<style>
span { border-color: #46561F; }
span { border-color: rgb(70,86,31); }
td.TdClassName
{
border-color: #46561F;
}
.TagClassName
{
border-color: #46561F;
}
</style>