Shades of Verdun Green #495A1A
Tints of Verdun Green #495A1A
RGB
CMYK
RGB Variations
Color information
#495A1A (or 0x495A1A) is known color: Verdun Green. HEX triplet: 49, 5A and 1A. RGB value is (73,90,26). Sum of RGB (Red+Green+Blue) = 73+90+26=189 (25% of max value = 765). Red value is 73 (28.91% from 255 or 38.62% from 189); Green value is 90 (35.55% from 255 or 47.62% from 189); Blue value is 26 (10.55% from 255 or 13.76% from 189); Max value from RGB is 90 - color contains mainly: green. Hex color #495A1A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495A1A is #B6A5E5. Grayscale: #4D4D4D. Windows color (decimal): -11970022 or 1727049. OLE color: 1727049.
HSL color Cylindrical-coordinate representation of color #495A1A: hue angle of 75.94º degrees, saturation: 0.55, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #495A1A is Cyan = 0.19, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 73 | 90 | 26 | - |
| CMYK | 0.19 | 0 | 0.71 | 0.65 |
| HSL | 75.94º | 0.55% | 0.23% | - |
| HSV(B) | 75.94º | 0.71% | 0.35% | - |
| XYZ | 6.59 | 8.8 | 2.33 | - |
| YUV | 77.62 | 98.87 | 124.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 90 | 26 | 0.19 | 0 | 0.71 | 0.65 | 75.94 | 0.55 | 0.23 |
| Hex | 49 | 5A | 1A | 13 | 0 | 47 | 41 | 4C | 37 | 17 |
| Octal | 111 | 132 | 32 | 23 | 0 | 107 | 101 | 114 | 67 | 27 |
| Binary | 1001001 | 1011010 | 11010 | 10011 | 0 | 1000111 | 1000001 | 1001100 | 110111 | 10111 |
Color Harmonies of #495A1A
Complementary color
Monochromatic Colors of #495A1A
Black with #495A1A
Text Example
Text Example
White with #495A1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495A1A; }
p { color: rgb(73,90,26); }
H1.HeaderClassName
{
color: #495A1A;
}
.AnyTagClassName
{
color: #495A1A;
}
</style>
background-color css
<style>
a { background-color: #495A1A; }
a { background-color: rgb(73,90,26); }
div.DivClassName
{
background-color: #495A1A;
}
.BgClassName
{
background-color: #495A1A;
}
</style>
border-color css
<style>
span { border-color: #495A1A; }
span { border-color: rgb(73,90,26); }
td.TdClassName
{
border-color: #495A1A;
}
.TagClassName
{
border-color: #495A1A;
}
</style>