Shades of Verdun Green #49510A
Tints of Verdun Green #49510A
RGB
CMYK
RGB Variations
Color information
#49510A (or 0x49510A) is known color: Verdun Green. HEX triplet: 49, 51 and 0A. RGB value is (73,81,10). Sum of RGB (Red+Green+Blue) = 73+81+10=164 (21% of max value = 765). Red value is 73 (28.91% from 255 or 44.51% from 164); Green value is 81 (32.03% from 255 or 49.39% from 164); Blue value is 10 (4.30% from 255 or 6.10% from 164); Max value from RGB is 81 - color contains mainly: green. Hex color #49510A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #49510A is #B6AEF5. Grayscale: #464646. Windows color (decimal): -11972342 or 676169. OLE color: 676169.
HSL color Cylindrical-coordinate representation of color #49510A: hue angle of 66.76º degrees, saturation: 0.78, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #49510A is Cyan = 0.10, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 73 | 81 | 10 | - |
| CMYK | 0.10 | 0 | 0.88 | 0.68 |
| HSL | 66.76º | 0.78% | 0.18% | - |
| HSV(B) | 66.76º | 0.88% | 0.32% | - |
| XYZ | 5.74 | 7.32 | 1.4 | - |
| YUV | 70.51 | 93.85 | 129.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 81 | 10 | 0.10 | 0 | 0.88 | 0.68 | 66.76 | 0.78 | 0.18 |
| Hex | 49 | 51 | A | A | 0 | 58 | 44 | 43 | 4E | 12 |
| Octal | 111 | 121 | 12 | 12 | 0 | 130 | 104 | 103 | 116 | 22 |
| Binary | 1001001 | 1010001 | 1010 | 1010 | 0 | 1011000 | 1000100 | 1000011 | 1001110 | 10010 |
Color Harmonies of #49510A
Complementary color
Monochromatic Colors of #49510A
Black with #49510A
Text Example
Text Example
White with #49510A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49510A; }
p { color: rgb(73,81,10); }
H1.HeaderClassName
{
color: #49510A;
}
.AnyTagClassName
{
color: #49510A;
}
</style>
background-color css
<style>
a { background-color: #49510A; }
a { background-color: rgb(73,81,10); }
div.DivClassName
{
background-color: #49510A;
}
.BgClassName
{
background-color: #49510A;
}
</style>
border-color css
<style>
span { border-color: #49510A; }
span { border-color: rgb(73,81,10); }
td.TdClassName
{
border-color: #49510A;
}
.TagClassName
{
border-color: #49510A;
}
</style>