Shades of Verdun Green #4C5C0A
Tints of Verdun Green #4C5C0A
RGB
CMYK
RGB Variations
Color information
#4C5C0A (or 0x4C5C0A) is known color: Verdun Green. HEX triplet: 4C, 5C and 0A. RGB value is (76,92,10). Sum of RGB (Red+Green+Blue) = 76+92+10=178 (23% of max value = 765). Red value is 76 (30.08% from 255 or 42.70% from 178); Green value is 92 (36.33% from 255 or 51.69% from 178); Blue value is 10 (4.30% from 255 or 5.62% from 178); Max value from RGB is 92 - color contains mainly: green. Hex color #4C5C0A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4C5C0A is #B3A3F5. Grayscale: #4E4E4E. Windows color (decimal): -11772918 or 678988. OLE color: 678988.
HSL color Cylindrical-coordinate representation of color #4C5C0A: hue angle of 71.71º degrees, saturation: 0.8, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4C5C0A is Cyan = 0.17, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 76 | 92 | 10 | - |
| CMYK | 0.17 | 0 | 0.89 | 0.64 |
| HSL | 71.71º | 0.8% | 0.2% | - |
| HSV(B) | 71.71º | 0.89% | 0.36% | - |
| XYZ | 6.86 | 9.21 | 1.7 | - |
| YUV | 77.87 | 89.7 | 126.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 92 | 10 | 0.17 | 0 | 0.89 | 0.64 | 71.71 | 0.8 | 0.2 |
| Hex | 4C | 5C | A | 11 | 0 | 59 | 40 | 48 | 50 | 14 |
| Octal | 114 | 134 | 12 | 21 | 0 | 131 | 100 | 110 | 120 | 24 |
| Binary | 1001100 | 1011100 | 1010 | 10001 | 0 | 1011001 | 1000000 | 1001000 | 1010000 | 10100 |
Color Harmonies of #4C5C0A
Complementary color
Monochromatic Colors of #4C5C0A
Black with #4C5C0A
Text Example
Text Example
White with #4C5C0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C5C0A; }
p { color: rgb(76,92,10); }
H1.HeaderClassName
{
color: #4C5C0A;
}
.AnyTagClassName
{
color: #4C5C0A;
}
</style>
background-color css
<style>
a { background-color: #4C5C0A; }
a { background-color: rgb(76,92,10); }
div.DivClassName
{
background-color: #4C5C0A;
}
.BgClassName
{
background-color: #4C5C0A;
}
</style>
border-color css
<style>
span { border-color: #4C5C0A; }
span { border-color: rgb(76,92,10); }
td.TdClassName
{
border-color: #4C5C0A;
}
.TagClassName
{
border-color: #4C5C0A;
}
</style>