Shades of Verdun Green #47490F
Tints of Verdun Green #47490F
RGB
CMYK
RGB Variations
Color information
#47490F (or 0x47490F) is known color: Verdun Green. HEX triplet: 47, 49 and 0F. RGB value is (71,73,15). Sum of RGB (Red+Green+Blue) = 71+73+15=159 (21% of max value = 765). Red value is 71 (28.12% from 255 or 44.65% from 159); Green value is 73 (28.91% from 255 or 45.91% from 159); Blue value is 15 (6.25% from 255 or 9.43% from 159); Max value from RGB is 73 - color contains mainly: green. Hex color #47490F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #47490F is #B8B6F0. Grayscale: #424242. Windows color (decimal): -12105457 or 1001799. OLE color: 1001799.
HSL color Cylindrical-coordinate representation of color #47490F: hue angle of 62.07º degrees, saturation: 0.66, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #47490F is Cyan = 0.03, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 71 | 73 | 15 | - |
| CMYK | 0.03 | 0 | 0.79 | 0.71 |
| HSL | 62.07º | 0.66% | 0.17% | - |
| HSV(B) | 62.07º | 0.79% | 0.29% | - |
| XYZ | 5.07 | 6.14 | 1.37 | - |
| YUV | 65.79 | 99.34 | 131.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 73 | 15 | 0.03 | 0 | 0.79 | 0.71 | 62.07 | 0.66 | 0.17 |
| Hex | 47 | 49 | F | 3 | 0 | 4F | 47 | 3E | 42 | 11 |
| Octal | 107 | 111 | 17 | 3 | 0 | 117 | 107 | 76 | 102 | 21 |
| Binary | 1000111 | 1001001 | 1111 | 11 | 0 | 1001111 | 1000111 | 111110 | 1000010 | 10001 |
Color Harmonies of #47490F
Complementary color
Monochromatic Colors of #47490F
Black with #47490F
Text Example
Text Example
White with #47490F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47490F; }
p { color: rgb(71,73,15); }
H1.HeaderClassName
{
color: #47490F;
}
.AnyTagClassName
{
color: #47490F;
}
</style>
background-color css
<style>
a { background-color: #47490F; }
a { background-color: rgb(71,73,15); }
div.DivClassName
{
background-color: #47490F;
}
.BgClassName
{
background-color: #47490F;
}
</style>
border-color css
<style>
span { border-color: #47490F; }
span { border-color: rgb(71,73,15); }
td.TdClassName
{
border-color: #47490F;
}
.TagClassName
{
border-color: #47490F;
}
</style>