Shades of Verdun Green #47520B
Tints of Verdun Green #47520B
RGB
CMYK
RGB Variations
Color information
#47520B (or 0x47520B) is known color: Verdun Green. HEX triplet: 47, 52 and 0B. RGB value is (71,82,11). Sum of RGB (Red+Green+Blue) = 71+82+11=164 (21% of max value = 765). Red value is 71 (28.12% from 255 or 43.29% from 164); Green value is 82 (32.42% from 255 or 50% from 164); Blue value is 11 (4.69% from 255 or 6.71% from 164); Max value from RGB is 82 - color contains mainly: green. Hex color #47520B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #47520B is #B8ADF4. Grayscale: #464646. Windows color (decimal): -12103157 or 741959. OLE color: 741959.
HSL color Cylindrical-coordinate representation of color #47520B: hue angle of 69.3º degrees, saturation: 0.76, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #47520B is Cyan = 0.13, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 71 | 82 | 11 | - |
| CMYK | 0.13 | 0 | 0.87 | 0.68 |
| HSL | 69.3º | 0.76% | 0.18% | - |
| HSV(B) | 69.3º | 0.87% | 0.32% | - |
| XYZ | 5.68 | 7.4 | 1.45 | - |
| YUV | 70.62 | 94.36 | 128.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 82 | 11 | 0.13 | 0 | 0.87 | 0.68 | 69.3 | 0.76 | 0.18 |
| Hex | 47 | 52 | B | D | 0 | 57 | 44 | 45 | 4C | 12 |
| Octal | 107 | 122 | 13 | 15 | 0 | 127 | 104 | 105 | 114 | 22 |
| Binary | 1000111 | 1010010 | 1011 | 1101 | 0 | 1010111 | 1000100 | 1000101 | 1001100 | 10010 |
Color Harmonies of #47520B
Complementary color
Monochromatic Colors of #47520B
Black with #47520B
Text Example
Text Example
White with #47520B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47520B; }
p { color: rgb(71,82,11); }
H1.HeaderClassName
{
color: #47520B;
}
.AnyTagClassName
{
color: #47520B;
}
</style>
background-color css
<style>
a { background-color: #47520B; }
a { background-color: rgb(71,82,11); }
div.DivClassName
{
background-color: #47520B;
}
.BgClassName
{
background-color: #47520B;
}
</style>
border-color css
<style>
span { border-color: #47520B; }
span { border-color: rgb(71,82,11); }
td.TdClassName
{
border-color: #47520B;
}
.TagClassName
{
border-color: #47520B;
}
</style>