Shades of Verdun Green #46531E
Tints of Verdun Green #46531E
RGB
CMYK
RGB Variations
Color information
#46531E (or 0x46531E) is known color: Verdun Green. HEX triplet: 46, 53 and 1E. RGB value is (70,83,30). Sum of RGB (Red+Green+Blue) = 70+83+30=183 (24% of max value = 765). Red value is 70 (27.73% from 255 or 38.25% from 183); Green value is 83 (32.81% from 255 or 45.36% from 183); Blue value is 30 (12.11% from 255 or 16.39% from 183); Max value from RGB is 83 - color contains mainly: green. Hex color #46531E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #46531E is #B9ACE1. Grayscale: #494949. Windows color (decimal): -12168418 or 1987398. OLE color: 1987398.
HSL color Cylindrical-coordinate representation of color #46531E: hue angle of 74.72º degrees, saturation: 0.47, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #46531E is Cyan = 0.16, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 70 | 83 | 30 | - |
| CMYK | 0.16 | 0 | 0.64 | 0.67 |
| HSL | 74.72º | 0.47% | 0.22% | - |
| HSV(B) | 74.72º | 0.64% | 0.33% | - |
| XYZ | 5.85 | 7.58 | 2.38 | - |
| YUV | 73.07 | 103.69 | 125.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 83 | 30 | 0.16 | 0 | 0.64 | 0.67 | 74.72 | 0.47 | 0.22 |
| Hex | 46 | 53 | 1E | 10 | 0 | 40 | 43 | 4B | 2F | 16 |
| Octal | 106 | 123 | 36 | 20 | 0 | 100 | 103 | 113 | 57 | 26 |
| Binary | 1000110 | 1010011 | 11110 | 10000 | 0 | 1000000 | 1000011 | 1001011 | 101111 | 10110 |
Color Harmonies of #46531E
Complementary color
Monochromatic Colors of #46531E
Black with #46531E
Text Example
Text Example
White with #46531E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46531E; }
p { color: rgb(70,83,30); }
H1.HeaderClassName
{
color: #46531E;
}
.AnyTagClassName
{
color: #46531E;
}
</style>
background-color css
<style>
a { background-color: #46531E; }
a { background-color: rgb(70,83,30); }
div.DivClassName
{
background-color: #46531E;
}
.BgClassName
{
background-color: #46531E;
}
</style>
border-color css
<style>
span { border-color: #46531E; }
span { border-color: rgb(70,83,30); }
td.TdClassName
{
border-color: #46531E;
}
.TagClassName
{
border-color: #46531E;
}
</style>