Shades of Verdun Green #47440B
Tints of Verdun Green #47440B
RGB
CMYK
RGB Variations
Color information
#47440B (or 0x47440B) is known color: Verdun Green. HEX triplet: 47, 44 and 0B. RGB value is (71,68,11). Sum of RGB (Red+Green+Blue) = 71+68+11=150 (19% of max value = 765). Red value is 71 (28.12% from 255 or 47.33% from 150); Green value is 68 (26.95% from 255 or 45.33% from 150); Blue value is 11 (4.69% from 255 or 7.33% from 150); Max value from RGB is 71 - color contains mainly: red. Hex color #47440B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #47440B is #B8BBF4. Grayscale: #3E3E3E. Windows color (decimal): -12106741 or 738375. OLE color: 738375.
HSL color Cylindrical-coordinate representation of color #47440B: hue angle of 57º degrees, saturation: 0.73, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #47440B is Cyan = 0, Magento = 0.04, Yellow = 0.85 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 68 | 11 | - |
| CMYK | 0 | 0.04 | 0.85 | 0.72 |
| HSL | 57º | 0.73% | 0.16% | - |
| HSV(B) | 57º | 0.85% | 0.28% | - |
| XYZ | 4.73 | 5.5 | 1.13 | - |
| YUV | 62.4 | 98.99 | 134.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 68 | 11 | 0 | 0.04 | 0.85 | 0.72 | 57 | 0.73 | 0.16 |
| Hex | 47 | 44 | B | 0 | 4 | 55 | 48 | 39 | 49 | 10 |
| Octal | 107 | 104 | 13 | 0 | 4 | 125 | 110 | 71 | 111 | 20 |
| Binary | 1000111 | 1000100 | 1011 | 0 | 100 | 1010101 | 1001000 | 111001 | 1001001 | 10000 |
Color Harmonies of #47440B
Complementary color
Monochromatic Colors of #47440B
Black with #47440B
Text Example
Text Example
White with #47440B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47440B; }
p { color: rgb(71,68,11); }
H1.HeaderClassName
{
color: #47440B;
}
.AnyTagClassName
{
color: #47440B;
}
</style>
background-color css
<style>
a { background-color: #47440B; }
a { background-color: rgb(71,68,11); }
div.DivClassName
{
background-color: #47440B;
}
.BgClassName
{
background-color: #47440B;
}
</style>
border-color css
<style>
span { border-color: #47440B; }
span { border-color: rgb(71,68,11); }
td.TdClassName
{
border-color: #47440B;
}
.TagClassName
{
border-color: #47440B;
}
</style>