Shades of Viridian #3D7D6F
Tints of Viridian #3D7D6F
RGB
CMYK
RGB Variations
Color information
#3D7D6F (or 0x3D7D6F) is known color: Viridian. HEX triplet: 3D, 7D and 6F. RGB value is (61,125,111). Sum of RGB (Red+Green+Blue) = 61+125+111=297 (39% of max value = 765). Red value is 61 (24.22% from 255 or 20.54% from 297); Green value is 125 (49.22% from 255 or 42.09% from 297); Blue value is 111 (43.75% from 255 or 37.37% from 297); Max value from RGB is 125 - color contains mainly: green. Hex color #3D7D6F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D7D6F is #C28290. Grayscale: #686868. Windows color (decimal): -12747409 or 7306557. OLE color: 7306557.
HSL color Cylindrical-coordinate representation of color #3D7D6F: hue angle of 166.88º degrees, saturation: 0.34, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #3D7D6F is Cyan = 0.51, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 61 | 125 | 111 | - |
| CMYK | 0.51 | 0 | 0.11 | 0.51 |
| HSL | 166.88º | 0.34% | 0.36% | - |
| HSV(B) | 166.88º | 0.51% | 0.49% | - |
| XYZ | 12.13 | 16.81 | 17.64 | - |
| YUV | 104.27 | 131.8 | 97.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 125 | 111 | 0.51 | 0 | 0.11 | 0.51 | 166.88 | 0.34 | 0.36 |
| Hex | 3D | 7D | 6F | 33 | 0 | B | 33 | A7 | 22 | 24 |
| Octal | 75 | 175 | 157 | 63 | 0 | 13 | 63 | 247 | 42 | 44 |
| Binary | 111101 | 1111101 | 1101111 | 110011 | 0 | 1011 | 110011 | 10100111 | 100010 | 100100 |
Color Harmonies of #3D7D6F
Complementary color
Monochromatic Colors of #3D7D6F
Black with #3D7D6F
Text Example
Text Example
White with #3D7D6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D7D6F; }
p { color: rgb(61,125,111); }
H1.HeaderClassName
{
color: #3D7D6F;
}
.AnyTagClassName
{
color: #3D7D6F;
}
</style>
background-color css
<style>
a { background-color: #3D7D6F; }
a { background-color: rgb(61,125,111); }
div.DivClassName
{
background-color: #3D7D6F;
}
.BgClassName
{
background-color: #3D7D6F;
}
</style>
border-color css
<style>
span { border-color: #3D7D6F; }
span { border-color: rgb(61,125,111); }
td.TdClassName
{
border-color: #3D7D6F;
}
.TagClassName
{
border-color: #3D7D6F;
}
</style>