Shades of Verdun Green #47440C
Tints of Verdun Green #47440C
RGB
CMYK
RGB Variations
Color information
#47440C (or 0x47440C) is known color: Verdun Green. HEX triplet: 47, 44 and 0C. RGB value is (71,68,12). Sum of RGB (Red+Green+Blue) = 71+68+12=151 (20% of max value = 765). Red value is 71 (28.12% from 255 or 47.02% from 151); Green value is 68 (26.95% from 255 or 45.03% from 151); Blue value is 12 (5.08% from 255 or 7.95% from 151); Max value from RGB is 71 - color contains mainly: red. Hex color #47440C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #47440C is #B8BBF3. Grayscale: #3E3E3E. Windows color (decimal): -12106740 or 803911. OLE color: 803911.
HSL color Cylindrical-coordinate representation of color #47440C: hue angle of 56.95º degrees, saturation: 0.71, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #47440C is Cyan = 0, Magento = 0.04, Yellow = 0.83 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 68 | 12 | - |
| CMYK | 0 | 0.04 | 0.83 | 0.72 |
| HSL | 56.95º | 0.71% | 0.16% | - |
| HSV(B) | 56.95º | 0.83% | 0.28% | - |
| XYZ | 4.73 | 5.5 | 1.16 | - |
| YUV | 62.51 | 99.49 | 134.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 68 | 12 | 0 | 0.04 | 0.83 | 0.72 | 56.95 | 0.71 | 0.16 |
| Hex | 47 | 44 | C | 0 | 4 | 53 | 48 | 39 | 47 | 10 |
| Octal | 107 | 104 | 14 | 0 | 4 | 123 | 110 | 71 | 107 | 20 |
| Binary | 1000111 | 1000100 | 1100 | 0 | 100 | 1010011 | 1001000 | 111001 | 1000111 | 10000 |
Color Harmonies of #47440C
Complementary color
Monochromatic Colors of #47440C
Black with #47440C
Text Example
Text Example
White with #47440C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47440C; }
p { color: rgb(71,68,12); }
H1.HeaderClassName
{
color: #47440C;
}
.AnyTagClassName
{
color: #47440C;
}
</style>
background-color css
<style>
a { background-color: #47440C; }
a { background-color: rgb(71,68,12); }
div.DivClassName
{
background-color: #47440C;
}
.BgClassName
{
background-color: #47440C;
}
</style>
border-color css
<style>
span { border-color: #47440C; }
span { border-color: rgb(71,68,12); }
td.TdClassName
{
border-color: #47440C;
}
.TagClassName
{
border-color: #47440C;
}
</style>