Shades of Verdun Green #46521A
Tints of Verdun Green #46521A
RGB
CMYK
RGB Variations
Color information
#46521A (or 0x46521A) is known color: Verdun Green. HEX triplet: 46, 52 and 1A. RGB value is (70,82,26). Sum of RGB (Red+Green+Blue) = 70+82+26=178 (23% of max value = 765). Red value is 70 (27.73% from 255 or 39.33% from 178); Green value is 82 (32.42% from 255 or 46.07% from 178); Blue value is 26 (10.55% from 255 or 14.61% from 178); Max value from RGB is 82 - color contains mainly: green. Hex color #46521A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #46521A is #B9ADE5. Grayscale: #484848. Windows color (decimal): -12168678 or 1724998. OLE color: 1724998.
HSL color Cylindrical-coordinate representation of color #46521A: hue angle of 72.86º degrees, saturation: 0.52, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #46521A is Cyan = 0.15, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 70 | 82 | 26 | - |
| CMYK | 0.15 | 0 | 0.68 | 0.68 |
| HSL | 72.86º | 0.52% | 0.21% | - |
| HSV(B) | 72.86º | 0.68% | 0.32% | - |
| XYZ | 5.73 | 7.41 | 2.11 | - |
| YUV | 72.03 | 102.02 | 126.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 82 | 26 | 0.15 | 0 | 0.68 | 0.68 | 72.86 | 0.52 | 0.21 |
| Hex | 46 | 52 | 1A | F | 0 | 44 | 44 | 49 | 34 | 15 |
| Octal | 106 | 122 | 32 | 17 | 0 | 104 | 104 | 111 | 64 | 25 |
| Binary | 1000110 | 1010010 | 11010 | 1111 | 0 | 1000100 | 1000100 | 1001001 | 110100 | 10101 |
Color Harmonies of #46521A
Complementary color
Monochromatic Colors of #46521A
Black with #46521A
Text Example
Text Example
White with #46521A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46521A; }
p { color: rgb(70,82,26); }
H1.HeaderClassName
{
color: #46521A;
}
.AnyTagClassName
{
color: #46521A;
}
</style>
background-color css
<style>
a { background-color: #46521A; }
a { background-color: rgb(70,82,26); }
div.DivClassName
{
background-color: #46521A;
}
.BgClassName
{
background-color: #46521A;
}
</style>
border-color css
<style>
span { border-color: #46521A; }
span { border-color: rgb(70,82,26); }
td.TdClassName
{
border-color: #46521A;
}
.TagClassName
{
border-color: #46521A;
}
</style>