Shades of Verdun Green #4B7401
Tints of Verdun Green #4B7401
RGB
CMYK
RGB Variations
Color information
#4B7401 (or 0x4B7401) is known color: Verdun Green. HEX triplet: 4B, 74 and 01. RGB value is (75,116,1). Sum of RGB (Red+Green+Blue) = 75+116+1=192 (25% of max value = 765). Red value is 75 (29.69% from 255 or 39.06% from 192); Green value is 116 (45.70% from 255 or 60.42% from 192); Blue value is 1 (0.78% from 255 or 0.52% from 192); Max value from RGB is 116 - color contains mainly: green. Hex color #4B7401 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4B7401 is #B48BFE. Grayscale: #5B5B5B. Windows color (decimal): -11832319 or 95307. OLE color: 95307.
HSL color Cylindrical-coordinate representation of color #4B7401: hue angle of 81.39º 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 #4B7401 is Cyan = 0.35, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 75 | 116 | 1 | - |
| CMYK | 0.35 | 0 | 0.99 | 0.55 |
| HSL | 81.39º | 0.98% | 0.23% | - |
| HSV(B) | 81.39º | 0.99% | 0.45% | - |
| XYZ | 9.15 | 13.99 | 2.25 | - |
| YUV | 90.63 | 77.42 | 116.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 116 | 1 | 0.35 | 0 | 0.99 | 0.55 | 81.39 | 0.98 | 0.23 |
| Hex | 4B | 74 | 1 | 23 | 0 | 63 | 37 | 51 | 62 | 17 |
| Octal | 113 | 164 | 1 | 43 | 0 | 143 | 67 | 121 | 142 | 27 |
| Binary | 1001011 | 1110100 | 1 | 100011 | 0 | 1100011 | 110111 | 1010001 | 1100010 | 10111 |
Color Harmonies of #4B7401
Complementary color
Monochromatic Colors of #4B7401
Black with #4B7401
Text Example
Text Example
White with #4B7401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B7401; }
p { color: rgb(75,116,1); }
H1.HeaderClassName
{
color: #4B7401;
}
.AnyTagClassName
{
color: #4B7401;
}
</style>
background-color css
<style>
a { background-color: #4B7401; }
a { background-color: rgb(75,116,1); }
div.DivClassName
{
background-color: #4B7401;
}
.BgClassName
{
background-color: #4B7401;
}
</style>
border-color css
<style>
span { border-color: #4B7401; }
span { border-color: rgb(75,116,1); }
td.TdClassName
{
border-color: #4B7401;
}
.TagClassName
{
border-color: #4B7401;
}
</style>