Shades of Verdun Green #495504
Tints of Verdun Green #495504
RGB
CMYK
RGB Variations
Color information
#495504 (or 0x495504) is known color: Verdun Green. HEX triplet: 49, 55 and 04. RGB value is (73,85,4). Sum of RGB (Red+Green+Blue) = 73+85+4=162 (21% of max value = 765). Red value is 73 (28.91% from 255 or 45.06% from 162); Green value is 85 (33.59% from 255 or 52.47% from 162); Blue value is 4 (1.95% from 255 or 2.47% from 162); Max value from RGB is 85 - color contains mainly: green. Hex color #495504 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #495504 is #B6AAFB. Grayscale: #484848. Windows color (decimal): -11971324 or 283977. OLE color: 283977.
HSL color Cylindrical-coordinate representation of color #495504: hue angle of 68.89º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #495504 is Cyan = 0.14, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 73 | 85 | 4 | - |
| CMYK | 0.14 | 0 | 0.95 | 0.67 |
| HSL | 68.89º | 0.91% | 0.17% | - |
| HSV(B) | 68.89º | 0.95% | 0.33% | - |
| XYZ | 6.02 | 7.92 | 1.33 | - |
| YUV | 72.18 | 89.52 | 128.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 85 | 4 | 0.14 | 0 | 0.95 | 0.67 | 68.89 | 0.91 | 0.17 |
| Hex | 49 | 55 | 4 | E | 0 | 5F | 43 | 45 | 5B | 11 |
| Octal | 111 | 125 | 4 | 16 | 0 | 137 | 103 | 105 | 133 | 21 |
| Binary | 1001001 | 1010101 | 100 | 1110 | 0 | 1011111 | 1000011 | 1000101 | 1011011 | 10001 |
Color Harmonies of #495504
Complementary color
Monochromatic Colors of #495504
Black with #495504
Text Example
Text Example
White with #495504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495504; }
p { color: rgb(73,85,4); }
H1.HeaderClassName
{
color: #495504;
}
.AnyTagClassName
{
color: #495504;
}
</style>
background-color css
<style>
a { background-color: #495504; }
a { background-color: rgb(73,85,4); }
div.DivClassName
{
background-color: #495504;
}
.BgClassName
{
background-color: #495504;
}
</style>
border-color css
<style>
span { border-color: #495504; }
span { border-color: rgb(73,85,4); }
td.TdClassName
{
border-color: #495504;
}
.TagClassName
{
border-color: #495504;
}
</style>