Shades of Verdun Green #4B5610
Tints of Verdun Green #4B5610
RGB
CMYK
RGB Variations
Color information
#4B5610 (or 0x4B5610) is known color: Verdun Green. HEX triplet: 4B, 56 and 10. RGB value is (75,86,16). Sum of RGB (Red+Green+Blue) = 75+86+16=177 (23% of max value = 765). Red value is 75 (29.69% from 255 or 42.37% from 177); Green value is 86 (33.98% from 255 or 48.59% from 177); Blue value is 16 (6.64% from 255 or 9.04% from 177); Max value from RGB is 86 - color contains mainly: green. Hex color #4B5610 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4B5610 is #B4A9EF. Grayscale: #4B4B4B. Windows color (decimal): -11839984 or 1070667. OLE color: 1070667.
HSL color Cylindrical-coordinate representation of color #4B5610: hue angle of 69.43º degrees, saturation: 0.69, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4B5610 is Cyan = 0.13, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 75 | 86 | 16 | - |
| CMYK | 0.13 | 0 | 0.81 | 0.66 |
| HSL | 69.43º | 0.69% | 0.2% | - |
| HSV(B) | 69.43º | 0.81% | 0.34% | - |
| XYZ | 6.32 | 8.19 | 1.74 | - |
| YUV | 74.73 | 94.86 | 128.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 86 | 16 | 0.13 | 0 | 0.81 | 0.66 | 69.43 | 0.69 | 0.2 |
| Hex | 4B | 56 | 10 | D | 0 | 51 | 42 | 45 | 45 | 14 |
| Octal | 113 | 126 | 20 | 15 | 0 | 121 | 102 | 105 | 105 | 24 |
| Binary | 1001011 | 1010110 | 10000 | 1101 | 0 | 1010001 | 1000010 | 1000101 | 1000101 | 10100 |
Color Harmonies of #4B5610
Complementary color
Monochromatic Colors of #4B5610
Black with #4B5610
Text Example
Text Example
White with #4B5610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B5610; }
p { color: rgb(75,86,16); }
H1.HeaderClassName
{
color: #4B5610;
}
.AnyTagClassName
{
color: #4B5610;
}
</style>
background-color css
<style>
a { background-color: #4B5610; }
a { background-color: rgb(75,86,16); }
div.DivClassName
{
background-color: #4B5610;
}
.BgClassName
{
background-color: #4B5610;
}
</style>
border-color css
<style>
span { border-color: #4B5610; }
span { border-color: rgb(75,86,16); }
td.TdClassName
{
border-color: #4B5610;
}
.TagClassName
{
border-color: #4B5610;
}
</style>