Shades of Verdun Green #49610F
Tints of Verdun Green #49610F
RGB
CMYK
RGB Variations
Color information
#49610F (or 0x49610F) is known color: Verdun Green. HEX triplet: 49, 61 and 0F. RGB value is (73,97,15). Sum of RGB (Red+Green+Blue) = 73+97+15=185 (24% of max value = 765). Red value is 73 (28.91% from 255 or 39.46% from 185); Green value is 97 (38.28% from 255 or 52.43% from 185); Blue value is 15 (6.25% from 255 or 8.11% from 185); Max value from RGB is 97 - color contains mainly: green. Hex color #49610F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #49610F is #B69EF0. Grayscale: #505050. Windows color (decimal): -11968241 or 1007945. OLE color: 1007945.
HSL color Cylindrical-coordinate representation of color #49610F: hue angle of 77.56º degrees, saturation: 0.73, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #49610F is Cyan = 0.25, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 73 | 97 | 15 | - |
| CMYK | 0.25 | 0 | 0.85 | 0.62 |
| HSL | 77.56º | 0.73% | 0.22% | - |
| HSV(B) | 77.56º | 0.85% | 0.38% | - |
| XYZ | 7.11 | 10 | 2.01 | - |
| YUV | 80.48 | 91.05 | 122.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 97 | 15 | 0.25 | 0 | 0.85 | 0.62 | 77.56 | 0.73 | 0.22 |
| Hex | 49 | 61 | F | 19 | 0 | 55 | 3E | 4E | 49 | 16 |
| Octal | 111 | 141 | 17 | 31 | 0 | 125 | 76 | 116 | 111 | 26 |
| Binary | 1001001 | 1100001 | 1111 | 11001 | 0 | 1010101 | 111110 | 1001110 | 1001001 | 10110 |
Color Harmonies of #49610F
Complementary color
Monochromatic Colors of #49610F
Black with #49610F
Text Example
Text Example
White with #49610F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49610F; }
p { color: rgb(73,97,15); }
H1.HeaderClassName
{
color: #49610F;
}
.AnyTagClassName
{
color: #49610F;
}
</style>
background-color css
<style>
a { background-color: #49610F; }
a { background-color: rgb(73,97,15); }
div.DivClassName
{
background-color: #49610F;
}
.BgClassName
{
background-color: #49610F;
}
</style>
border-color css
<style>
span { border-color: #49610F; }
span { border-color: rgb(73,97,15); }
td.TdClassName
{
border-color: #49610F;
}
.TagClassName
{
border-color: #49610F;
}
</style>