Shades of Verdun Green #4B490B
Tints of Verdun Green #4B490B
RGB
CMYK
RGB Variations
Color information
#4B490B (or 0x4B490B) is known color: Verdun Green. HEX triplet: 4B, 49 and 0B. RGB value is (75,73,11). Sum of RGB (Red+Green+Blue) = 75+73+11=159 (21% of max value = 765). Red value is 75 (29.69% from 255 or 47.17% from 159); Green value is 73 (28.91% from 255 or 45.91% from 159); Blue value is 11 (4.69% from 255 or 6.92% from 159); Max value from RGB is 75 - color contains mainly: red. Hex color #4B490B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4B490B is #B4B6F4. Grayscale: #424242. Windows color (decimal): -11843317 or 739659. OLE color: 739659.
HSL color Cylindrical-coordinate representation of color #4B490B: hue angle of 58.12º degrees, saturation: 0.74, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4B490B is Cyan = 0, Magento = 0.03, Yellow = 0.85 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 73 | 11 | - |
| CMYK | 0 | 0.03 | 0.85 | 0.71 |
| HSL | 58.13º | 0.74% | 0.17% | - |
| HSV(B) | 58.13º | 0.85% | 0.29% | - |
| XYZ | 5.34 | 6.29 | 1.25 | - |
| YUV | 66.53 | 96.66 | 134.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 73 | 11 | 0 | 0.03 | 0.85 | 0.71 | 58.13 | 0.74 | 0.17 |
| Hex | 4B | 49 | B | 0 | 3 | 55 | 47 | 3A | 4A | 11 |
| Octal | 113 | 111 | 13 | 0 | 3 | 125 | 107 | 72 | 112 | 21 |
| Binary | 1001011 | 1001001 | 1011 | 0 | 11 | 1010101 | 1000111 | 111010 | 1001010 | 10001 |
Color Harmonies of #4B490B
Complementary color
Monochromatic Colors of #4B490B
Black with #4B490B
Text Example
Text Example
White with #4B490B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B490B; }
p { color: rgb(75,73,11); }
H1.HeaderClassName
{
color: #4B490B;
}
.AnyTagClassName
{
color: #4B490B;
}
</style>
background-color css
<style>
a { background-color: #4B490B; }
a { background-color: rgb(75,73,11); }
div.DivClassName
{
background-color: #4B490B;
}
.BgClassName
{
background-color: #4B490B;
}
</style>
border-color css
<style>
span { border-color: #4B490B; }
span { border-color: rgb(75,73,11); }
td.TdClassName
{
border-color: #4B490B;
}
.TagClassName
{
border-color: #4B490B;
}
</style>