Shades of Verdun Green #4C5319
Tints of Verdun Green #4C5319
RGB
CMYK
RGB Variations
Color information
#4C5319 (or 0x4C5319) is known color: Verdun Green. HEX triplet: 4C, 53 and 19. RGB value is (76,83,25). Sum of RGB (Red+Green+Blue) = 76+83+25=184 (24% of max value = 765). Red value is 76 (30.08% from 255 or 41.30% from 184); Green value is 83 (32.81% from 255 or 45.11% from 184); Blue value is 25 (10.16% from 255 or 13.59% from 184); Max value from RGB is 83 - color contains mainly: green. Hex color #4C5319 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4C5319 is #B3ACE6. Grayscale: #4A4A4A. Windows color (decimal): -11775207 or 1659724. OLE color: 1659724.
HSL color Cylindrical-coordinate representation of color #4C5319: hue angle of 67.24º degrees, saturation: 0.54, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4C5319 is Cyan = 0.08, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 76 | 83 | 25 | - |
| CMYK | 0.08 | 0 | 0.70 | 0.67 |
| HSL | 67.24º | 0.54% | 0.21% | - |
| HSV(B) | 67.24º | 0.7% | 0.33% | - |
| XYZ | 6.25 | 7.79 | 2.09 | - |
| YUV | 74.3 | 100.18 | 129.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 83 | 25 | 0.08 | 0 | 0.70 | 0.67 | 67.24 | 0.54 | 0.21 |
| Hex | 4C | 53 | 19 | 8 | 0 | 46 | 43 | 43 | 36 | 15 |
| Octal | 114 | 123 | 31 | 10 | 0 | 106 | 103 | 103 | 66 | 25 |
| Binary | 1001100 | 1010011 | 11001 | 1000 | 0 | 1000110 | 1000011 | 1000011 | 110110 | 10101 |
Color Harmonies of #4C5319
Complementary color
Monochromatic Colors of #4C5319
Black with #4C5319
Text Example
Text Example
White with #4C5319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C5319; }
p { color: rgb(76,83,25); }
H1.HeaderClassName
{
color: #4C5319;
}
.AnyTagClassName
{
color: #4C5319;
}
</style>
background-color css
<style>
a { background-color: #4C5319; }
a { background-color: rgb(76,83,25); }
div.DivClassName
{
background-color: #4C5319;
}
.BgClassName
{
background-color: #4C5319;
}
</style>
border-color css
<style>
span { border-color: #4C5319; }
span { border-color: rgb(76,83,25); }
td.TdClassName
{
border-color: #4C5319;
}
.TagClassName
{
border-color: #4C5319;
}
</style>