Shades of Verdun Green #49540F
Tints of Verdun Green #49540F
RGB
CMYK
RGB Variations
Color information
#49540F (or 0x49540F) is known color: Verdun Green. HEX triplet: 49, 54 and 0F. RGB value is (73,84,15). Sum of RGB (Red+Green+Blue) = 73+84+15=172 (22% of max value = 765). Red value is 73 (28.91% from 255 or 42.44% from 172); Green value is 84 (33.20% from 255 or 48.84% from 172); Blue value is 15 (6.25% from 255 or 8.72% from 172); Max value from RGB is 84 - color contains mainly: green. Hex color #49540F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #49540F is #B6ABF0. Grayscale: #494949. Windows color (decimal): -11971569 or 1004617. OLE color: 1004617.
HSL color Cylindrical-coordinate representation of color #49540F: hue angle of 69.57º degrees, saturation: 0.7, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #49540F is Cyan = 0.13, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 73 | 84 | 15 | - |
| CMYK | 0.13 | 0 | 0.82 | 0.67 |
| HSL | 69.57º | 0.7% | 0.19% | - |
| HSV(B) | 69.57º | 0.82% | 0.33% | - |
| XYZ | 6 | 7.79 | 1.64 | - |
| YUV | 72.85 | 95.36 | 128.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 84 | 15 | 0.13 | 0 | 0.82 | 0.67 | 69.57 | 0.7 | 0.19 |
| Hex | 49 | 54 | F | D | 0 | 52 | 43 | 46 | 46 | 13 |
| Octal | 111 | 124 | 17 | 15 | 0 | 122 | 103 | 106 | 106 | 23 |
| Binary | 1001001 | 1010100 | 1111 | 1101 | 0 | 1010010 | 1000011 | 1000110 | 1000110 | 10011 |
Color Harmonies of #49540F
Complementary color
Monochromatic Colors of #49540F
Black with #49540F
Text Example
Text Example
White with #49540F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49540F; }
p { color: rgb(73,84,15); }
H1.HeaderClassName
{
color: #49540F;
}
.AnyTagClassName
{
color: #49540F;
}
</style>
background-color css
<style>
a { background-color: #49540F; }
a { background-color: rgb(73,84,15); }
div.DivClassName
{
background-color: #49540F;
}
.BgClassName
{
background-color: #49540F;
}
</style>
border-color css
<style>
span { border-color: #49540F; }
span { border-color: rgb(73,84,15); }
td.TdClassName
{
border-color: #49540F;
}
.TagClassName
{
border-color: #49540F;
}
</style>