Shades of Verdun Green #49510B
Tints of Verdun Green #49510B
RGB
CMYK
RGB Variations
Color information
#49510B (or 0x49510B) is known color: Verdun Green. HEX triplet: 49, 51 and 0B. RGB value is (73,81,11). Sum of RGB (Red+Green+Blue) = 73+81+11=165 (21% of max value = 765). Red value is 73 (28.91% from 255 or 44.24% from 165); Green value is 81 (32.03% from 255 or 49.09% from 165); Blue value is 11 (4.69% from 255 or 6.67% from 165); Max value from RGB is 81 - color contains mainly: green. Hex color #49510B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #49510B is #B6AEF4. Grayscale: #464646. Windows color (decimal): -11972341 or 741705. OLE color: 741705.
HSL color Cylindrical-coordinate representation of color #49510B: hue angle of 66.86º degrees, saturation: 0.76, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #49510B is Cyan = 0.10, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 73 | 81 | 11 | - |
| CMYK | 0.10 | 0 | 0.86 | 0.68 |
| HSL | 66.86º | 0.76% | 0.18% | - |
| HSV(B) | 66.86º | 0.86% | 0.32% | - |
| XYZ | 5.75 | 7.33 | 1.43 | - |
| YUV | 70.63 | 94.35 | 129.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 81 | 11 | 0.10 | 0 | 0.86 | 0.68 | 66.86 | 0.76 | 0.18 |
| Hex | 49 | 51 | B | A | 0 | 56 | 44 | 43 | 4C | 12 |
| Octal | 111 | 121 | 13 | 12 | 0 | 126 | 104 | 103 | 114 | 22 |
| Binary | 1001001 | 1010001 | 1011 | 1010 | 0 | 1010110 | 1000100 | 1000011 | 1001100 | 10010 |
Color Harmonies of #49510B
Complementary color
Monochromatic Colors of #49510B
Black with #49510B
Text Example
Text Example
White with #49510B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49510B; }
p { color: rgb(73,81,11); }
H1.HeaderClassName
{
color: #49510B;
}
.AnyTagClassName
{
color: #49510B;
}
</style>
background-color css
<style>
a { background-color: #49510B; }
a { background-color: rgb(73,81,11); }
div.DivClassName
{
background-color: #49510B;
}
.BgClassName
{
background-color: #49510B;
}
</style>
border-color css
<style>
span { border-color: #49510B; }
span { border-color: rgb(73,81,11); }
td.TdClassName
{
border-color: #49510B;
}
.TagClassName
{
border-color: #49510B;
}
</style>