Shades of Verdun Green #4B7403
Tints of Verdun Green #4B7403
RGB
CMYK
RGB Variations
Color information
#4B7403 (or 0x4B7403) is known color: Verdun Green. HEX triplet: 4B, 74 and 03. RGB value is (75,116,3). Sum of RGB (Red+Green+Blue) = 75+116+3=194 (25% of max value = 765). Red value is 75 (29.69% from 255 or 38.66% from 194); Green value is 116 (45.70% from 255 or 59.79% from 194); Blue value is 3 (1.56% from 255 or 1.55% from 194); Max value from RGB is 116 - color contains mainly: green. Hex color #4B7403 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4B7403 is #B48BFC. Grayscale: #5B5B5B. Windows color (decimal): -11832317 or 226379. OLE color: 226379.
HSL color Cylindrical-coordinate representation of color #4B7403: hue angle of 81.77º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4B7403 is Cyan = 0.35, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 75 | 116 | 3 | - |
| CMYK | 0.35 | 0 | 0.97 | 0.55 |
| HSL | 81.77º | 0.95% | 0.23% | - |
| HSV(B) | 81.77º | 0.97% | 0.45% | - |
| XYZ | 9.16 | 13.99 | 2.3 | - |
| YUV | 90.86 | 78.42 | 116.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 116 | 3 | 0.35 | 0 | 0.97 | 0.55 | 81.77 | 0.95 | 0.23 |
| Hex | 4B | 74 | 3 | 23 | 0 | 61 | 37 | 52 | 5F | 17 |
| Octal | 113 | 164 | 3 | 43 | 0 | 141 | 67 | 122 | 137 | 27 |
| Binary | 1001011 | 1110100 | 11 | 100011 | 0 | 1100001 | 110111 | 1010010 | 1011111 | 10111 |
Color Harmonies of #4B7403
Complementary color
Monochromatic Colors of #4B7403
Black with #4B7403
Text Example
Text Example
White with #4B7403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B7403; }
p { color: rgb(75,116,3); }
H1.HeaderClassName
{
color: #4B7403;
}
.AnyTagClassName
{
color: #4B7403;
}
</style>
background-color css
<style>
a { background-color: #4B7403; }
a { background-color: rgb(75,116,3); }
div.DivClassName
{
background-color: #4B7403;
}
.BgClassName
{
background-color: #4B7403;
}
</style>
border-color css
<style>
span { border-color: #4B7403; }
span { border-color: rgb(75,116,3); }
td.TdClassName
{
border-color: #4B7403;
}
.TagClassName
{
border-color: #4B7403;
}
</style>