Shades of Verdun Green #4B7201
Tints of Verdun Green #4B7201
RGB
CMYK
RGB Variations
Color information
#4B7201 (or 0x4B7201) is known color: Verdun Green. HEX triplet: 4B, 72 and 01. RGB value is (75,114,1). Sum of RGB (Red+Green+Blue) = 75+114+1=190 (25% of max value = 765). Red value is 75 (29.69% from 255 or 39.47% from 190); Green value is 114 (44.92% from 255 or 60% from 190); Blue value is 1 (0.78% from 255 or 0.53% from 190); Max value from RGB is 114 - color contains mainly: green. Hex color #4B7201 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4B7201 is #B48DFE. Grayscale: #595959. Windows color (decimal): -11832831 or 94795. OLE color: 94795.
HSL color Cylindrical-coordinate representation of color #4B7201: hue angle of 80.71º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4B7201 is Cyan = 0.34, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 75 | 114 | 1 | - |
| CMYK | 0.34 | 0 | 0.99 | 0.55 |
| HSL | 80.71º | 0.98% | 0.23% | - |
| HSV(B) | 80.71º | 0.99% | 0.45% | - |
| XYZ | 8.92 | 13.53 | 2.17 | - |
| YUV | 89.46 | 78.08 | 117.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 114 | 1 | 0.34 | 0 | 0.99 | 0.55 | 80.71 | 0.98 | 0.23 |
| Hex | 4B | 72 | 1 | 22 | 0 | 63 | 37 | 51 | 62 | 17 |
| Octal | 113 | 162 | 1 | 42 | 0 | 143 | 67 | 121 | 142 | 27 |
| Binary | 1001011 | 1110010 | 1 | 100010 | 0 | 1100011 | 110111 | 1010001 | 1100010 | 10111 |
Color Harmonies of #4B7201
Complementary color
Monochromatic Colors of #4B7201
Black with #4B7201
Text Example
Text Example
White with #4B7201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B7201; }
p { color: rgb(75,114,1); }
H1.HeaderClassName
{
color: #4B7201;
}
.AnyTagClassName
{
color: #4B7201;
}
</style>
background-color css
<style>
a { background-color: #4B7201; }
a { background-color: rgb(75,114,1); }
div.DivClassName
{
background-color: #4B7201;
}
.BgClassName
{
background-color: #4B7201;
}
</style>
border-color css
<style>
span { border-color: #4B7201; }
span { border-color: rgb(75,114,1); }
td.TdClassName
{
border-color: #4B7201;
}
.TagClassName
{
border-color: #4B7201;
}
</style>