Shades of Viridian #4D7766
Tints of Viridian #4D7766
RGB
CMYK
RGB Variations
Color information
#4D7766 (or 0x4D7766) is known color: Viridian. HEX triplet: 4D, 77 and 66. RGB value is (77,119,102). Sum of RGB (Red+Green+Blue) = 77+119+102=298 (39% of max value = 765). Red value is 77 (30.47% from 255 or 25.84% from 298); Green value is 119 (46.88% from 255 or 39.93% from 298); Blue value is 102 (40.23% from 255 or 34.23% from 298); Max value from RGB is 119 - color contains mainly: green. Hex color #4D7766 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D7766 is #B28899. Grayscale: #686868. Windows color (decimal): -11700378 or 6715213. OLE color: 6715213.
HSL color Cylindrical-coordinate representation of color #4D7766: hue angle of 155.71º degrees, saturation: 0.21, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #4D7766 is Cyan = 0.35, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 77 | 119 | 102 | - |
| CMYK | 0.35 | 0 | 0.14 | 0.53 |
| HSL | 155.71º | 0.21% | 0.38% | - |
| HSV(B) | 155.71º | 0.35% | 0.47% | - |
| XYZ | 12.06 | 15.73 | 14.97 | - |
| YUV | 104.5 | 126.59 | 108.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 119 | 102 | 0.35 | 0 | 0.14 | 0.53 | 155.71 | 0.21 | 0.38 |
| Hex | 4D | 77 | 66 | 23 | 0 | E | 35 | 9C | 15 | 26 |
| Octal | 115 | 167 | 146 | 43 | 0 | 16 | 65 | 234 | 25 | 46 |
| Binary | 1001101 | 1110111 | 1100110 | 100011 | 0 | 1110 | 110101 | 10011100 | 10101 | 100110 |
Color Harmonies of #4D7766
Complementary color
Monochromatic Colors of #4D7766
Black with #4D7766
Text Example
Text Example
White with #4D7766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D7766; }
p { color: rgb(77,119,102); }
H1.HeaderClassName
{
color: #4D7766;
}
.AnyTagClassName
{
color: #4D7766;
}
</style>
background-color css
<style>
a { background-color: #4D7766; }
a { background-color: rgb(77,119,102); }
div.DivClassName
{
background-color: #4D7766;
}
.BgClassName
{
background-color: #4D7766;
}
</style>
border-color css
<style>
span { border-color: #4D7766; }
span { border-color: rgb(77,119,102); }
td.TdClassName
{
border-color: #4D7766;
}
.TagClassName
{
border-color: #4D7766;
}
</style>