Shades of Viridian Green #4E635D
Tints of Viridian Green #4E635D
RGB
CMYK
RGB Variations
Color information
#4E635D (or 0x4E635D) is known color: Viridian Green. HEX triplet: 4E, 63 and 5D. RGB value is (78,99,93). Sum of RGB (Red+Green+Blue) = 78+99+93=270 (35% of max value = 765). Red value is 78 (30.86% from 255 or 28.89% from 270); Green value is 99 (39.06% from 255 or 36.67% from 270); Blue value is 93 (36.72% from 255 or 34.44% from 270); Max value from RGB is 99 - color contains mainly: green. Hex color #4E635D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E635D is #B19CA2. Grayscale: #5C5C5C. Windows color (decimal): -11639971 or 6120270. OLE color: 6120270.
HSL color Cylindrical-coordinate representation of color #4E635D: hue angle of 162.86º degrees, saturation: 0.12, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #4E635D is Cyan = 0.21, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 78 | 99 | 93 | - |
| CMYK | 0.21 | 0 | 0.06 | 0.61 |
| HSL | 162.86º | 0.12% | 0.35% | - |
| HSV(B) | 162.86º | 0.21% | 0.39% | - |
| XYZ | 9.58 | 11.33 | 12.04 | - |
| YUV | 92.04 | 128.54 | 117.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 99 | 93 | 0.21 | 0 | 0.06 | 0.61 | 162.86 | 0.12 | 0.35 |
| Hex | 4E | 63 | 5D | 15 | 0 | 6 | 3D | A3 | C | 23 |
| Octal | 116 | 143 | 135 | 25 | 0 | 6 | 75 | 243 | 14 | 43 |
| Binary | 1001110 | 1100011 | 1011101 | 10101 | 0 | 110 | 111101 | 10100011 | 1100 | 100011 |
Color Harmonies of #4E635D
Complementary color
Monochromatic Colors of #4E635D
Black with #4E635D
Text Example
Text Example
White with #4E635D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E635D; }
p { color: rgb(78,99,93); }
H1.HeaderClassName
{
color: #4E635D;
}
.AnyTagClassName
{
color: #4E635D;
}
</style>
background-color css
<style>
a { background-color: #4E635D; }
a { background-color: rgb(78,99,93); }
div.DivClassName
{
background-color: #4E635D;
}
.BgClassName
{
background-color: #4E635D;
}
</style>
border-color css
<style>
span { border-color: #4E635D; }
span { border-color: rgb(78,99,93); }
td.TdClassName
{
border-color: #4E635D;
}
.TagClassName
{
border-color: #4E635D;
}
</style>