Shades of Viridian #4C8873
Tints of Viridian #4C8873
RGB
CMYK
RGB Variations
Color information
#4C8873 (or 0x4C8873) is known color: Viridian. HEX triplet: 4C, 88 and 73. RGB value is (76,136,115). Sum of RGB (Red+Green+Blue) = 76+136+115=327 (43% of max value = 765). Red value is 76 (30.08% from 255 or 23.24% from 327); Green value is 136 (53.52% from 255 or 41.59% from 327); Blue value is 115 (45.31% from 255 or 35.17% from 327); Max value from RGB is 136 - color contains mainly: green. Hex color #4C8873 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4C8873 is #B3778C. Grayscale: #737373. Windows color (decimal): -11761549 or 7571532. OLE color: 7571532.
HSL color Cylindrical-coordinate representation of color #4C8873: hue angle of 159º degrees, saturation: 0.28, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #4C8873 is Cyan = 0.44, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 76 | 136 | 115 | - |
| CMYK | 0.44 | 0 | 0.15 | 0.47 |
| HSL | 159º | 0.28% | 0.42% | - |
| HSV(B) | 159º | 0.44% | 0.53% | - |
| XYZ | 14.88 | 20.38 | 19.37 | - |
| YUV | 115.67 | 127.62 | 99.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 136 | 115 | 0.44 | 0 | 0.15 | 0.47 | 159 | 0.28 | 0.42 |
| Hex | 4C | 88 | 73 | 2C | 0 | F | 2F | 9F | 1C | 2A |
| Octal | 114 | 210 | 163 | 54 | 0 | 17 | 57 | 237 | 34 | 52 |
| Binary | 1001100 | 10001000 | 1110011 | 101100 | 0 | 1111 | 101111 | 10011111 | 11100 | 101010 |
Color Harmonies of #4C8873
Complementary color
Monochromatic Colors of #4C8873
Black with #4C8873
Text Example
Text Example
White with #4C8873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C8873; }
p { color: rgb(76,136,115); }
H1.HeaderClassName
{
color: #4C8873;
}
.AnyTagClassName
{
color: #4C8873;
}
</style>
background-color css
<style>
a { background-color: #4C8873; }
a { background-color: rgb(76,136,115); }
div.DivClassName
{
background-color: #4C8873;
}
.BgClassName
{
background-color: #4C8873;
}
</style>
border-color css
<style>
span { border-color: #4C8873; }
span { border-color: rgb(76,136,115); }
td.TdClassName
{
border-color: #4C8873;
}
.TagClassName
{
border-color: #4C8873;
}
</style>