Shades of Viridian #4C846D
Tints of Viridian #4C846D
RGB
CMYK
RGB Variations
Color information
#4C846D (or 0x4C846D) is known color: Viridian. HEX triplet: 4C, 84 and 6D. RGB value is (76,132,109). Sum of RGB (Red+Green+Blue) = 76+132+109=317 (41% of max value = 765). Red value is 76 (30.08% from 255 or 23.97% from 317); Green value is 132 (51.95% from 255 or 41.64% from 317); Blue value is 109 (42.97% from 255 or 34.38% from 317); Max value from RGB is 132 - color contains mainly: green. Hex color #4C846D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4C846D is #B37B92. Grayscale: #707070. Windows color (decimal): -11762579 or 7177292. OLE color: 7177292.
HSL color Cylindrical-coordinate representation of color #4C846D: hue angle of 155.36º degrees, saturation: 0.27, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #4C846D is Cyan = 0.42, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 76 | 132 | 109 | - |
| CMYK | 0.42 | 0 | 0.17 | 0.48 |
| HSL | 155.36º | 0.27% | 0.41% | - |
| HSV(B) | 155.36º | 0.42% | 0.52% | - |
| XYZ | 13.99 | 19.14 | 17.43 | - |
| YUV | 112.63 | 125.95 | 101.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 132 | 109 | 0.42 | 0 | 0.17 | 0.48 | 155.36 | 0.27 | 0.41 |
| Hex | 4C | 84 | 6D | 2A | 0 | 11 | 30 | 9B | 1B | 29 |
| Octal | 114 | 204 | 155 | 52 | 0 | 21 | 60 | 233 | 33 | 51 |
| Binary | 1001100 | 10000100 | 1101101 | 101010 | 0 | 10001 | 110000 | 10011011 | 11011 | 101001 |
Color Harmonies of #4C846D
Complementary color
Monochromatic Colors of #4C846D
Black with #4C846D
Text Example
Text Example
White with #4C846D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C846D; }
p { color: rgb(76,132,109); }
H1.HeaderClassName
{
color: #4C846D;
}
.AnyTagClassName
{
color: #4C846D;
}
</style>
background-color css
<style>
a { background-color: #4C846D; }
a { background-color: rgb(76,132,109); }
div.DivClassName
{
background-color: #4C846D;
}
.BgClassName
{
background-color: #4C846D;
}
</style>
border-color css
<style>
span { border-color: #4C846D; }
span { border-color: rgb(76,132,109); }
td.TdClassName
{
border-color: #4C846D;
}
.TagClassName
{
border-color: #4C846D;
}
</style>