Shades of Viridian Green #4C685D
Tints of Viridian Green #4C685D
RGB
CMYK
RGB Variations
Color information
#4C685D (or 0x4C685D) is known color: Viridian Green. HEX triplet: 4C, 68 and 5D. RGB value is (76,104,93). Sum of RGB (Red+Green+Blue) = 76+104+93=273 (36% of max value = 765). Red value is 76 (30.08% from 255 or 27.84% from 273); Green value is 104 (41.02% from 255 or 38.10% from 273); Blue value is 93 (36.72% from 255 or 34.07% from 273); Max value from RGB is 104 - color contains mainly: green. Hex color #4C685D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C685D is #B397A2. Grayscale: #5E5E5E. Windows color (decimal): -11769763 or 6121548. OLE color: 6121548.
HSL color Cylindrical-coordinate representation of color #4C685D: hue angle of 156.43º degrees, saturation: 0.16, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #4C685D is Cyan = 0.27, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 76 | 104 | 93 | - |
| CMYK | 0.27 | 0 | 0.11 | 0.59 |
| HSL | 156.43º | 0.16% | 0.35% | - |
| HSV(B) | 156.43º | 0.27% | 0.41% | - |
| XYZ | 9.91 | 12.23 | 12.19 | - |
| YUV | 94.37 | 127.22 | 114.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 104 | 93 | 0.27 | 0 | 0.11 | 0.59 | 156.43 | 0.16 | 0.35 |
| Hex | 4C | 68 | 5D | 1B | 0 | B | 3B | 9C | 10 | 23 |
| Octal | 114 | 150 | 135 | 33 | 0 | 13 | 73 | 234 | 20 | 43 |
| Binary | 1001100 | 1101000 | 1011101 | 11011 | 0 | 1011 | 111011 | 10011100 | 10000 | 100011 |
Color Harmonies of #4C685D
Complementary color
Monochromatic Colors of #4C685D
Black with #4C685D
Text Example
Text Example
White with #4C685D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C685D; }
p { color: rgb(76,104,93); }
H1.HeaderClassName
{
color: #4C685D;
}
.AnyTagClassName
{
color: #4C685D;
}
</style>
background-color css
<style>
a { background-color: #4C685D; }
a { background-color: rgb(76,104,93); }
div.DivClassName
{
background-color: #4C685D;
}
.BgClassName
{
background-color: #4C685D;
}
</style>
border-color css
<style>
span { border-color: #4C685D; }
span { border-color: rgb(76,104,93); }
td.TdClassName
{
border-color: #4C685D;
}
.TagClassName
{
border-color: #4C685D;
}
</style>