Shades of Verdun Green #495618
Tints of Verdun Green #495618
RGB
CMYK
RGB Variations
Color information
#495618 (or 0x495618) is known color: Verdun Green. HEX triplet: 49, 56 and 18. RGB value is (73,86,24). Sum of RGB (Red+Green+Blue) = 73+86+24=183 (24% of max value = 765). Red value is 73 (28.91% from 255 or 39.89% from 183); Green value is 86 (33.98% from 255 or 46.99% from 183); Blue value is 24 (9.77% from 255 or 13.11% from 183); Max value from RGB is 86 - color contains mainly: green. Hex color #495618 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #495618 is #B6A9E7. Grayscale: #4B4B4B. Windows color (decimal): -11971048 or 1594953. OLE color: 1594953.
HSL color Cylindrical-coordinate representation of color #495618: hue angle of 72.58º degrees, saturation: 0.56, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #495618 is Cyan = 0.15, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 73 | 86 | 24 | - |
| CMYK | 0.15 | 0 | 0.72 | 0.66 |
| HSL | 72.58º | 0.56% | 0.22% | - |
| HSV(B) | 72.58º | 0.72% | 0.34% | - |
| XYZ | 6.24 | 8.14 | 2.11 | - |
| YUV | 75.05 | 99.19 | 126.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 86 | 24 | 0.15 | 0 | 0.72 | 0.66 | 72.58 | 0.56 | 0.22 |
| Hex | 49 | 56 | 18 | F | 0 | 48 | 42 | 49 | 38 | 16 |
| Octal | 111 | 126 | 30 | 17 | 0 | 110 | 102 | 111 | 70 | 26 |
| Binary | 1001001 | 1010110 | 11000 | 1111 | 0 | 1001000 | 1000010 | 1001001 | 111000 | 10110 |
Color Harmonies of #495618
Complementary color
Monochromatic Colors of #495618
Black with #495618
Text Example
Text Example
White with #495618
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495618; }
p { color: rgb(73,86,24); }
H1.HeaderClassName
{
color: #495618;
}
.AnyTagClassName
{
color: #495618;
}
</style>
background-color css
<style>
a { background-color: #495618; }
a { background-color: rgb(73,86,24); }
div.DivClassName
{
background-color: #495618;
}
.BgClassName
{
background-color: #495618;
}
</style>
border-color css
<style>
span { border-color: #495618; }
span { border-color: rgb(73,86,24); }
td.TdClassName
{
border-color: #495618;
}
.TagClassName
{
border-color: #495618;
}
</style>