Shades of Viridian #3D7566
Tints of Viridian #3D7566
RGB
CMYK
RGB Variations
Color information
#3D7566 (or 0x3D7566) is known color: Viridian. HEX triplet: 3D, 75 and 66. RGB value is (61,117,102). Sum of RGB (Red+Green+Blue) = 61+117+102=280 (37% of max value = 765). Red value is 61 (24.22% from 255 or 21.79% from 280); Green value is 117 (46.09% from 255 or 41.79% from 280); Blue value is 102 (40.23% from 255 or 36.43% from 280); Max value from RGB is 117 - color contains mainly: green. Hex color #3D7566 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D7566 is #C28A99. Grayscale: #626262. Windows color (decimal): -12749466 or 6714685. OLE color: 6714685.
HSL color Cylindrical-coordinate representation of color #3D7566: hue angle of 163.93º degrees, saturation: 0.31, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3D7566 is Cyan = 0.48, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 61 | 117 | 102 | - |
| CMYK | 0.48 | 0 | 0.13 | 0.54 |
| HSL | 163.93º | 0.31% | 0.35% | - |
| HSV(B) | 163.93º | 0.48% | 0.46% | - |
| XYZ | 10.68 | 14.67 | 14.84 | - |
| YUV | 98.55 | 129.95 | 101.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 117 | 102 | 0.48 | 0 | 0.13 | 0.54 | 163.93 | 0.31 | 0.35 |
| Hex | 3D | 75 | 66 | 30 | 0 | D | 36 | A4 | 1F | 23 |
| Octal | 75 | 165 | 146 | 60 | 0 | 15 | 66 | 244 | 37 | 43 |
| Binary | 111101 | 1110101 | 1100110 | 110000 | 0 | 1101 | 110110 | 10100100 | 11111 | 100011 |
Color Harmonies of #3D7566
Complementary color
Monochromatic Colors of #3D7566
Black with #3D7566
Text Example
Text Example
White with #3D7566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D7566; }
p { color: rgb(61,117,102); }
H1.HeaderClassName
{
color: #3D7566;
}
.AnyTagClassName
{
color: #3D7566;
}
</style>
background-color css
<style>
a { background-color: #3D7566; }
a { background-color: rgb(61,117,102); }
div.DivClassName
{
background-color: #3D7566;
}
.BgClassName
{
background-color: #3D7566;
}
</style>
border-color css
<style>
span { border-color: #3D7566; }
span { border-color: rgb(61,117,102); }
td.TdClassName
{
border-color: #3D7566;
}
.TagClassName
{
border-color: #3D7566;
}
</style>