Shades of Viridian Green #4E655A
Tints of Viridian Green #4E655A
RGB
CMYK
RGB Variations
Color information
#4E655A (or 0x4E655A) is known color: Viridian Green. HEX triplet: 4E, 65 and 5A. RGB value is (78,101,90). Sum of RGB (Red+Green+Blue) = 78+101+90=269 (35% of max value = 765). Red value is 78 (30.86% from 255 or 29.00% from 269); Green value is 101 (39.84% from 255 or 37.55% from 269); Blue value is 90 (35.55% from 255 or 33.46% from 269); Max value from RGB is 101 - color contains mainly: green. Hex color #4E655A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E655A is #B19AA5. Grayscale: #5C5C5C. Windows color (decimal): -11639462 or 5924174. OLE color: 5924174.
HSL color Cylindrical-coordinate representation of color #4E655A: hue angle of 151.3º 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 #4E655A is Cyan = 0.23, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 78 | 101 | 90 | - |
| CMYK | 0.23 | 0 | 0.11 | 0.60 |
| HSL | 151.3º | 0.13% | 0.35% | - |
| HSV(B) | 151.3º | 0.23% | 0.4% | - |
| XYZ | 9.64 | 11.67 | 11.42 | - |
| YUV | 92.87 | 126.38 | 117.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 101 | 90 | 0.23 | 0 | 0.11 | 0.60 | 151.3 | 0.13 | 0.35 |
| Hex | 4E | 65 | 5A | 17 | 0 | B | 3C | 97 | D | 23 |
| Octal | 116 | 145 | 132 | 27 | 0 | 13 | 74 | 227 | 15 | 43 |
| Binary | 1001110 | 1100101 | 1011010 | 10111 | 0 | 1011 | 111100 | 10010111 | 1101 | 100011 |
Color Harmonies of #4E655A
Complementary color
Monochromatic Colors of #4E655A
Black with #4E655A
Text Example
Text Example
White with #4E655A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E655A; }
p { color: rgb(78,101,90); }
H1.HeaderClassName
{
color: #4E655A;
}
.AnyTagClassName
{
color: #4E655A;
}
</style>
background-color css
<style>
a { background-color: #4E655A; }
a { background-color: rgb(78,101,90); }
div.DivClassName
{
background-color: #4E655A;
}
.BgClassName
{
background-color: #4E655A;
}
</style>
border-color css
<style>
span { border-color: #4E655A; }
span { border-color: rgb(78,101,90); }
td.TdClassName
{
border-color: #4E655A;
}
.TagClassName
{
border-color: #4E655A;
}
</style>