Shades of Verdun Green #4B470C
Tints of Verdun Green #4B470C
RGB
CMYK
RGB Variations
Color information
#4B470C (or 0x4B470C) is known color: Verdun Green. HEX triplet: 4B, 47 and 0C. RGB value is (75,71,12). Sum of RGB (Red+Green+Blue) = 75+71+12=158 (20% of max value = 765). Red value is 75 (29.69% from 255 or 47.47% from 158); Green value is 71 (28.12% from 255 or 44.94% from 158); Blue value is 12 (5.08% from 255 or 7.59% from 158); Max value from RGB is 75 - color contains mainly: red. Hex color #4B470C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4B470C is #B4B8F3. Grayscale: #414141. Windows color (decimal): -11843828 or 804683. OLE color: 804683.
HSL color Cylindrical-coordinate representation of color #4B470C: hue angle of 56.19º degrees, saturation: 0.72, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4B470C is Cyan = 0, Magento = 0.05, Yellow = 0.84 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 71 | 12 | - |
| CMYK | 0 | 0.05 | 0.84 | 0.71 |
| HSL | 56.19º | 0.72% | 0.17% | - |
| HSV(B) | 56.19º | 0.84% | 0.29% | - |
| XYZ | 5.22 | 6.03 | 1.24 | - |
| YUV | 65.47 | 97.83 | 134.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 71 | 12 | 0 | 0.05 | 0.84 | 0.71 | 56.19 | 0.72 | 0.17 |
| Hex | 4B | 47 | C | 0 | 5 | 54 | 47 | 38 | 48 | 11 |
| Octal | 113 | 107 | 14 | 0 | 5 | 124 | 107 | 70 | 110 | 21 |
| Binary | 1001011 | 1000111 | 1100 | 0 | 101 | 1010100 | 1000111 | 111000 | 1001000 | 10001 |
Color Harmonies of #4B470C
Complementary color
Monochromatic Colors of #4B470C
Black with #4B470C
Text Example
Text Example
White with #4B470C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B470C; }
p { color: rgb(75,71,12); }
H1.HeaderClassName
{
color: #4B470C;
}
.AnyTagClassName
{
color: #4B470C;
}
</style>
background-color css
<style>
a { background-color: #4B470C; }
a { background-color: rgb(75,71,12); }
div.DivClassName
{
background-color: #4B470C;
}
.BgClassName
{
background-color: #4B470C;
}
</style>
border-color css
<style>
span { border-color: #4B470C; }
span { border-color: rgb(75,71,12); }
td.TdClassName
{
border-color: #4B470C;
}
.TagClassName
{
border-color: #4B470C;
}
</style>