Shades of Verdun Green #4C580F
Tints of Verdun Green #4C580F
RGB
CMYK
RGB Variations
Color information
#4C580F (or 0x4C580F) is known color: Verdun Green. HEX triplet: 4C, 58 and 0F. RGB value is (76,88,15). Sum of RGB (Red+Green+Blue) = 76+88+15=179 (23% of max value = 765). Red value is 76 (30.08% from 255 or 42.46% from 179); Green value is 88 (34.77% from 255 or 49.16% from 179); Blue value is 15 (6.25% from 255 or 8.38% from 179); Max value from RGB is 88 - color contains mainly: green. Hex color #4C580F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4C580F is #B3A7F0. Grayscale: #4C4C4C. Windows color (decimal): -11773937 or 1005644. OLE color: 1005644.
HSL color Cylindrical-coordinate representation of color #4C580F: hue angle of 69.86º degrees, saturation: 0.71, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4C580F is Cyan = 0.14, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 76 | 88 | 15 | - |
| CMYK | 0.14 | 0 | 0.83 | 0.65 |
| HSL | 69.86º | 0.71% | 0.2% | - |
| HSV(B) | 69.86º | 0.83% | 0.35% | - |
| XYZ | 6.56 | 8.55 | 1.76 | - |
| YUV | 76.09 | 93.52 | 127.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 88 | 15 | 0.14 | 0 | 0.83 | 0.65 | 69.86 | 0.71 | 0.2 |
| Hex | 4C | 58 | F | E | 0 | 53 | 41 | 46 | 47 | 14 |
| Octal | 114 | 130 | 17 | 16 | 0 | 123 | 101 | 106 | 107 | 24 |
| Binary | 1001100 | 1011000 | 1111 | 1110 | 0 | 1010011 | 1000001 | 1000110 | 1000111 | 10100 |
Color Harmonies of #4C580F
Complementary color
Monochromatic Colors of #4C580F
Black with #4C580F
Text Example
Text Example
White with #4C580F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C580F; }
p { color: rgb(76,88,15); }
H1.HeaderClassName
{
color: #4C580F;
}
.AnyTagClassName
{
color: #4C580F;
}
</style>
background-color css
<style>
a { background-color: #4C580F; }
a { background-color: rgb(76,88,15); }
div.DivClassName
{
background-color: #4C580F;
}
.BgClassName
{
background-color: #4C580F;
}
</style>
border-color css
<style>
span { border-color: #4C580F; }
span { border-color: rgb(76,88,15); }
td.TdClassName
{
border-color: #4C580F;
}
.TagClassName
{
border-color: #4C580F;
}
</style>