Shades of Viridian #4C856E
Tints of Viridian #4C856E
RGB
CMYK
RGB Variations
Color information
#4C856E (or 0x4C856E) is known color: Viridian. HEX triplet: 4C, 85 and 6E. RGB value is (76,133,110). Sum of RGB (Red+Green+Blue) = 76+133+110=319 (42% of max value = 765). Red value is 76 (30.08% from 255 or 23.82% from 319); Green value is 133 (52.34% from 255 or 41.69% from 319); Blue value is 110 (43.36% from 255 or 34.48% from 319); Max value from RGB is 133 - color contains mainly: green. Hex color #4C856E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4C856E is #B37A91. Grayscale: #717171. Windows color (decimal): -11762322 or 7243084. OLE color: 7243084.
HSL color Cylindrical-coordinate representation of color #4C856E: hue angle of 155.79º degrees, saturation: 0.27, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #4C856E is Cyan = 0.43, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 76 | 133 | 110 | - |
| CMYK | 0.43 | 0 | 0.17 | 0.48 |
| HSL | 155.79º | 0.27% | 0.41% | - |
| HSV(B) | 155.79º | 0.43% | 0.52% | - |
| XYZ | 14.18 | 19.44 | 17.76 | - |
| YUV | 113.34 | 126.12 | 101.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 133 | 110 | 0.43 | 0 | 0.17 | 0.48 | 155.79 | 0.27 | 0.41 |
| Hex | 4C | 85 | 6E | 2B | 0 | 11 | 30 | 9C | 1B | 29 |
| Octal | 114 | 205 | 156 | 53 | 0 | 21 | 60 | 234 | 33 | 51 |
| Binary | 1001100 | 10000101 | 1101110 | 101011 | 0 | 10001 | 110000 | 10011100 | 11011 | 101001 |
Color Harmonies of #4C856E
Complementary color
Monochromatic Colors of #4C856E
Black with #4C856E
Text Example
Text Example
White with #4C856E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C856E; }
p { color: rgb(76,133,110); }
H1.HeaderClassName
{
color: #4C856E;
}
.AnyTagClassName
{
color: #4C856E;
}
</style>
background-color css
<style>
a { background-color: #4C856E; }
a { background-color: rgb(76,133,110); }
div.DivClassName
{
background-color: #4C856E;
}
.BgClassName
{
background-color: #4C856E;
}
</style>
border-color css
<style>
span { border-color: #4C856E; }
span { border-color: rgb(76,133,110); }
td.TdClassName
{
border-color: #4C856E;
}
.TagClassName
{
border-color: #4C856E;
}
</style>