Shades of Viridian #4D7866
Tints of Viridian #4D7866
RGB
CMYK
RGB Variations
Color information
#4D7866 (or 0x4D7866) is known color: Viridian. HEX triplet: 4D, 78 and 66. RGB value is (77,120,102). Sum of RGB (Red+Green+Blue) = 77+120+102=299 (39% of max value = 765). Red value is 77 (30.47% from 255 or 25.75% from 299); Green value is 120 (47.27% from 255 or 40.13% from 299); Blue value is 102 (40.23% from 255 or 34.11% from 299); Max value from RGB is 120 - color contains mainly: green. Hex color #4D7866 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D7866 is #B28799. Grayscale: #696969. Windows color (decimal): -11700122 or 6715469. OLE color: 6715469.
HSL color Cylindrical-coordinate representation of color #4D7866: hue angle of 154.88º degrees, saturation: 0.22, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #4D7866 is Cyan = 0.36, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 77 | 120 | 102 | - |
| CMYK | 0.36 | 0 | 0.15 | 0.53 |
| HSL | 154.88º | 0.22% | 0.39% | - |
| HSV(B) | 154.88º | 0.36% | 0.47% | - |
| XYZ | 12.18 | 15.97 | 15.01 | - |
| YUV | 105.09 | 126.25 | 107.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 120 | 102 | 0.36 | 0 | 0.15 | 0.53 | 154.88 | 0.22 | 0.39 |
| Hex | 4D | 78 | 66 | 24 | 0 | F | 35 | 9B | 16 | 27 |
| Octal | 115 | 170 | 146 | 44 | 0 | 17 | 65 | 233 | 26 | 47 |
| Binary | 1001101 | 1111000 | 1100110 | 100100 | 0 | 1111 | 110101 | 10011011 | 10110 | 100111 |
Color Harmonies of #4D7866
Complementary color
Monochromatic Colors of #4D7866
Black with #4D7866
Text Example
Text Example
White with #4D7866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D7866; }
p { color: rgb(77,120,102); }
H1.HeaderClassName
{
color: #4D7866;
}
.AnyTagClassName
{
color: #4D7866;
}
</style>
background-color css
<style>
a { background-color: #4D7866; }
a { background-color: rgb(77,120,102); }
div.DivClassName
{
background-color: #4D7866;
}
.BgClassName
{
background-color: #4D7866;
}
</style>
border-color css
<style>
span { border-color: #4D7866; }
span { border-color: rgb(77,120,102); }
td.TdClassName
{
border-color: #4D7866;
}
.TagClassName
{
border-color: #4D7866;
}
</style>