Shades of Verdun Green #495A1F
Tints of Verdun Green #495A1F
RGB
CMYK
RGB Variations
Color information
#495A1F (or 0x495A1F) is known color: Verdun Green. HEX triplet: 49, 5A and 1F. RGB value is (73,90,31). Sum of RGB (Red+Green+Blue) = 73+90+31=194 (25% of max value = 765). Red value is 73 (28.91% from 255 or 37.63% from 194); Green value is 90 (35.55% from 255 or 46.39% from 194); Blue value is 31 (12.5% from 255 or 15.98% from 194); Max value from RGB is 90 - color contains mainly: green. Hex color #495A1F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495A1F is #B6A5E0. Grayscale: #4E4E4E. Windows color (decimal): -11970017 or 2054729. OLE color: 2054729.
HSL color Cylindrical-coordinate representation of color #495A1F: hue angle of 77.29º degrees, saturation: 0.49, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #495A1F is Cyan = 0.19, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 73 | 90 | 31 | - |
| CMYK | 0.19 | 0 | 0.66 | 0.65 |
| HSL | 77.29º | 0.49% | 0.24% | - |
| HSV(B) | 77.29º | 0.66% | 0.35% | - |
| XYZ | 6.65 | 8.83 | 2.65 | - |
| YUV | 78.19 | 101.37 | 124.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 90 | 31 | 0.19 | 0 | 0.66 | 0.65 | 77.29 | 0.49 | 0.24 |
| Hex | 49 | 5A | 1F | 13 | 0 | 42 | 41 | 4D | 31 | 18 |
| Octal | 111 | 132 | 37 | 23 | 0 | 102 | 101 | 115 | 61 | 30 |
| Binary | 1001001 | 1011010 | 11111 | 10011 | 0 | 1000010 | 1000001 | 1001101 | 110001 | 11000 |
Color Harmonies of #495A1F
Complementary color
Monochromatic Colors of #495A1F
Black with #495A1F
Text Example
Text Example
White with #495A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495A1F; }
p { color: rgb(73,90,31); }
H1.HeaderClassName
{
color: #495A1F;
}
.AnyTagClassName
{
color: #495A1F;
}
</style>
background-color css
<style>
a { background-color: #495A1F; }
a { background-color: rgb(73,90,31); }
div.DivClassName
{
background-color: #495A1F;
}
.BgClassName
{
background-color: #495A1F;
}
</style>
border-color css
<style>
span { border-color: #495A1F; }
span { border-color: rgb(73,90,31); }
td.TdClassName
{
border-color: #495A1F;
}
.TagClassName
{
border-color: #495A1F;
}
</style>