Shades of Verdun Green #47541D
Tints of Verdun Green #47541D
RGB
CMYK
RGB Variations
Color information
#47541D (or 0x47541D) is known color: Verdun Green. HEX triplet: 47, 54 and 1D. RGB value is (71,84,29). Sum of RGB (Red+Green+Blue) = 71+84+29=184 (24% of max value = 765). Red value is 71 (28.12% from 255 or 38.59% from 184); Green value is 84 (33.20% from 255 or 45.65% from 184); Blue value is 29 (11.72% from 255 or 15.76% from 184); Max value from RGB is 84 - color contains mainly: green. Hex color #47541D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #47541D is #B8ABE2. Grayscale: #4A4A4A. Windows color (decimal): -12102627 or 1922119. OLE color: 1922119.
HSL color Cylindrical-coordinate representation of color #47541D: hue angle of 74.18º degrees, saturation: 0.49, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #47541D is Cyan = 0.15, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 71 | 84 | 29 | - |
| CMYK | 0.15 | 0 | 0.65 | 0.67 |
| HSL | 74.18º | 0.49% | 0.22% | - |
| HSV(B) | 74.18º | 0.65% | 0.33% | - |
| XYZ | 5.99 | 7.77 | 2.35 | - |
| YUV | 73.84 | 102.69 | 125.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 84 | 29 | 0.15 | 0 | 0.65 | 0.67 | 74.18 | 0.49 | 0.22 |
| Hex | 47 | 54 | 1D | F | 0 | 41 | 43 | 4A | 31 | 16 |
| Octal | 107 | 124 | 35 | 17 | 0 | 101 | 103 | 112 | 61 | 26 |
| Binary | 1000111 | 1010100 | 11101 | 1111 | 0 | 1000001 | 1000011 | 1001010 | 110001 | 10110 |
Color Harmonies of #47541D
Complementary color
Monochromatic Colors of #47541D
Black with #47541D
Text Example
Text Example
White with #47541D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47541D; }
p { color: rgb(71,84,29); }
H1.HeaderClassName
{
color: #47541D;
}
.AnyTagClassName
{
color: #47541D;
}
</style>
background-color css
<style>
a { background-color: #47541D; }
a { background-color: rgb(71,84,29); }
div.DivClassName
{
background-color: #47541D;
}
.BgClassName
{
background-color: #47541D;
}
</style>
border-color css
<style>
span { border-color: #47541D; }
span { border-color: rgb(71,84,29); }
td.TdClassName
{
border-color: #47541D;
}
.TagClassName
{
border-color: #47541D;
}
</style>