Shades of Verdun Green #495305
Tints of Verdun Green #495305
RGB
CMYK
RGB Variations
Color information
#495305 (or 0x495305) is known color: Verdun Green. HEX triplet: 49, 53 and 05. RGB value is (73,83,5). Sum of RGB (Red+Green+Blue) = 73+83+5=161 (21% of max value = 765). Red value is 73 (28.91% from 255 or 45.34% from 161); Green value is 83 (32.81% from 255 or 51.55% from 161); Blue value is 5 (2.34% from 255 or 3.11% from 161); Max value from RGB is 83 - color contains mainly: green. Hex color #495305 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #495305 is #B6ACFA. Grayscale: #474747. Windows color (decimal): -11971835 or 349001. OLE color: 349001.
HSL color Cylindrical-coordinate representation of color #495305: hue angle of 67.69º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #495305 is Cyan = 0.12, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 73 | 83 | 5 | - |
| CMYK | 0.12 | 0 | 0.94 | 0.67 |
| HSL | 67.69º | 0.89% | 0.17% | - |
| HSV(B) | 67.69º | 0.94% | 0.33% | - |
| XYZ | 5.87 | 7.61 | 1.3 | - |
| YUV | 71.12 | 90.69 | 129.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 83 | 5 | 0.12 | 0 | 0.94 | 0.67 | 67.69 | 0.89 | 0.17 |
| Hex | 49 | 53 | 5 | C | 0 | 5E | 43 | 44 | 59 | 11 |
| Octal | 111 | 123 | 5 | 14 | 0 | 136 | 103 | 104 | 131 | 21 |
| Binary | 1001001 | 1010011 | 101 | 1100 | 0 | 1011110 | 1000011 | 1000100 | 1011001 | 10001 |
Color Harmonies of #495305
Complementary color
Monochromatic Colors of #495305
Black with #495305
Text Example
Text Example
White with #495305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495305; }
p { color: rgb(73,83,5); }
H1.HeaderClassName
{
color: #495305;
}
.AnyTagClassName
{
color: #495305;
}
</style>
background-color css
<style>
a { background-color: #495305; }
a { background-color: rgb(73,83,5); }
div.DivClassName
{
background-color: #495305;
}
.BgClassName
{
background-color: #495305;
}
</style>
border-color css
<style>
span { border-color: #495305; }
span { border-color: rgb(73,83,5); }
td.TdClassName
{
border-color: #495305;
}
.TagClassName
{
border-color: #495305;
}
</style>