Shades of Viridian Green #4E675D
Tints of Viridian Green #4E675D
RGB
CMYK
RGB Variations
Color information
#4E675D (or 0x4E675D) is known color: Viridian Green. HEX triplet: 4E, 67 and 5D. RGB value is (78,103,93). Sum of RGB (Red+Green+Blue) = 78+103+93=274 (36% of max value = 765). Red value is 78 (30.86% from 255 or 28.47% from 274); Green value is 103 (40.62% from 255 or 37.59% from 274); Blue value is 93 (36.72% from 255 or 33.94% from 274); Max value from RGB is 103 - color contains mainly: green. Hex color #4E675D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E675D is #B198A2. Grayscale: #5E5E5E. Windows color (decimal): -11638947 or 6121294. OLE color: 6121294.
HSL color Cylindrical-coordinate representation of color #4E675D: hue angle of 156º degrees, saturation: 0.14, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #4E675D is Cyan = 0.24, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 78 | 103 | 93 | - |
| CMYK | 0.24 | 0 | 0.10 | 0.60 |
| HSL | 156º | 0.14% | 0.35% | - |
| HSV(B) | 156º | 0.24% | 0.4% | - |
| XYZ | 9.97 | 12.11 | 12.17 | - |
| YUV | 94.39 | 127.22 | 116.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 103 | 93 | 0.24 | 0 | 0.10 | 0.60 | 156 | 0.14 | 0.35 |
| Hex | 4E | 67 | 5D | 18 | 0 | A | 3C | 9C | E | 23 |
| Octal | 116 | 147 | 135 | 30 | 0 | 12 | 74 | 234 | 16 | 43 |
| Binary | 1001110 | 1100111 | 1011101 | 11000 | 0 | 1010 | 111100 | 10011100 | 1110 | 100011 |
Color Harmonies of #4E675D
Complementary color
Monochromatic Colors of #4E675D
Black with #4E675D
Text Example
Text Example
White with #4E675D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E675D; }
p { color: rgb(78,103,93); }
H1.HeaderClassName
{
color: #4E675D;
}
.AnyTagClassName
{
color: #4E675D;
}
</style>
background-color css
<style>
a { background-color: #4E675D; }
a { background-color: rgb(78,103,93); }
div.DivClassName
{
background-color: #4E675D;
}
.BgClassName
{
background-color: #4E675D;
}
</style>
border-color css
<style>
span { border-color: #4E675D; }
span { border-color: rgb(78,103,93); }
td.TdClassName
{
border-color: #4E675D;
}
.TagClassName
{
border-color: #4E675D;
}
</style>