Shades of Verdun Green #47591B
Tints of Verdun Green #47591B
RGB
CMYK
RGB Variations
Color information
#47591B (or 0x47591B) is known color: Verdun Green. HEX triplet: 47, 59 and 1B. RGB value is (71,89,27). Sum of RGB (Red+Green+Blue) = 71+89+27=187 (24% of max value = 765). Red value is 71 (28.12% from 255 or 37.97% from 187); Green value is 89 (35.16% from 255 or 47.59% from 187); Blue value is 27 (10.94% from 255 or 14.44% from 187); Max value from RGB is 89 - color contains mainly: green. Hex color #47591B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #47591B is #B8A6E4. Grayscale: #4C4C4C. Windows color (decimal): -12101349 or 1792327. OLE color: 1792327.
HSL color Cylindrical-coordinate representation of color #47591B: hue angle of 77.42º degrees, saturation: 0.53, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #47591B is Cyan = 0.20, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 71 | 89 | 27 | - |
| CMYK | 0.20 | 0 | 0.70 | 0.65 |
| HSL | 77.42º | 0.53% | 0.23% | - |
| HSV(B) | 77.42º | 0.7% | 0.35% | - |
| XYZ | 6.37 | 8.56 | 2.35 | - |
| YUV | 76.55 | 100.04 | 124.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 89 | 27 | 0.20 | 0 | 0.70 | 0.65 | 77.42 | 0.53 | 0.23 |
| Hex | 47 | 59 | 1B | 14 | 0 | 46 | 41 | 4D | 35 | 17 |
| Octal | 107 | 131 | 33 | 24 | 0 | 106 | 101 | 115 | 65 | 27 |
| Binary | 1000111 | 1011001 | 11011 | 10100 | 0 | 1000110 | 1000001 | 1001101 | 110101 | 10111 |
Color Harmonies of #47591B
Complementary color
Monochromatic Colors of #47591B
Black with #47591B
Text Example
Text Example
White with #47591B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47591B; }
p { color: rgb(71,89,27); }
H1.HeaderClassName
{
color: #47591B;
}
.AnyTagClassName
{
color: #47591B;
}
</style>
background-color css
<style>
a { background-color: #47591B; }
a { background-color: rgb(71,89,27); }
div.DivClassName
{
background-color: #47591B;
}
.BgClassName
{
background-color: #47591B;
}
</style>
border-color css
<style>
span { border-color: #47591B; }
span { border-color: rgb(71,89,27); }
td.TdClassName
{
border-color: #47591B;
}
.TagClassName
{
border-color: #47591B;
}
</style>