Shades of Verdun Green #47561C
Tints of Verdun Green #47561C
RGB
CMYK
RGB Variations
Color information
#47561C (or 0x47561C) is known color: Verdun Green. HEX triplet: 47, 56 and 1C. RGB value is (71,86,28). Sum of RGB (Red+Green+Blue) = 71+86+28=185 (24% of max value = 765). Red value is 71 (28.12% from 255 or 38.38% from 185); Green value is 86 (33.98% from 255 or 46.49% from 185); Blue value is 28 (11.33% from 255 or 15.14% from 185); Max value from RGB is 86 - color contains mainly: green. Hex color #47561C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #47561C is #B8A9E3. Grayscale: #4B4B4B. Windows color (decimal): -12102116 or 1857095. OLE color: 1857095.
HSL color Cylindrical-coordinate representation of color #47561C: hue angle of 75.52º degrees, saturation: 0.51, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #47561C is Cyan = 0.17, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 71 | 86 | 28 | - |
| CMYK | 0.17 | 0 | 0.67 | 0.66 |
| HSL | 75.52º | 0.51% | 0.22% | - |
| HSV(B) | 75.52º | 0.67% | 0.34% | - |
| XYZ | 6.14 | 8.08 | 2.33 | - |
| YUV | 74.9 | 101.53 | 125.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 86 | 28 | 0.17 | 0 | 0.67 | 0.66 | 75.52 | 0.51 | 0.22 |
| Hex | 47 | 56 | 1C | 11 | 0 | 43 | 42 | 4C | 33 | 16 |
| Octal | 107 | 126 | 34 | 21 | 0 | 103 | 102 | 114 | 63 | 26 |
| Binary | 1000111 | 1010110 | 11100 | 10001 | 0 | 1000011 | 1000010 | 1001100 | 110011 | 10110 |
Color Harmonies of #47561C
Complementary color
Monochromatic Colors of #47561C
Black with #47561C
Text Example
Text Example
White with #47561C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47561C; }
p { color: rgb(71,86,28); }
H1.HeaderClassName
{
color: #47561C;
}
.AnyTagClassName
{
color: #47561C;
}
</style>
background-color css
<style>
a { background-color: #47561C; }
a { background-color: rgb(71,86,28); }
div.DivClassName
{
background-color: #47561C;
}
.BgClassName
{
background-color: #47561C;
}
</style>
border-color css
<style>
span { border-color: #47561C; }
span { border-color: rgb(71,86,28); }
td.TdClassName
{
border-color: #47561C;
}
.TagClassName
{
border-color: #47561C;
}
</style>