Shades of Viridian #4C8575
Tints of Viridian #4C8575
RGB
CMYK
RGB Variations
Color information
#4C8575 (or 0x4C8575) is known color: Viridian. HEX triplet: 4C, 85 and 75. RGB value is (76,133,117). Sum of RGB (Red+Green+Blue) = 76+133+117=326 (43% of max value = 765). Red value is 76 (30.08% from 255 or 23.31% from 326); Green value is 133 (52.34% from 255 or 40.80% from 326); Blue value is 117 (46.09% from 255 or 35.89% from 326); Max value from RGB is 133 - color contains mainly: green. Hex color #4C8575 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4C8575 is #B37A8A. Grayscale: #727272. Windows color (decimal): -11762315 or 7701836. OLE color: 7701836.
HSL color Cylindrical-coordinate representation of color #4C8575: hue angle of 163.16º 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 #4C8575 is Cyan = 0.43, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 76 | 133 | 117 | - |
| CMYK | 0.43 | 0 | 0.12 | 0.48 |
| HSL | 163.16º | 0.27% | 0.41% | - |
| HSV(B) | 163.16º | 0.43% | 0.52% | - |
| XYZ | 14.58 | 19.6 | 19.84 | - |
| YUV | 114.13 | 129.62 | 100.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 133 | 117 | 0.43 | 0 | 0.12 | 0.48 | 163.16 | 0.27 | 0.41 |
| Hex | 4C | 85 | 75 | 2B | 0 | C | 30 | A3 | 1B | 29 |
| Octal | 114 | 205 | 165 | 53 | 0 | 14 | 60 | 243 | 33 | 51 |
| Binary | 1001100 | 10000101 | 1110101 | 101011 | 0 | 1100 | 110000 | 10100011 | 11011 | 101001 |
Color Harmonies of #4C8575
Complementary color
Monochromatic Colors of #4C8575
Black with #4C8575
Text Example
Text Example
White with #4C8575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C8575; }
p { color: rgb(76,133,117); }
H1.HeaderClassName
{
color: #4C8575;
}
.AnyTagClassName
{
color: #4C8575;
}
</style>
background-color css
<style>
a { background-color: #4C8575; }
a { background-color: rgb(76,133,117); }
div.DivClassName
{
background-color: #4C8575;
}
.BgClassName
{
background-color: #4C8575;
}
</style>
border-color css
<style>
span { border-color: #4C8575; }
span { border-color: rgb(76,133,117); }
td.TdClassName
{
border-color: #4C8575;
}
.TagClassName
{
border-color: #4C8575;
}
</style>