Shades of Viridian Green #4E685C
Tints of Viridian Green #4E685C
RGB
CMYK
RGB Variations
Color information
#4E685C (or 0x4E685C) is known color: Viridian Green. HEX triplet: 4E, 68 and 5C. RGB value is (78,104,92). Sum of RGB (Red+Green+Blue) = 78+104+92=274 (36% of max value = 765). Red value is 78 (30.86% from 255 or 28.47% from 274); Green value is 104 (41.02% from 255 or 37.96% from 274); Blue value is 92 (36.33% from 255 or 33.58% from 274); Max value from RGB is 104 - color contains mainly: green. Hex color #4E685C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E685C is #B197A3. Grayscale: #5E5E5E. Windows color (decimal): -11638692 or 6056014. OLE color: 6056014.
HSL color Cylindrical-coordinate representation of color #4E685C: hue angle of 152.31º degrees, saturation: 0.14, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #4E685C is Cyan = 0.25, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 78 | 104 | 92 | - |
| CMYK | 0.25 | 0 | 0.12 | 0.59 |
| HSL | 152.31º | 0.14% | 0.36% | - |
| HSV(B) | 152.31º | 0.25% | 0.41% | - |
| XYZ | 10.02 | 12.29 | 11.97 | - |
| YUV | 94.86 | 126.39 | 115.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 104 | 92 | 0.25 | 0 | 0.12 | 0.59 | 152.31 | 0.14 | 0.36 |
| Hex | 4E | 68 | 5C | 19 | 0 | C | 3B | 98 | E | 24 |
| Octal | 116 | 150 | 134 | 31 | 0 | 14 | 73 | 230 | 16 | 44 |
| Binary | 1001110 | 1101000 | 1011100 | 11001 | 0 | 1100 | 111011 | 10011000 | 1110 | 100100 |
Color Harmonies of #4E685C
Complementary color
Monochromatic Colors of #4E685C
Black with #4E685C
Text Example
Text Example
White with #4E685C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E685C; }
p { color: rgb(78,104,92); }
H1.HeaderClassName
{
color: #4E685C;
}
.AnyTagClassName
{
color: #4E685C;
}
</style>
background-color css
<style>
a { background-color: #4E685C; }
a { background-color: rgb(78,104,92); }
div.DivClassName
{
background-color: #4E685C;
}
.BgClassName
{
background-color: #4E685C;
}
</style>
border-color css
<style>
span { border-color: #4E685C; }
span { border-color: rgb(78,104,92); }
td.TdClassName
{
border-color: #4E685C;
}
.TagClassName
{
border-color: #4E685C;
}
</style>