Shades of Verdun Green #4B5711
Tints of Verdun Green #4B5711
RGB
CMYK
RGB Variations
Color information
#4B5711 (or 0x4B5711) is known color: Verdun Green. HEX triplet: 4B, 57 and 11. RGB value is (75,87,17). Sum of RGB (Red+Green+Blue) = 75+87+17=179 (23% of max value = 765). Red value is 75 (29.69% from 255 or 41.90% from 179); Green value is 87 (34.38% from 255 or 48.60% from 179); Blue value is 17 (7.03% from 255 or 9.50% from 179); Max value from RGB is 87 - color contains mainly: green. Hex color #4B5711 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4B5711 is #B4A8EE. Grayscale: #4B4B4B. Windows color (decimal): -11839727 or 1136459. OLE color: 1136459.
HSL color Cylindrical-coordinate representation of color #4B5711: hue angle of 70.29º degrees, saturation: 0.67, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4B5711 is Cyan = 0.14, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 75 | 87 | 17 | - |
| CMYK | 0.14 | 0 | 0.80 | 0.66 |
| HSL | 70.29º | 0.67% | 0.2% | - |
| HSV(B) | 70.29º | 0.8% | 0.34% | - |
| XYZ | 6.41 | 8.35 | 1.8 | - |
| YUV | 75.43 | 95.02 | 127.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 87 | 17 | 0.14 | 0 | 0.80 | 0.66 | 70.29 | 0.67 | 0.2 |
| Hex | 4B | 57 | 11 | E | 0 | 50 | 42 | 46 | 43 | 14 |
| Octal | 113 | 127 | 21 | 16 | 0 | 120 | 102 | 106 | 103 | 24 |
| Binary | 1001011 | 1010111 | 10001 | 1110 | 0 | 1010000 | 1000010 | 1000110 | 1000011 | 10100 |
Color Harmonies of #4B5711
Complementary color
Monochromatic Colors of #4B5711
Black with #4B5711
Text Example
Text Example
White with #4B5711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B5711; }
p { color: rgb(75,87,17); }
H1.HeaderClassName
{
color: #4B5711;
}
.AnyTagClassName
{
color: #4B5711;
}
</style>
background-color css
<style>
a { background-color: #4B5711; }
a { background-color: rgb(75,87,17); }
div.DivClassName
{
background-color: #4B5711;
}
.BgClassName
{
background-color: #4B5711;
}
</style>
border-color css
<style>
span { border-color: #4B5711; }
span { border-color: rgb(75,87,17); }
td.TdClassName
{
border-color: #4B5711;
}
.TagClassName
{
border-color: #4B5711;
}
</style>