Shades of Verdun Green #495107
Tints of Verdun Green #495107
RGB
CMYK
RGB Variations
Color information
#495107 (or 0x495107) is known color: Verdun Green. HEX triplet: 49, 51 and 07. RGB value is (73,81,7). Sum of RGB (Red+Green+Blue) = 73+81+7=161 (21% of max value = 765). Red value is 73 (28.91% from 255 or 45.34% from 161); Green value is 81 (32.03% from 255 or 50.31% from 161); Blue value is 7 (3.12% from 255 or 4.35% from 161); Max value from RGB is 81 - color contains mainly: green. Hex color #495107 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #495107 is #B6AEF8. Grayscale: #464646. Windows color (decimal): -11972345 or 479561. OLE color: 479561.
HSL color Cylindrical-coordinate representation of color #495107: hue angle of 66.49º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #495107 is Cyan = 0.10, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 73 | 81 | 7 | - |
| CMYK | 0.10 | 0 | 0.91 | 0.68 |
| HSL | 66.49º | 0.84% | 0.17% | - |
| HSV(B) | 66.49º | 0.91% | 0.32% | - |
| XYZ | 5.73 | 7.32 | 1.31 | - |
| YUV | 70.17 | 92.35 | 130.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 81 | 7 | 0.10 | 0 | 0.91 | 0.68 | 66.49 | 0.84 | 0.17 |
| Hex | 49 | 51 | 7 | A | 0 | 5B | 44 | 42 | 54 | 11 |
| Octal | 111 | 121 | 7 | 12 | 0 | 133 | 104 | 102 | 124 | 21 |
| Binary | 1001001 | 1010001 | 111 | 1010 | 0 | 1011011 | 1000100 | 1000010 | 1010100 | 10001 |
Color Harmonies of #495107
Complementary color
Monochromatic Colors of #495107
Black with #495107
Text Example
Text Example
White with #495107
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495107; }
p { color: rgb(73,81,7); }
H1.HeaderClassName
{
color: #495107;
}
.AnyTagClassName
{
color: #495107;
}
</style>
background-color css
<style>
a { background-color: #495107; }
a { background-color: rgb(73,81,7); }
div.DivClassName
{
background-color: #495107;
}
.BgClassName
{
background-color: #495107;
}
</style>
border-color css
<style>
span { border-color: #495107; }
span { border-color: rgb(73,81,7); }
td.TdClassName
{
border-color: #495107;
}
.TagClassName
{
border-color: #495107;
}
</style>