Shades of Verdun Green #495C19
Tints of Verdun Green #495C19
RGB
CMYK
RGB Variations
Color information
#495C19 (or 0x495C19) is known color: Verdun Green. HEX triplet: 49, 5C and 19. RGB value is (73,92,25). Sum of RGB (Red+Green+Blue) = 73+92+25=190 (25% of max value = 765). Red value is 73 (28.91% from 255 or 38.42% from 190); Green value is 92 (36.33% from 255 or 48.42% from 190); Blue value is 25 (10.16% from 255 or 13.16% from 190); Max value from RGB is 92 - color contains mainly: green. Hex color #495C19 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #495C19 is #B6A3E6. Grayscale: #4E4E4E. Windows color (decimal): -11969511 or 1662025. OLE color: 1662025.
HSL color Cylindrical-coordinate representation of color #495C19: hue angle of 77.01º degrees, saturation: 0.57, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #495C19 is Cyan = 0.21, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 73 | 92 | 25 | - |
| CMYK | 0.21 | 0 | 0.73 | 0.64 |
| HSL | 77.01º | 0.57% | 0.23% | - |
| HSV(B) | 77.01º | 0.73% | 0.36% | - |
| XYZ | 6.75 | 9.14 | 2.33 | - |
| YUV | 78.68 | 97.71 | 123.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 92 | 25 | 0.21 | 0 | 0.73 | 0.64 | 77.01 | 0.57 | 0.23 |
| Hex | 49 | 5C | 19 | 15 | 0 | 49 | 40 | 4D | 39 | 17 |
| Octal | 111 | 134 | 31 | 25 | 0 | 111 | 100 | 115 | 71 | 27 |
| Binary | 1001001 | 1011100 | 11001 | 10101 | 0 | 1001001 | 1000000 | 1001101 | 111001 | 10111 |
Color Harmonies of #495C19
Complementary color
Monochromatic Colors of #495C19
Black with #495C19
Text Example
Text Example
White with #495C19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495C19; }
p { color: rgb(73,92,25); }
H1.HeaderClassName
{
color: #495C19;
}
.AnyTagClassName
{
color: #495C19;
}
</style>
background-color css
<style>
a { background-color: #495C19; }
a { background-color: rgb(73,92,25); }
div.DivClassName
{
background-color: #495C19;
}
.BgClassName
{
background-color: #495C19;
}
</style>
border-color css
<style>
span { border-color: #495C19; }
span { border-color: rgb(73,92,25); }
td.TdClassName
{
border-color: #495C19;
}
.TagClassName
{
border-color: #495C19;
}
</style>