Shades of Verdun Green #4B580D
Tints of Verdun Green #4B580D
RGB
CMYK
RGB Variations
Color information
#4B580D (or 0x4B580D) is known color: Verdun Green. HEX triplet: 4B, 58 and 0D. RGB value is (75,88,13). Sum of RGB (Red+Green+Blue) = 75+88+13=176 (23% of max value = 765). Red value is 75 (29.69% from 255 or 42.61% from 176); Green value is 88 (34.77% from 255 or 50% from 176); Blue value is 13 (5.47% from 255 or 7.39% from 176); Max value from RGB is 88 - color contains mainly: green. Hex color #4B580D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4B580D is #B4A7F2. Grayscale: #4B4B4B. Windows color (decimal): -11839475 or 874571. OLE color: 874571.
HSL color Cylindrical-coordinate representation of color #4B580D: hue angle of 70.4º degrees, saturation: 0.74, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4B580D is Cyan = 0.15, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 75 | 88 | 13 | - |
| CMYK | 0.15 | 0 | 0.85 | 0.65 |
| HSL | 70.4º | 0.74% | 0.2% | - |
| HSV(B) | 70.4º | 0.85% | 0.35% | - |
| XYZ | 6.46 | 8.5 | 1.68 | - |
| YUV | 75.56 | 92.69 | 127.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 88 | 13 | 0.15 | 0 | 0.85 | 0.65 | 70.4 | 0.74 | 0.2 |
| Hex | 4B | 58 | D | F | 0 | 55 | 41 | 46 | 4A | 14 |
| Octal | 113 | 130 | 15 | 17 | 0 | 125 | 101 | 106 | 112 | 24 |
| Binary | 1001011 | 1011000 | 1101 | 1111 | 0 | 1010101 | 1000001 | 1000110 | 1001010 | 10100 |
Color Harmonies of #4B580D
Complementary color
Monochromatic Colors of #4B580D
Black with #4B580D
Text Example
Text Example
White with #4B580D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B580D; }
p { color: rgb(75,88,13); }
H1.HeaderClassName
{
color: #4B580D;
}
.AnyTagClassName
{
color: #4B580D;
}
</style>
background-color css
<style>
a { background-color: #4B580D; }
a { background-color: rgb(75,88,13); }
div.DivClassName
{
background-color: #4B580D;
}
.BgClassName
{
background-color: #4B580D;
}
</style>
border-color css
<style>
span { border-color: #4B580D; }
span { border-color: rgb(75,88,13); }
td.TdClassName
{
border-color: #4B580D;
}
.TagClassName
{
border-color: #4B580D;
}
</style>