Shades of Viridian #4C846F
Tints of Viridian #4C846F
RGB
CMYK
RGB Variations
Color information
#4C846F (or 0x4C846F) is known color: Viridian. HEX triplet: 4C, 84 and 6F. RGB value is (76,132,111). Sum of RGB (Red+Green+Blue) = 76+132+111=319 (42% of max value = 765). Red value is 76 (30.08% from 255 or 23.82% from 319); Green value is 132 (51.95% from 255 or 41.38% from 319); Blue value is 111 (43.75% from 255 or 34.80% from 319); Max value from RGB is 132 - color contains mainly: green. Hex color #4C846F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4C846F is #B37B90. Grayscale: #707070. Windows color (decimal): -11762577 or 7308364. OLE color: 7308364.
HSL color Cylindrical-coordinate representation of color #4C846F: hue angle of 157.5º 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 #4C846F is Cyan = 0.42, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 76 | 132 | 111 | - |
| CMYK | 0.42 | 0 | 0.16 | 0.48 |
| HSL | 157.5º | 0.27% | 0.41% | - |
| HSV(B) | 157.5º | 0.42% | 0.52% | - |
| XYZ | 14.1 | 19.19 | 18 | - |
| YUV | 112.86 | 126.95 | 101.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 132 | 111 | 0.42 | 0 | 0.16 | 0.48 | 157.5 | 0.27 | 0.41 |
| Hex | 4C | 84 | 6F | 2A | 0 | 10 | 30 | 9E | 1B | 29 |
| Octal | 114 | 204 | 157 | 52 | 0 | 20 | 60 | 236 | 33 | 51 |
| Binary | 1001100 | 10000100 | 1101111 | 101010 | 0 | 10000 | 110000 | 10011110 | 11011 | 101001 |
Color Harmonies of #4C846F
Complementary color
Monochromatic Colors of #4C846F
Black with #4C846F
Text Example
Text Example
White with #4C846F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C846F; }
p { color: rgb(76,132,111); }
H1.HeaderClassName
{
color: #4C846F;
}
.AnyTagClassName
{
color: #4C846F;
}
</style>
background-color css
<style>
a { background-color: #4C846F; }
a { background-color: rgb(76,132,111); }
div.DivClassName
{
background-color: #4C846F;
}
.BgClassName
{
background-color: #4C846F;
}
</style>
border-color css
<style>
span { border-color: #4C846F; }
span { border-color: rgb(76,132,111); }
td.TdClassName
{
border-color: #4C846F;
}
.TagClassName
{
border-color: #4C846F;
}
</style>