Shades of Viridian #4C876C
Tints of Viridian #4C876C
RGB
CMYK
RGB Variations
Color information
#4C876C (or 0x4C876C) is known color: Viridian. HEX triplet: 4C, 87 and 6C. RGB value is (76,135,108). Sum of RGB (Red+Green+Blue) = 76+135+108=319 (42% of max value = 765). Red value is 76 (30.08% from 255 or 23.82% from 319); Green value is 135 (53.12% from 255 or 42.32% from 319); Blue value is 108 (42.58% from 255 or 33.86% from 319); Max value from RGB is 135 - color contains mainly: green. Hex color #4C876C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4C876C is #B37893. Grayscale: #727272. Windows color (decimal): -11761812 or 7112524. OLE color: 7112524.
HSL color Cylindrical-coordinate representation of color #4C876C: hue angle of 152.54º degrees, saturation: 0.28, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #4C876C is Cyan = 0.44, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 76 | 135 | 108 | - |
| CMYK | 0.44 | 0 | 0.2 | 0.47 |
| HSL | 152.54º | 0.28% | 0.41% | - |
| HSV(B) | 152.54º | 0.44% | 0.53% | - |
| XYZ | 14.35 | 19.95 | 17.28 | - |
| YUV | 114.28 | 124.45 | 100.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 135 | 108 | 0.44 | 0 | 0.2 | 0.47 | 152.54 | 0.28 | 0.41 |
| Hex | 4C | 87 | 6C | 2C | 0 | 14 | 2F | 99 | 1C | 29 |
| Octal | 114 | 207 | 154 | 54 | 0 | 24 | 57 | 231 | 34 | 51 |
| Binary | 1001100 | 10000111 | 1101100 | 101100 | 0 | 10100 | 101111 | 10011001 | 11100 | 101001 |
Color Harmonies of #4C876C
Complementary color
Monochromatic Colors of #4C876C
Black with #4C876C
Text Example
Text Example
White with #4C876C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C876C; }
p { color: rgb(76,135,108); }
H1.HeaderClassName
{
color: #4C876C;
}
.AnyTagClassName
{
color: #4C876C;
}
</style>
background-color css
<style>
a { background-color: #4C876C; }
a { background-color: rgb(76,135,108); }
div.DivClassName
{
background-color: #4C876C;
}
.BgClassName
{
background-color: #4C876C;
}
</style>
border-color css
<style>
span { border-color: #4C876C; }
span { border-color: rgb(76,135,108); }
td.TdClassName
{
border-color: #4C876C;
}
.TagClassName
{
border-color: #4C876C;
}
</style>