Shades of Verdun Green #4C5A1A
Tints of Verdun Green #4C5A1A
RGB
CMYK
RGB Variations
Color information
#4C5A1A (or 0x4C5A1A) is known color: Verdun Green. HEX triplet: 4C, 5A and 1A. RGB value is (76,90,26). Sum of RGB (Red+Green+Blue) = 76+90+26=192 (25% of max value = 765). Red value is 76 (30.08% from 255 or 39.58% from 192); Green value is 90 (35.55% from 255 or 46.88% from 192); Blue value is 26 (10.55% from 255 or 13.54% from 192); Max value from RGB is 90 - color contains mainly: green. Hex color #4C5A1A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C5A1A is #B3A5E5. Grayscale: #4E4E4E. Windows color (decimal): -11773414 or 1727052. OLE color: 1727052.
HSL color Cylindrical-coordinate representation of color #4C5A1A: hue angle of 73.12º degrees, saturation: 0.55, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4C5A1A is Cyan = 0.16, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 76 | 90 | 26 | - |
| CMYK | 0.16 | 0 | 0.71 | 0.65 |
| HSL | 73.13º | 0.55% | 0.23% | - |
| HSV(B) | 73.13º | 0.71% | 0.35% | - |
| XYZ | 6.82 | 8.92 | 2.34 | - |
| YUV | 78.52 | 98.36 | 126.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 90 | 26 | 0.16 | 0 | 0.71 | 0.65 | 73.13 | 0.55 | 0.23 |
| Hex | 4C | 5A | 1A | 10 | 0 | 47 | 41 | 49 | 37 | 17 |
| Octal | 114 | 132 | 32 | 20 | 0 | 107 | 101 | 111 | 67 | 27 |
| Binary | 1001100 | 1011010 | 11010 | 10000 | 0 | 1000111 | 1000001 | 1001001 | 110111 | 10111 |
Color Harmonies of #4C5A1A
Complementary color
Monochromatic Colors of #4C5A1A
Black with #4C5A1A
Text Example
Text Example
White with #4C5A1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C5A1A; }
p { color: rgb(76,90,26); }
H1.HeaderClassName
{
color: #4C5A1A;
}
.AnyTagClassName
{
color: #4C5A1A;
}
</style>
background-color css
<style>
a { background-color: #4C5A1A; }
a { background-color: rgb(76,90,26); }
div.DivClassName
{
background-color: #4C5A1A;
}
.BgClassName
{
background-color: #4C5A1A;
}
</style>
border-color css
<style>
span { border-color: #4C5A1A; }
span { border-color: rgb(76,90,26); }
td.TdClassName
{
border-color: #4C5A1A;
}
.TagClassName
{
border-color: #4C5A1A;
}
</style>