Shades of Viridian #3D7C6F
Tints of Viridian #3D7C6F
RGB
CMYK
RGB Variations
Color information
#3D7C6F (or 0x3D7C6F) is known color: Viridian. HEX triplet: 3D, 7C and 6F. RGB value is (61,124,111). Sum of RGB (Red+Green+Blue) = 61+124+111=296 (39% of max value = 765). Red value is 61 (24.22% from 255 or 20.61% from 296); Green value is 124 (48.83% from 255 or 41.89% from 296); Blue value is 111 (43.75% from 255 or 37.5% from 296); Max value from RGB is 124 - color contains mainly: green. Hex color #3D7C6F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D7C6F is #C28390. Grayscale: #676767. Windows color (decimal): -12747665 or 7306301. OLE color: 7306301.
HSL color Cylindrical-coordinate representation of color #3D7C6F: hue angle of 167.62º 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 #3D7C6F is Cyan = 0.51, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 61 | 124 | 111 | - |
| CMYK | 0.51 | 0 | 0.10 | 0.51 |
| HSL | 167.62º | 0.34% | 0.36% | - |
| HSV(B) | 167.62º | 0.51% | 0.49% | - |
| XYZ | 12 | 16.56 | 17.6 | - |
| YUV | 103.68 | 132.13 | 97.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 124 | 111 | 0.51 | 0 | 0.10 | 0.51 | 167.62 | 0.34 | 0.36 |
| Hex | 3D | 7C | 6F | 33 | 0 | A | 33 | A8 | 22 | 24 |
| Octal | 75 | 174 | 157 | 63 | 0 | 12 | 63 | 250 | 42 | 44 |
| Binary | 111101 | 1111100 | 1101111 | 110011 | 0 | 1010 | 110011 | 10101000 | 100010 | 100100 |
Color Harmonies of #3D7C6F
Complementary color
Monochromatic Colors of #3D7C6F
Black with #3D7C6F
Text Example
Text Example
White with #3D7C6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D7C6F; }
p { color: rgb(61,124,111); }
H1.HeaderClassName
{
color: #3D7C6F;
}
.AnyTagClassName
{
color: #3D7C6F;
}
</style>
background-color css
<style>
a { background-color: #3D7C6F; }
a { background-color: rgb(61,124,111); }
div.DivClassName
{
background-color: #3D7C6F;
}
.BgClassName
{
background-color: #3D7C6F;
}
</style>
border-color css
<style>
span { border-color: #3D7C6F; }
span { border-color: rgb(61,124,111); }
td.TdClassName
{
border-color: #3D7C6F;
}
.TagClassName
{
border-color: #3D7C6F;
}
</style>