Shades of Viridian Green #4C6056
Tints of Viridian Green #4C6056
RGB
CMYK
RGB Variations
Color information
#4C6056 (or 0x4C6056) is known color: Viridian Green. HEX triplet: 4C, 60 and 56. RGB value is (76,96,86). Sum of RGB (Red+Green+Blue) = 76+96+86=258 (34% of max value = 765). Red value is 76 (30.08% from 255 or 29.46% from 258); Green value is 96 (37.89% from 255 or 37.21% from 258); Blue value is 86 (33.98% from 255 or 33.33% from 258); Max value from RGB is 96 - color contains mainly: green. Hex color #4C6056 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C6056 is #B39FA9. Grayscale: #585858. Windows color (decimal): -11771818 or 5660748. OLE color: 5660748.
HSL color Cylindrical-coordinate representation of color #4C6056: hue angle of 150º degrees, saturation: 0.12, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #4C6056 is Cyan = 0.21, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 76 | 96 | 86 | - |
| CMYK | 0.21 | 0 | 0.10 | 0.62 |
| HSL | 150º | 0.12% | 0.34% | - |
| HSV(B) | 150º | 0.21% | 0.38% | - |
| XYZ | 8.84 | 10.57 | 10.38 | - |
| YUV | 88.88 | 126.37 | 118.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 96 | 86 | 0.21 | 0 | 0.10 | 0.62 | 150 | 0.12 | 0.34 |
| Hex | 4C | 60 | 56 | 15 | 0 | A | 3E | 96 | C | 22 |
| Octal | 114 | 140 | 126 | 25 | 0 | 12 | 76 | 226 | 14 | 42 |
| Binary | 1001100 | 1100000 | 1010110 | 10101 | 0 | 1010 | 111110 | 10010110 | 1100 | 100010 |
Color Harmonies of #4C6056
Complementary color
Monochromatic Colors of #4C6056
Black with #4C6056
Text Example
Text Example
White with #4C6056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C6056; }
p { color: rgb(76,96,86); }
H1.HeaderClassName
{
color: #4C6056;
}
.AnyTagClassName
{
color: #4C6056;
}
</style>
background-color css
<style>
a { background-color: #4C6056; }
a { background-color: rgb(76,96,86); }
div.DivClassName
{
background-color: #4C6056;
}
.BgClassName
{
background-color: #4C6056;
}
</style>
border-color css
<style>
span { border-color: #4C6056; }
span { border-color: rgb(76,96,86); }
td.TdClassName
{
border-color: #4C6056;
}
.TagClassName
{
border-color: #4C6056;
}
</style>