Shades of Viridian Green #4E665C
Tints of Viridian Green #4E665C
RGB
CMYK
RGB Variations
Color information
#4E665C (or 0x4E665C) is known color: Viridian Green. HEX triplet: 4E, 66 and 5C. RGB value is (78,102,92). Sum of RGB (Red+Green+Blue) = 78+102+92=272 (36% of max value = 765). Red value is 78 (30.86% from 255 or 28.68% from 272); Green value is 102 (40.23% from 255 or 37.5% from 272); Blue value is 92 (36.33% from 255 or 33.82% from 272); Max value from RGB is 102 - color contains mainly: green. Hex color #4E665C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E665C is #B199A3. Grayscale: #5D5D5D. Windows color (decimal): -11639204 or 6055502. OLE color: 6055502.
HSL color Cylindrical-coordinate representation of color #4E665C: hue angle of 155º degrees, saturation: 0.13, 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 #4E665C is Cyan = 0.24, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 78 | 102 | 92 | - |
| CMYK | 0.24 | 0 | 0.10 | 0.6 |
| HSL | 155º | 0.13% | 0.35% | - |
| HSV(B) | 155º | 0.24% | 0.4% | - |
| XYZ | 9.83 | 11.9 | 11.9 | - |
| YUV | 93.68 | 127.05 | 116.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 102 | 92 | 0.24 | 0 | 0.10 | 0.6 | 155 | 0.13 | 0.35 |
| Hex | 4E | 66 | 5C | 18 | 0 | A | 3C | 9B | D | 23 |
| Octal | 116 | 146 | 134 | 30 | 0 | 12 | 74 | 233 | 15 | 43 |
| Binary | 1001110 | 1100110 | 1011100 | 11000 | 0 | 1010 | 111100 | 10011011 | 1101 | 100011 |
Color Harmonies of #4E665C
Complementary color
Monochromatic Colors of #4E665C
Black with #4E665C
Text Example
Text Example
White with #4E665C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E665C; }
p { color: rgb(78,102,92); }
H1.HeaderClassName
{
color: #4E665C;
}
.AnyTagClassName
{
color: #4E665C;
}
</style>
background-color css
<style>
a { background-color: #4E665C; }
a { background-color: rgb(78,102,92); }
div.DivClassName
{
background-color: #4E665C;
}
.BgClassName
{
background-color: #4E665C;
}
</style>
border-color css
<style>
span { border-color: #4E665C; }
span { border-color: rgb(78,102,92); }
td.TdClassName
{
border-color: #4E665C;
}
.TagClassName
{
border-color: #4E665C;
}
</style>