Shades of Viridian #3D7766
Tints of Viridian #3D7766
RGB
CMYK
RGB Variations
Color information
#3D7766 (or 0x3D7766) is known color: Viridian. HEX triplet: 3D, 77 and 66. RGB value is (61,119,102). Sum of RGB (Red+Green+Blue) = 61+119+102=282 (37% of max value = 765). Red value is 61 (24.22% from 255 or 21.63% from 282); Green value is 119 (46.88% from 255 or 42.20% from 282); Blue value is 102 (40.23% from 255 or 36.17% from 282); Max value from RGB is 119 - color contains mainly: green. Hex color #3D7766 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D7766 is #C28899. Grayscale: #636363. Windows color (decimal): -12748954 or 6715197. OLE color: 6715197.
HSL color Cylindrical-coordinate representation of color #3D7766: hue angle of 162.41º degrees, saturation: 0.32, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3D7766 is Cyan = 0.49, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 61 | 119 | 102 | - |
| CMYK | 0.49 | 0 | 0.14 | 0.53 |
| HSL | 162.41º | 0.32% | 0.35% | - |
| HSV(B) | 162.41º | 0.49% | 0.47% | - |
| XYZ | 10.92 | 15.15 | 14.92 | - |
| YUV | 99.72 | 129.28 | 100.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 119 | 102 | 0.49 | 0 | 0.14 | 0.53 | 162.41 | 0.32 | 0.35 |
| Hex | 3D | 77 | 66 | 31 | 0 | E | 35 | A2 | 20 | 23 |
| Octal | 75 | 167 | 146 | 61 | 0 | 16 | 65 | 242 | 40 | 43 |
| Binary | 111101 | 1110111 | 1100110 | 110001 | 0 | 1110 | 110101 | 10100010 | 100000 | 100011 |
Color Harmonies of #3D7766
Complementary color
Monochromatic Colors of #3D7766
Black with #3D7766
Text Example
Text Example
White with #3D7766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D7766; }
p { color: rgb(61,119,102); }
H1.HeaderClassName
{
color: #3D7766;
}
.AnyTagClassName
{
color: #3D7766;
}
</style>
background-color css
<style>
a { background-color: #3D7766; }
a { background-color: rgb(61,119,102); }
div.DivClassName
{
background-color: #3D7766;
}
.BgClassName
{
background-color: #3D7766;
}
</style>
border-color css
<style>
span { border-color: #3D7766; }
span { border-color: rgb(61,119,102); }
td.TdClassName
{
border-color: #3D7766;
}
.TagClassName
{
border-color: #3D7766;
}
</style>