Shades of Verdun Green #495508
Tints of Verdun Green #495508
RGB
CMYK
RGB Variations
Color information
#495508 (or 0x495508) is known color: Verdun Green. HEX triplet: 49, 55 and 08. RGB value is (73,85,8). Sum of RGB (Red+Green+Blue) = 73+85+8=166 (21% of max value = 765). Red value is 73 (28.91% from 255 or 43.98% from 166); Green value is 85 (33.59% from 255 or 51.20% from 166); Blue value is 8 (3.52% from 255 or 4.82% from 166); Max value from RGB is 85 - color contains mainly: green. Hex color #495508 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #495508 is #B6AAF7. Grayscale: #484848. Windows color (decimal): -11971320 or 546121. OLE color: 546121.
HSL color Cylindrical-coordinate representation of color #495508: hue angle of 69.35º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #495508 is Cyan = 0.14, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 73 | 85 | 8 | - |
| CMYK | 0.14 | 0 | 0.91 | 0.67 |
| HSL | 69.35º | 0.83% | 0.18% | - |
| HSV(B) | 69.35º | 0.91% | 0.33% | - |
| XYZ | 6.04 | 7.93 | 1.44 | - |
| YUV | 72.63 | 91.52 | 128.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 85 | 8 | 0.14 | 0 | 0.91 | 0.67 | 69.35 | 0.83 | 0.18 |
| Hex | 49 | 55 | 8 | E | 0 | 5B | 43 | 45 | 53 | 12 |
| Octal | 111 | 125 | 10 | 16 | 0 | 133 | 103 | 105 | 123 | 22 |
| Binary | 1001001 | 1010101 | 1000 | 1110 | 0 | 1011011 | 1000011 | 1000101 | 1010011 | 10010 |
Color Harmonies of #495508
Complementary color
Monochromatic Colors of #495508
Black with #495508
Text Example
Text Example
White with #495508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495508; }
p { color: rgb(73,85,8); }
H1.HeaderClassName
{
color: #495508;
}
.AnyTagClassName
{
color: #495508;
}
</style>
background-color css
<style>
a { background-color: #495508; }
a { background-color: rgb(73,85,8); }
div.DivClassName
{
background-color: #495508;
}
.BgClassName
{
background-color: #495508;
}
</style>
border-color css
<style>
span { border-color: #495508; }
span { border-color: rgb(73,85,8); }
td.TdClassName
{
border-color: #495508;
}
.TagClassName
{
border-color: #495508;
}
</style>