Shades of Verdun Green #46521E
Tints of Verdun Green #46521E
RGB
CMYK
RGB Variations
Color information
#46521E (or 0x46521E) is known color: Verdun Green. HEX triplet: 46, 52 and 1E. RGB value is (70,82,30). Sum of RGB (Red+Green+Blue) = 70+82+30=182 (24% of max value = 765). Red value is 70 (27.73% from 255 or 38.46% from 182); Green value is 82 (32.42% from 255 or 45.05% from 182); Blue value is 30 (12.11% from 255 or 16.48% from 182); Max value from RGB is 82 - color contains mainly: green. Hex color #46521E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #46521E is #B9ADE1. Grayscale: #484848. Windows color (decimal): -12168674 or 1987142. OLE color: 1987142.
HSL color Cylindrical-coordinate representation of color #46521E: hue angle of 73.85º degrees, saturation: 0.46, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #46521E is Cyan = 0.15, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 70 | 82 | 30 | - |
| CMYK | 0.15 | 0 | 0.63 | 0.68 |
| HSL | 73.85º | 0.46% | 0.22% | - |
| HSV(B) | 73.85º | 0.63% | 0.32% | - |
| XYZ | 5.78 | 7.43 | 2.36 | - |
| YUV | 72.48 | 104.02 | 126.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 82 | 30 | 0.15 | 0 | 0.63 | 0.68 | 73.85 | 0.46 | 0.22 |
| Hex | 46 | 52 | 1E | F | 0 | 3F | 44 | 4A | 2E | 16 |
| Octal | 106 | 122 | 36 | 17 | 0 | 77 | 104 | 112 | 56 | 26 |
| Binary | 1000110 | 1010010 | 11110 | 1111 | 0 | 111111 | 1000100 | 1001010 | 101110 | 10110 |
Color Harmonies of #46521E
Complementary color
Monochromatic Colors of #46521E
Black with #46521E
Text Example
Text Example
White with #46521E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46521E; }
p { color: rgb(70,82,30); }
H1.HeaderClassName
{
color: #46521E;
}
.AnyTagClassName
{
color: #46521E;
}
</style>
background-color css
<style>
a { background-color: #46521E; }
a { background-color: rgb(70,82,30); }
div.DivClassName
{
background-color: #46521E;
}
.BgClassName
{
background-color: #46521E;
}
</style>
border-color css
<style>
span { border-color: #46521E; }
span { border-color: rgb(70,82,30); }
td.TdClassName
{
border-color: #46521E;
}
.TagClassName
{
border-color: #46521E;
}
</style>