Shades of Verdun Green #4C7301
Tints of Verdun Green #4C7301
RGB
CMYK
RGB Variations
Color information
#4C7301 (or 0x4C7301) is known color: Verdun Green. HEX triplet: 4C, 73 and 01. RGB value is (76,115,1). Sum of RGB (Red+Green+Blue) = 76+115+1=192 (25% of max value = 765). Red value is 76 (30.08% from 255 or 39.58% from 192); Green value is 115 (45.31% from 255 or 59.90% from 192); Blue value is 1 (0.78% from 255 or 0.52% from 192); Max value from RGB is 115 - color contains mainly: green. Hex color #4C7301 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4C7301 is #B38CFE. Grayscale: #5A5A5A. Windows color (decimal): -11767039 or 95052. OLE color: 95052.
HSL color Cylindrical-coordinate representation of color #4C7301: hue angle of 80.53º 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 #4C7301 is Cyan = 0.34, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 76 | 115 | 1 | - |
| CMYK | 0.34 | 0 | 0.99 | 0.55 |
| HSL | 80.53º | 0.98% | 0.23% | - |
| HSV(B) | 80.53º | 0.99% | 0.45% | - |
| XYZ | 9.12 | 13.8 | 2.21 | - |
| YUV | 90.34 | 77.58 | 117.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 115 | 1 | 0.34 | 0 | 0.99 | 0.55 | 80.53 | 0.98 | 0.23 |
| Hex | 4C | 73 | 1 | 22 | 0 | 63 | 37 | 51 | 62 | 17 |
| Octal | 114 | 163 | 1 | 42 | 0 | 143 | 67 | 121 | 142 | 27 |
| Binary | 1001100 | 1110011 | 1 | 100010 | 0 | 1100011 | 110111 | 1010001 | 1100010 | 10111 |
Color Harmonies of #4C7301
Complementary color
Monochromatic Colors of #4C7301
Black with #4C7301
Text Example
Text Example
White with #4C7301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C7301; }
p { color: rgb(76,115,1); }
H1.HeaderClassName
{
color: #4C7301;
}
.AnyTagClassName
{
color: #4C7301;
}
</style>
background-color css
<style>
a { background-color: #4C7301; }
a { background-color: rgb(76,115,1); }
div.DivClassName
{
background-color: #4C7301;
}
.BgClassName
{
background-color: #4C7301;
}
</style>
border-color css
<style>
span { border-color: #4C7301; }
span { border-color: rgb(76,115,1); }
td.TdClassName
{
border-color: #4C7301;
}
.TagClassName
{
border-color: #4C7301;
}
</style>