Shades of Viridian #4C896C
Tints of Viridian #4C896C
RGB
CMYK
RGB Variations
Color information
#4C896C (or 0x4C896C) is known color: Viridian. HEX triplet: 4C, 89 and 6C. RGB value is (76,137,108). Sum of RGB (Red+Green+Blue) = 76+137+108=321 (42% of max value = 765). Red value is 76 (30.08% from 255 or 23.68% from 321); Green value is 137 (53.91% from 255 or 42.68% from 321); Blue value is 108 (42.58% from 255 or 33.64% from 321); Max value from RGB is 137 - color contains mainly: green. Hex color #4C896C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4C896C is #B37693. Grayscale: #737373. Windows color (decimal): -11761300 or 7113036. OLE color: 7113036.
HSL color Cylindrical-coordinate representation of color #4C896C: hue angle of 151.48º degrees, saturation: 0.29, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #4C896C is Cyan = 0.45, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 76 | 137 | 108 | - |
| CMYK | 0.45 | 0 | 0.21 | 0.46 |
| HSL | 151.48º | 0.29% | 0.42% | - |
| HSV(B) | 151.48º | 0.45% | 0.54% | - |
| XYZ | 14.63 | 20.51 | 17.38 | - |
| YUV | 115.46 | 123.79 | 99.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 137 | 108 | 0.45 | 0 | 0.21 | 0.46 | 151.48 | 0.29 | 0.42 |
| Hex | 4C | 89 | 6C | 2D | 0 | 15 | 2E | 97 | 1D | 2A |
| Octal | 114 | 211 | 154 | 55 | 0 | 25 | 56 | 227 | 35 | 52 |
| Binary | 1001100 | 10001001 | 1101100 | 101101 | 0 | 10101 | 101110 | 10010111 | 11101 | 101010 |
Color Harmonies of #4C896C
Complementary color
Monochromatic Colors of #4C896C
Black with #4C896C
Text Example
Text Example
White with #4C896C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C896C; }
p { color: rgb(76,137,108); }
H1.HeaderClassName
{
color: #4C896C;
}
.AnyTagClassName
{
color: #4C896C;
}
</style>
background-color css
<style>
a { background-color: #4C896C; }
a { background-color: rgb(76,137,108); }
div.DivClassName
{
background-color: #4C896C;
}
.BgClassName
{
background-color: #4C896C;
}
</style>
border-color css
<style>
span { border-color: #4C896C; }
span { border-color: rgb(76,137,108); }
td.TdClassName
{
border-color: #4C896C;
}
.TagClassName
{
border-color: #4C896C;
}
</style>