Shades of Verdun Green #47630C
Tints of Verdun Green #47630C
RGB
CMYK
RGB Variations
Color information
#47630C (or 0x47630C) is known color: Verdun Green. HEX triplet: 47, 63 and 0C. RGB value is (71,99,12). Sum of RGB (Red+Green+Blue) = 71+99+12=182 (24% of max value = 765). Red value is 71 (28.12% from 255 or 39.01% from 182); Green value is 99 (39.06% from 255 or 54.40% from 182); Blue value is 12 (5.08% from 255 or 6.59% from 182); Max value from RGB is 99 - color contains mainly: green. Hex color #47630C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #47630C is #B89CF3. Grayscale: #515151. Windows color (decimal): -12098804 or 811847. OLE color: 811847.
HSL color Cylindrical-coordinate representation of color #47630C: hue angle of 79.31º degrees, saturation: 0.78, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #47630C is Cyan = 0.28, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 71 | 99 | 12 | - |
| CMYK | 0.28 | 0 | 0.88 | 0.61 |
| HSL | 79.31º | 0.78% | 0.22% | - |
| HSV(B) | 79.31º | 0.88% | 0.39% | - |
| XYZ | 7.13 | 10.29 | 1.96 | - |
| YUV | 80.71 | 89.22 | 121.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 99 | 12 | 0.28 | 0 | 0.88 | 0.61 | 79.31 | 0.78 | 0.22 |
| Hex | 47 | 63 | C | 1C | 0 | 58 | 3D | 4F | 4E | 16 |
| Octal | 107 | 143 | 14 | 34 | 0 | 130 | 75 | 117 | 116 | 26 |
| Binary | 1000111 | 1100011 | 1100 | 11100 | 0 | 1011000 | 111101 | 1001111 | 1001110 | 10110 |
Color Harmonies of #47630C
Complementary color
Monochromatic Colors of #47630C
Black with #47630C
Text Example
Text Example
White with #47630C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47630C; }
p { color: rgb(71,99,12); }
H1.HeaderClassName
{
color: #47630C;
}
.AnyTagClassName
{
color: #47630C;
}
</style>
background-color css
<style>
a { background-color: #47630C; }
a { background-color: rgb(71,99,12); }
div.DivClassName
{
background-color: #47630C;
}
.BgClassName
{
background-color: #47630C;
}
</style>
border-color css
<style>
span { border-color: #47630C; }
span { border-color: rgb(71,99,12); }
td.TdClassName
{
border-color: #47630C;
}
.TagClassName
{
border-color: #47630C;
}
</style>