Shades of Verdun Green #495B0B
Tints of Verdun Green #495B0B
RGB
CMYK
RGB Variations
Color information
#495B0B (or 0x495B0B) is known color: Verdun Green. HEX triplet: 49, 5B and 0B. RGB value is (73,91,11). Sum of RGB (Red+Green+Blue) = 73+91+11=175 (23% of max value = 765). Red value is 73 (28.91% from 255 or 41.71% from 175); Green value is 91 (35.94% from 255 or 52% from 175); Blue value is 11 (4.69% from 255 or 6.29% from 175); Max value from RGB is 91 - color contains mainly: green. Hex color #495B0B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #495B0B is #B6A4F4. Grayscale: #4C4C4C. Windows color (decimal): -11969781 or 744265. OLE color: 744265.
HSL color Cylindrical-coordinate representation of color #495B0B: hue angle of 73.5º degrees, saturation: 0.78, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #495B0B is Cyan = 0.20, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 73 | 91 | 11 | - |
| CMYK | 0.20 | 0 | 0.88 | 0.64 |
| HSL | 73.5º | 0.78% | 0.2% | - |
| HSV(B) | 73.5º | 0.88% | 0.36% | - |
| XYZ | 6.55 | 8.92 | 1.69 | - |
| YUV | 76.5 | 91.04 | 125.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 91 | 11 | 0.20 | 0 | 0.88 | 0.64 | 73.5 | 0.78 | 0.2 |
| Hex | 49 | 5B | B | 14 | 0 | 58 | 40 | 4A | 4E | 14 |
| Octal | 111 | 133 | 13 | 24 | 0 | 130 | 100 | 112 | 116 | 24 |
| Binary | 1001001 | 1011011 | 1011 | 10100 | 0 | 1011000 | 1000000 | 1001010 | 1001110 | 10100 |
Color Harmonies of #495B0B
Complementary color
Monochromatic Colors of #495B0B
Black with #495B0B
Text Example
Text Example
White with #495B0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495B0B; }
p { color: rgb(73,91,11); }
H1.HeaderClassName
{
color: #495B0B;
}
.AnyTagClassName
{
color: #495B0B;
}
</style>
background-color css
<style>
a { background-color: #495B0B; }
a { background-color: rgb(73,91,11); }
div.DivClassName
{
background-color: #495B0B;
}
.BgClassName
{
background-color: #495B0B;
}
</style>
border-color css
<style>
span { border-color: #495B0B; }
span { border-color: rgb(73,91,11); }
td.TdClassName
{
border-color: #495B0B;
}
.TagClassName
{
border-color: #495B0B;
}
</style>