Shades of Verdun Green #4B560D
Tints of Verdun Green #4B560D
RGB
CMYK
RGB Variations
Color information
#4B560D (or 0x4B560D) is known color: Verdun Green. HEX triplet: 4B, 56 and 0D. RGB value is (75,86,13). Sum of RGB (Red+Green+Blue) = 75+86+13=174 (23% of max value = 765). Red value is 75 (29.69% from 255 or 43.10% from 174); Green value is 86 (33.98% from 255 or 49.43% from 174); Blue value is 13 (5.47% from 255 or 7.47% from 174); Max value from RGB is 86 - color contains mainly: green. Hex color #4B560D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4B560D is #B4A9F2. Grayscale: #4A4A4A. Windows color (decimal): -11839987 or 874059. OLE color: 874059.
HSL color Cylindrical-coordinate representation of color #4B560D: hue angle of 69.04º degrees, saturation: 0.74, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4B560D is Cyan = 0.13, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 75 | 86 | 13 | - |
| CMYK | 0.13 | 0 | 0.85 | 0.66 |
| HSL | 69.04º | 0.74% | 0.19% | - |
| HSV(B) | 69.04º | 0.85% | 0.34% | - |
| XYZ | 6.3 | 8.18 | 1.63 | - |
| YUV | 74.39 | 93.36 | 128.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 86 | 13 | 0.13 | 0 | 0.85 | 0.66 | 69.04 | 0.74 | 0.19 |
| Hex | 4B | 56 | D | D | 0 | 55 | 42 | 45 | 4A | 13 |
| Octal | 113 | 126 | 15 | 15 | 0 | 125 | 102 | 105 | 112 | 23 |
| Binary | 1001011 | 1010110 | 1101 | 1101 | 0 | 1010101 | 1000010 | 1000101 | 1001010 | 10011 |
Color Harmonies of #4B560D
Complementary color
Monochromatic Colors of #4B560D
Black with #4B560D
Text Example
Text Example
White with #4B560D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B560D; }
p { color: rgb(75,86,13); }
H1.HeaderClassName
{
color: #4B560D;
}
.AnyTagClassName
{
color: #4B560D;
}
</style>
background-color css
<style>
a { background-color: #4B560D; }
a { background-color: rgb(75,86,13); }
div.DivClassName
{
background-color: #4B560D;
}
.BgClassName
{
background-color: #4B560D;
}
</style>
border-color css
<style>
span { border-color: #4B560D; }
span { border-color: rgb(75,86,13); }
td.TdClassName
{
border-color: #4B560D;
}
.TagClassName
{
border-color: #4B560D;
}
</style>