Shades of Viridian Green #4C685E
Tints of Viridian Green #4C685E
RGB
CMYK
RGB Variations
Color information
#4C685E (or 0x4C685E) is known color: Viridian Green. HEX triplet: 4C, 68 and 5E. RGB value is (76,104,94). Sum of RGB (Red+Green+Blue) = 76+104+94=274 (36% of max value = 765). Red value is 76 (30.08% from 255 or 27.74% from 274); Green value is 104 (41.02% from 255 or 37.96% from 274); Blue value is 94 (37.11% from 255 or 34.31% from 274); Max value from RGB is 104 - color contains mainly: green. Hex color #4C685E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C685E is #B397A1. Grayscale: #5E5E5E. Windows color (decimal): -11769762 or 6187084. OLE color: 6187084.
HSL color Cylindrical-coordinate representation of color #4C685E: hue angle of 158.57º 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 #4C685E is Cyan = 0.27, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 76 | 104 | 94 | - |
| CMYK | 0.27 | 0 | 0.10 | 0.59 |
| HSL | 158.57º | 0.16% | 0.35% | - |
| HSV(B) | 158.57º | 0.27% | 0.41% | - |
| XYZ | 9.95 | 12.25 | 12.43 | - |
| YUV | 94.49 | 127.72 | 114.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 104 | 94 | 0.27 | 0 | 0.10 | 0.59 | 158.57 | 0.16 | 0.35 |
| Hex | 4C | 68 | 5E | 1B | 0 | A | 3B | 9F | 10 | 23 |
| Octal | 114 | 150 | 136 | 33 | 0 | 12 | 73 | 237 | 20 | 43 |
| Binary | 1001100 | 1101000 | 1011110 | 11011 | 0 | 1010 | 111011 | 10011111 | 10000 | 100011 |
Color Harmonies of #4C685E
Complementary color
Monochromatic Colors of #4C685E
Black with #4C685E
Text Example
Text Example
White with #4C685E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C685E; }
p { color: rgb(76,104,94); }
H1.HeaderClassName
{
color: #4C685E;
}
.AnyTagClassName
{
color: #4C685E;
}
</style>
background-color css
<style>
a { background-color: #4C685E; }
a { background-color: rgb(76,104,94); }
div.DivClassName
{
background-color: #4C685E;
}
.BgClassName
{
background-color: #4C685E;
}
</style>
border-color css
<style>
span { border-color: #4C685E; }
span { border-color: rgb(76,104,94); }
td.TdClassName
{
border-color: #4C685E;
}
.TagClassName
{
border-color: #4C685E;
}
</style>