Shades of Verdun Green #47500B
Tints of Verdun Green #47500B
RGB
CMYK
RGB Variations
Color information
#47500B (or 0x47500B) is known color: Verdun Green. HEX triplet: 47, 50 and 0B. RGB value is (71,80,11). Sum of RGB (Red+Green+Blue) = 71+80+11=162 (21% of max value = 765). Red value is 71 (28.12% from 255 or 43.83% from 162); Green value is 80 (31.64% from 255 or 49.38% from 162); Blue value is 11 (4.69% from 255 or 6.79% from 162); Max value from RGB is 80 - color contains mainly: green. Hex color #47500B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #47500B is #B8AFF4. Grayscale: #454545. Windows color (decimal): -12103669 or 741447. OLE color: 741447.
HSL color Cylindrical-coordinate representation of color #47500B: hue angle of 67.83º degrees, saturation: 0.76, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #47500B is Cyan = 0.11, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 71 | 80 | 11 | - |
| CMYK | 0.11 | 0 | 0.86 | 0.69 |
| HSL | 67.83º | 0.76% | 0.18% | - |
| HSV(B) | 67.83º | 0.86% | 0.31% | - |
| XYZ | 5.53 | 7.1 | 1.4 | - |
| YUV | 69.44 | 95.02 | 129.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 80 | 11 | 0.11 | 0 | 0.86 | 0.69 | 67.83 | 0.76 | 0.18 |
| Hex | 47 | 50 | B | B | 0 | 56 | 45 | 44 | 4C | 12 |
| Octal | 107 | 120 | 13 | 13 | 0 | 126 | 105 | 104 | 114 | 22 |
| Binary | 1000111 | 1010000 | 1011 | 1011 | 0 | 1010110 | 1000101 | 1000100 | 1001100 | 10010 |
Color Harmonies of #47500B
Complementary color
Monochromatic Colors of #47500B
Black with #47500B
Text Example
Text Example
White with #47500B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47500B; }
p { color: rgb(71,80,11); }
H1.HeaderClassName
{
color: #47500B;
}
.AnyTagClassName
{
color: #47500B;
}
</style>
background-color css
<style>
a { background-color: #47500B; }
a { background-color: rgb(71,80,11); }
div.DivClassName
{
background-color: #47500B;
}
.BgClassName
{
background-color: #47500B;
}
</style>
border-color css
<style>
span { border-color: #47500B; }
span { border-color: rgb(71,80,11); }
td.TdClassName
{
border-color: #47500B;
}
.TagClassName
{
border-color: #47500B;
}
</style>