Shades of Verdun Green #4C5315
Tints of Verdun Green #4C5315
RGB
CMYK
RGB Variations
Color information
#4C5315 (or 0x4C5315) is known color: Verdun Green. HEX triplet: 4C, 53 and 15. RGB value is (76,83,21). Sum of RGB (Red+Green+Blue) = 76+83+21=180 (23% of max value = 765). Red value is 76 (30.08% from 255 or 42.22% from 180); Green value is 83 (32.81% from 255 or 46.11% from 180); Blue value is 21 (8.59% from 255 or 11.67% from 180); Max value from RGB is 83 - color contains mainly: green. Hex color #4C5315 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4C5315 is #B3ACEA. Grayscale: #4A4A4A. Windows color (decimal): -11775211 or 1397580. OLE color: 1397580.
HSL color Cylindrical-coordinate representation of color #4C5315: hue angle of 66.77º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4C5315 is Cyan = 0.08, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 76 | 83 | 21 | - |
| CMYK | 0.08 | 0 | 0.75 | 0.67 |
| HSL | 66.77º | 0.6% | 0.2% | - |
| HSV(B) | 66.77º | 0.75% | 0.33% | - |
| XYZ | 6.21 | 7.78 | 1.88 | - |
| YUV | 73.84 | 98.18 | 129.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 83 | 21 | 0.08 | 0 | 0.75 | 0.67 | 66.77 | 0.6 | 0.2 |
| Hex | 4C | 53 | 15 | 8 | 0 | 4B | 43 | 43 | 3C | 14 |
| Octal | 114 | 123 | 25 | 10 | 0 | 113 | 103 | 103 | 74 | 24 |
| Binary | 1001100 | 1010011 | 10101 | 1000 | 0 | 1001011 | 1000011 | 1000011 | 111100 | 10100 |
Color Harmonies of #4C5315
Complementary color
Monochromatic Colors of #4C5315
Black with #4C5315
Text Example
Text Example
White with #4C5315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C5315; }
p { color: rgb(76,83,21); }
H1.HeaderClassName
{
color: #4C5315;
}
.AnyTagClassName
{
color: #4C5315;
}
</style>
background-color css
<style>
a { background-color: #4C5315; }
a { background-color: rgb(76,83,21); }
div.DivClassName
{
background-color: #4C5315;
}
.BgClassName
{
background-color: #4C5315;
}
</style>
border-color css
<style>
span { border-color: #4C5315; }
span { border-color: rgb(76,83,21); }
td.TdClassName
{
border-color: #4C5315;
}
.TagClassName
{
border-color: #4C5315;
}
</style>