Shades of Verdun Green #495C18
Tints of Verdun Green #495C18
RGB
CMYK
RGB Variations
Color information
#495C18 (or 0x495C18) is known color: Verdun Green. HEX triplet: 49, 5C and 18. RGB value is (73,92,24). Sum of RGB (Red+Green+Blue) = 73+92+24=189 (25% of max value = 765). Red value is 73 (28.91% from 255 or 38.62% from 189); Green value is 92 (36.33% from 255 or 48.68% from 189); Blue value is 24 (9.77% from 255 or 12.70% from 189); Max value from RGB is 92 - color contains mainly: green. Hex color #495C18 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #495C18 is #B6A3E7. Grayscale: #4E4E4E. Windows color (decimal): -11969512 or 1596489. OLE color: 1596489.
HSL color Cylindrical-coordinate representation of color #495C18: hue angle of 76.76º degrees, saturation: 0.59, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #495C18 is Cyan = 0.21, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 73 | 92 | 24 | - |
| CMYK | 0.21 | 0 | 0.74 | 0.64 |
| HSL | 76.76º | 0.59% | 0.23% | - |
| HSV(B) | 76.76º | 0.74% | 0.36% | - |
| XYZ | 6.74 | 9.14 | 2.27 | - |
| YUV | 78.57 | 97.21 | 124.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 92 | 24 | 0.21 | 0 | 0.74 | 0.64 | 76.76 | 0.59 | 0.23 |
| Hex | 49 | 5C | 18 | 15 | 0 | 4A | 40 | 4D | 3B | 17 |
| Octal | 111 | 134 | 30 | 25 | 0 | 112 | 100 | 115 | 73 | 27 |
| Binary | 1001001 | 1011100 | 11000 | 10101 | 0 | 1001010 | 1000000 | 1001101 | 111011 | 10111 |
Color Harmonies of #495C18
Complementary color
Monochromatic Colors of #495C18
Black with #495C18
Text Example
Text Example
White with #495C18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495C18; }
p { color: rgb(73,92,24); }
H1.HeaderClassName
{
color: #495C18;
}
.AnyTagClassName
{
color: #495C18;
}
</style>
background-color css
<style>
a { background-color: #495C18; }
a { background-color: rgb(73,92,24); }
div.DivClassName
{
background-color: #495C18;
}
.BgClassName
{
background-color: #495C18;
}
</style>
border-color css
<style>
span { border-color: #495C18; }
span { border-color: rgb(73,92,24); }
td.TdClassName
{
border-color: #495C18;
}
.TagClassName
{
border-color: #495C18;
}
</style>