Shades of Verdun Green #46591C
Tints of Verdun Green #46591C
RGB
CMYK
RGB Variations
Color information
#46591C (or 0x46591C) is known color: Verdun Green. HEX triplet: 46, 59 and 1C. RGB value is (70,89,28). Sum of RGB (Red+Green+Blue) = 70+89+28=187 (24% of max value = 765). Red value is 70 (27.73% from 255 or 37.43% from 187); Green value is 89 (35.16% from 255 or 47.59% from 187); Blue value is 28 (11.33% from 255 or 14.97% from 187); Max value from RGB is 89 - color contains mainly: green. Hex color #46591C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #46591C is #B9A6E3. Grayscale: #4C4C4C. Windows color (decimal): -12166884 or 1857862. OLE color: 1857862.
HSL color Cylindrical-coordinate representation of color #46591C: hue angle of 78.69º degrees, saturation: 0.52, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #46591C is Cyan = 0.21, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 70 | 89 | 28 | - |
| CMYK | 0.21 | 0 | 0.69 | 0.65 |
| HSL | 78.69º | 0.52% | 0.23% | - |
| HSV(B) | 78.69º | 0.69% | 0.35% | - |
| XYZ | 6.31 | 8.53 | 2.41 | - |
| YUV | 76.37 | 100.71 | 123.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 89 | 28 | 0.21 | 0 | 0.69 | 0.65 | 78.69 | 0.52 | 0.23 |
| Hex | 46 | 59 | 1C | 15 | 0 | 45 | 41 | 4F | 34 | 17 |
| Octal | 106 | 131 | 34 | 25 | 0 | 105 | 101 | 117 | 64 | 27 |
| Binary | 1000110 | 1011001 | 11100 | 10101 | 0 | 1000101 | 1000001 | 1001111 | 110100 | 10111 |
Color Harmonies of #46591C
Complementary color
Monochromatic Colors of #46591C
Black with #46591C
Text Example
Text Example
White with #46591C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46591C; }
p { color: rgb(70,89,28); }
H1.HeaderClassName
{
color: #46591C;
}
.AnyTagClassName
{
color: #46591C;
}
</style>
background-color css
<style>
a { background-color: #46591C; }
a { background-color: rgb(70,89,28); }
div.DivClassName
{
background-color: #46591C;
}
.BgClassName
{
background-color: #46591C;
}
</style>
border-color css
<style>
span { border-color: #46591C; }
span { border-color: rgb(70,89,28); }
td.TdClassName
{
border-color: #46591C;
}
.TagClassName
{
border-color: #46591C;
}
</style>