Shades of Viridian #4C8B77
Tints of Viridian #4C8B77
RGB
CMYK
RGB Variations
Color information
#4C8B77 (or 0x4C8B77) is known color: Viridian. HEX triplet: 4C, 8B and 77. RGB value is (76,139,119). Sum of RGB (Red+Green+Blue) = 76+139+119=334 (44% of max value = 765). Red value is 76 (30.08% from 255 or 22.75% from 334); Green value is 139 (54.69% from 255 or 41.62% from 334); Blue value is 119 (46.88% from 255 or 35.63% from 334); Max value from RGB is 139 - color contains mainly: green. Hex color #4C8B77 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4C8B77 is #B37488. Grayscale: #757575. Windows color (decimal): -11760777 or 7834444. OLE color: 7834444.
HSL color Cylindrical-coordinate representation of color #4C8B77: hue angle of 160.95º degrees, saturation: 0.29, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #4C8B77 is Cyan = 0.45, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 76 | 139 | 119 | - |
| CMYK | 0.45 | 0 | 0.14 | 0.45 |
| HSL | 160.95º | 0.29% | 0.42% | - |
| HSV(B) | 160.95º | 0.45% | 0.55% | - |
| XYZ | 15.54 | 21.33 | 20.75 | - |
| YUV | 117.88 | 128.63 | 98.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 139 | 119 | 0.45 | 0 | 0.14 | 0.45 | 160.95 | 0.29 | 0.42 |
| Hex | 4C | 8B | 77 | 2D | 0 | E | 2D | A1 | 1D | 2A |
| Octal | 114 | 213 | 167 | 55 | 0 | 16 | 55 | 241 | 35 | 52 |
| Binary | 1001100 | 10001011 | 1110111 | 101101 | 0 | 1110 | 101101 | 10100001 | 11101 | 101010 |
Color Harmonies of #4C8B77
Complementary color
Monochromatic Colors of #4C8B77
Black with #4C8B77
Text Example
Text Example
White with #4C8B77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C8B77; }
p { color: rgb(76,139,119); }
H1.HeaderClassName
{
color: #4C8B77;
}
.AnyTagClassName
{
color: #4C8B77;
}
</style>
background-color css
<style>
a { background-color: #4C8B77; }
a { background-color: rgb(76,139,119); }
div.DivClassName
{
background-color: #4C8B77;
}
.BgClassName
{
background-color: #4C8B77;
}
</style>
border-color css
<style>
span { border-color: #4C8B77; }
span { border-color: rgb(76,139,119); }
td.TdClassName
{
border-color: #4C8B77;
}
.TagClassName
{
border-color: #4C8B77;
}
</style>