Shades of Viridian Green #4E655B
Tints of Viridian Green #4E655B
RGB
CMYK
RGB Variations
Color information
#4E655B (or 0x4E655B) is known color: Viridian Green. HEX triplet: 4E, 65 and 5B. RGB value is (78,101,91). Sum of RGB (Red+Green+Blue) = 78+101+91=270 (35% of max value = 765). Red value is 78 (30.86% from 255 or 28.89% from 270); Green value is 101 (39.84% from 255 or 37.41% from 270); Blue value is 91 (35.94% from 255 or 33.70% from 270); Max value from RGB is 101 - color contains mainly: green. Hex color #4E655B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E655B is #B19AA4. Grayscale: #5D5D5D. Windows color (decimal): -11639461 or 5989710. OLE color: 5989710.
HSL color Cylindrical-coordinate representation of color #4E655B: hue angle of 153.91º degrees, saturation: 0.13, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #4E655B is Cyan = 0.23, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 78 | 101 | 91 | - |
| CMYK | 0.23 | 0 | 0.10 | 0.60 |
| HSL | 153.91º | 0.13% | 0.35% | - |
| HSV(B) | 153.91º | 0.23% | 0.4% | - |
| XYZ | 9.68 | 11.68 | 11.64 | - |
| YUV | 92.98 | 126.88 | 117.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 101 | 91 | 0.23 | 0 | 0.10 | 0.60 | 153.91 | 0.13 | 0.35 |
| Hex | 4E | 65 | 5B | 17 | 0 | A | 3C | 9A | D | 23 |
| Octal | 116 | 145 | 133 | 27 | 0 | 12 | 74 | 232 | 15 | 43 |
| Binary | 1001110 | 1100101 | 1011011 | 10111 | 0 | 1010 | 111100 | 10011010 | 1101 | 100011 |
Color Harmonies of #4E655B
Complementary color
Monochromatic Colors of #4E655B
Black with #4E655B
Text Example
Text Example
White with #4E655B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E655B; }
p { color: rgb(78,101,91); }
H1.HeaderClassName
{
color: #4E655B;
}
.AnyTagClassName
{
color: #4E655B;
}
</style>
background-color css
<style>
a { background-color: #4E655B; }
a { background-color: rgb(78,101,91); }
div.DivClassName
{
background-color: #4E655B;
}
.BgClassName
{
background-color: #4E655B;
}
</style>
border-color css
<style>
span { border-color: #4E655B; }
span { border-color: rgb(78,101,91); }
td.TdClassName
{
border-color: #4E655B;
}
.TagClassName
{
border-color: #4E655B;
}
</style>