Shades of Verdun Green #46680F
Tints of Verdun Green #46680F
RGB
CMYK
RGB Variations
Color information
#46680F (or 0x46680F) is known color: Verdun Green. HEX triplet: 46, 68 and 0F. RGB value is (70,104,15). Sum of RGB (Red+Green+Blue) = 70+104+15=189 (25% of max value = 765). Red value is 70 (27.73% from 255 or 37.04% from 189); Green value is 104 (41.02% from 255 or 55.03% from 189); Blue value is 15 (6.25% from 255 or 7.94% from 189); Max value from RGB is 104 - color contains mainly: green. Hex color #46680F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #46680F is #B997F0. Grayscale: #545454. Windows color (decimal): -12163057 or 1009734. OLE color: 1009734.
HSL color Cylindrical-coordinate representation of color #46680F: hue angle of 82.92º degrees, saturation: 0.75, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #46680F is Cyan = 0.33, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 70 | 104 | 15 | - |
| CMYK | 0.33 | 0 | 0.86 | 0.59 |
| HSL | 82.92º | 0.75% | 0.23% | - |
| HSV(B) | 82.92º | 0.86% | 0.41% | - |
| XYZ | 7.56 | 11.24 | 2.22 | - |
| YUV | 83.69 | 89.24 | 118.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 104 | 15 | 0.33 | 0 | 0.86 | 0.59 | 82.92 | 0.75 | 0.23 |
| Hex | 46 | 68 | F | 21 | 0 | 56 | 3B | 53 | 4B | 17 |
| Octal | 106 | 150 | 17 | 41 | 0 | 126 | 73 | 123 | 113 | 27 |
| Binary | 1000110 | 1101000 | 1111 | 100001 | 0 | 1010110 | 111011 | 1010011 | 1001011 | 10111 |
Color Harmonies of #46680F
Complementary color
Monochromatic Colors of #46680F
Black with #46680F
Text Example
Text Example
White with #46680F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46680F; }
p { color: rgb(70,104,15); }
H1.HeaderClassName
{
color: #46680F;
}
.AnyTagClassName
{
color: #46680F;
}
</style>
background-color css
<style>
a { background-color: #46680F; }
a { background-color: rgb(70,104,15); }
div.DivClassName
{
background-color: #46680F;
}
.BgClassName
{
background-color: #46680F;
}
</style>
border-color css
<style>
span { border-color: #46680F; }
span { border-color: rgb(70,104,15); }
td.TdClassName
{
border-color: #46680F;
}
.TagClassName
{
border-color: #46680F;
}
</style>