Shades of Verdun Green #46511C
Tints of Verdun Green #46511C
RGB
CMYK
RGB Variations
Color information
#46511C (or 0x46511C) is known color: Verdun Green. HEX triplet: 46, 51 and 1C. RGB value is (70,81,28). Sum of RGB (Red+Green+Blue) = 70+81+28=179 (23% of max value = 765). Red value is 70 (27.73% from 255 or 39.11% from 179); Green value is 81 (32.03% from 255 or 45.25% from 179); Blue value is 28 (11.33% from 255 or 15.64% from 179); Max value from RGB is 81 - color contains mainly: green. Hex color #46511C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #46511C is #B9AEE3. Grayscale: #474747. Windows color (decimal): -12168932 or 1855814. OLE color: 1855814.
HSL color Cylindrical-coordinate representation of color #46511C: hue angle of 72.45º degrees, saturation: 0.49, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #46511C is Cyan = 0.14, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 70 | 81 | 28 | - |
| CMYK | 0.14 | 0 | 0.65 | 0.68 |
| HSL | 72.45º | 0.49% | 0.21% | - |
| HSV(B) | 72.45º | 0.65% | 0.32% | - |
| XYZ | 5.68 | 7.27 | 2.2 | - |
| YUV | 71.67 | 103.36 | 126.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 81 | 28 | 0.14 | 0 | 0.65 | 0.68 | 72.45 | 0.49 | 0.21 |
| Hex | 46 | 51 | 1C | E | 0 | 41 | 44 | 48 | 31 | 15 |
| Octal | 106 | 121 | 34 | 16 | 0 | 101 | 104 | 110 | 61 | 25 |
| Binary | 1000110 | 1010001 | 11100 | 1110 | 0 | 1000001 | 1000100 | 1001000 | 110001 | 10101 |
Color Harmonies of #46511C
Complementary color
Monochromatic Colors of #46511C
Black with #46511C
Text Example
Text Example
White with #46511C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46511C; }
p { color: rgb(70,81,28); }
H1.HeaderClassName
{
color: #46511C;
}
.AnyTagClassName
{
color: #46511C;
}
</style>
background-color css
<style>
a { background-color: #46511C; }
a { background-color: rgb(70,81,28); }
div.DivClassName
{
background-color: #46511C;
}
.BgClassName
{
background-color: #46511C;
}
</style>
border-color css
<style>
span { border-color: #46511C; }
span { border-color: rgb(70,81,28); }
td.TdClassName
{
border-color: #46511C;
}
.TagClassName
{
border-color: #46511C;
}
</style>