Shades of Verdun Green #47541B
Tints of Verdun Green #47541B
RGB
CMYK
RGB Variations
Color information
#47541B (or 0x47541B) is known color: Verdun Green. HEX triplet: 47, 54 and 1B. RGB value is (71,84,27). Sum of RGB (Red+Green+Blue) = 71+84+27=182 (24% of max value = 765). Red value is 71 (28.12% from 255 or 39.01% from 182); Green value is 84 (33.20% from 255 or 46.15% from 182); Blue value is 27 (10.94% from 255 or 14.84% from 182); Max value from RGB is 84 - color contains mainly: green. Hex color #47541B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #47541B is #B8ABE4. Grayscale: #494949. Windows color (decimal): -12102629 or 1791047. OLE color: 1791047.
HSL color Cylindrical-coordinate representation of color #47541B: hue angle of 73.68º degrees, saturation: 0.51, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #47541B is Cyan = 0.15, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 71 | 84 | 27 | - |
| CMYK | 0.15 | 0 | 0.68 | 0.67 |
| HSL | 73.68º | 0.51% | 0.22% | - |
| HSV(B) | 73.68º | 0.68% | 0.33% | - |
| XYZ | 5.97 | 7.76 | 2.22 | - |
| YUV | 73.62 | 101.69 | 126.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 84 | 27 | 0.15 | 0 | 0.68 | 0.67 | 73.68 | 0.51 | 0.22 |
| Hex | 47 | 54 | 1B | F | 0 | 44 | 43 | 4A | 33 | 16 |
| Octal | 107 | 124 | 33 | 17 | 0 | 104 | 103 | 112 | 63 | 26 |
| Binary | 1000111 | 1010100 | 11011 | 1111 | 0 | 1000100 | 1000011 | 1001010 | 110011 | 10110 |
Color Harmonies of #47541B
Complementary color
Monochromatic Colors of #47541B
Black with #47541B
Text Example
Text Example
White with #47541B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47541B; }
p { color: rgb(71,84,27); }
H1.HeaderClassName
{
color: #47541B;
}
.AnyTagClassName
{
color: #47541B;
}
</style>
background-color css
<style>
a { background-color: #47541B; }
a { background-color: rgb(71,84,27); }
div.DivClassName
{
background-color: #47541B;
}
.BgClassName
{
background-color: #47541B;
}
</style>
border-color css
<style>
span { border-color: #47541B; }
span { border-color: rgb(71,84,27); }
td.TdClassName
{
border-color: #47541B;
}
.TagClassName
{
border-color: #47541B;
}
</style>