Shades of Verdun Green #495311
Tints of Verdun Green #495311
RGB
CMYK
RGB Variations
Color information
#495311 (or 0x495311) is known color: Verdun Green. HEX triplet: 49, 53 and 11. RGB value is (73,83,17). Sum of RGB (Red+Green+Blue) = 73+83+17=173 (22% of max value = 765). Red value is 73 (28.91% from 255 or 42.20% from 173); Green value is 83 (32.81% from 255 or 47.98% from 173); Blue value is 17 (7.03% from 255 or 9.83% from 173); Max value from RGB is 83 - color contains mainly: green. Hex color #495311 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #495311 is #B6ACEE. Grayscale: #484848. Windows color (decimal): -11971823 or 1135433. OLE color: 1135433.
HSL color Cylindrical-coordinate representation of color #495311: hue angle of 69.09º degrees, saturation: 0.66, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #495311 is Cyan = 0.12, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 73 | 83 | 17 | - |
| CMYK | 0.12 | 0 | 0.80 | 0.67 |
| HSL | 69.09º | 0.66% | 0.2% | - |
| HSV(B) | 69.09º | 0.8% | 0.33% | - |
| XYZ | 5.94 | 7.64 | 1.69 | - |
| YUV | 72.49 | 96.69 | 128.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 83 | 17 | 0.12 | 0 | 0.80 | 0.67 | 69.09 | 0.66 | 0.2 |
| Hex | 49 | 53 | 11 | C | 0 | 50 | 43 | 45 | 42 | 14 |
| Octal | 111 | 123 | 21 | 14 | 0 | 120 | 103 | 105 | 102 | 24 |
| Binary | 1001001 | 1010011 | 10001 | 1100 | 0 | 1010000 | 1000011 | 1000101 | 1000010 | 10100 |
Color Harmonies of #495311
Complementary color
Monochromatic Colors of #495311
Black with #495311
Text Example
Text Example
White with #495311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495311; }
p { color: rgb(73,83,17); }
H1.HeaderClassName
{
color: #495311;
}
.AnyTagClassName
{
color: #495311;
}
</style>
background-color css
<style>
a { background-color: #495311; }
a { background-color: rgb(73,83,17); }
div.DivClassName
{
background-color: #495311;
}
.BgClassName
{
background-color: #495311;
}
</style>
border-color css
<style>
span { border-color: #495311; }
span { border-color: rgb(73,83,17); }
td.TdClassName
{
border-color: #495311;
}
.TagClassName
{
border-color: #495311;
}
</style>