Shades of Viridian Green #4E645D
Tints of Viridian Green #4E645D
RGB
CMYK
RGB Variations
Color information
#4E645D (or 0x4E645D) is known color: Viridian Green. HEX triplet: 4E, 64 and 5D. RGB value is (78,100,93). Sum of RGB (Red+Green+Blue) = 78+100+93=271 (35% of max value = 765). Red value is 78 (30.86% from 255 or 28.78% from 271); Green value is 100 (39.45% from 255 or 36.90% from 271); Blue value is 93 (36.72% from 255 or 34.32% from 271); Max value from RGB is 100 - color contains mainly: green. Hex color #4E645D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E645D is #B19BA2. Grayscale: #5C5C5C. Windows color (decimal): -11639715 or 6120526. OLE color: 6120526.
HSL color Cylindrical-coordinate representation of color #4E645D: hue angle of 160.91º degrees, saturation: 0.12, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #4E645D is Cyan = 0.22, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 78 | 100 | 93 | - |
| CMYK | 0.22 | 0 | 0.07 | 0.61 |
| HSL | 160.91º | 0.12% | 0.35% | - |
| HSV(B) | 160.91º | 0.22% | 0.39% | - |
| XYZ | 9.67 | 11.52 | 12.07 | - |
| YUV | 92.62 | 128.21 | 117.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 100 | 93 | 0.22 | 0 | 0.07 | 0.61 | 160.91 | 0.12 | 0.35 |
| Hex | 4E | 64 | 5D | 16 | 0 | 7 | 3D | A1 | C | 23 |
| Octal | 116 | 144 | 135 | 26 | 0 | 7 | 75 | 241 | 14 | 43 |
| Binary | 1001110 | 1100100 | 1011101 | 10110 | 0 | 111 | 111101 | 10100001 | 1100 | 100011 |
Color Harmonies of #4E645D
Complementary color
Monochromatic Colors of #4E645D
Black with #4E645D
Text Example
Text Example
White with #4E645D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E645D; }
p { color: rgb(78,100,93); }
H1.HeaderClassName
{
color: #4E645D;
}
.AnyTagClassName
{
color: #4E645D;
}
</style>
background-color css
<style>
a { background-color: #4E645D; }
a { background-color: rgb(78,100,93); }
div.DivClassName
{
background-color: #4E645D;
}
.BgClassName
{
background-color: #4E645D;
}
</style>
border-color css
<style>
span { border-color: #4E645D; }
span { border-color: rgb(78,100,93); }
td.TdClassName
{
border-color: #4E645D;
}
.TagClassName
{
border-color: #4E645D;
}
</style>