Shades of Viridian #3D7D6E
Tints of Viridian #3D7D6E
RGB
CMYK
RGB Variations
Color information
#3D7D6E (or 0x3D7D6E) is known color: Viridian. HEX triplet: 3D, 7D and 6E. RGB value is (61,125,110). Sum of RGB (Red+Green+Blue) = 61+125+110=296 (39% of max value = 765). Red value is 61 (24.22% from 255 or 20.61% from 296); Green value is 125 (49.22% from 255 or 42.23% from 296); Blue value is 110 (43.36% from 255 or 37.16% from 296); Max value from RGB is 125 - color contains mainly: green. Hex color #3D7D6E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D7D6E is #C28291. Grayscale: #686868. Windows color (decimal): -12747410 or 7241021. OLE color: 7241021.
HSL color Cylindrical-coordinate representation of color #3D7D6E: hue angle of 165.94º 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 #3D7D6E is Cyan = 0.51, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 61 | 125 | 110 | - |
| CMYK | 0.51 | 0 | 0.12 | 0.51 |
| HSL | 165.94º | 0.34% | 0.36% | - |
| HSV(B) | 165.94º | 0.51% | 0.49% | - |
| XYZ | 12.07 | 16.79 | 17.36 | - |
| YUV | 104.15 | 131.3 | 97.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 125 | 110 | 0.51 | 0 | 0.12 | 0.51 | 165.94 | 0.34 | 0.36 |
| Hex | 3D | 7D | 6E | 33 | 0 | C | 33 | A6 | 22 | 24 |
| Octal | 75 | 175 | 156 | 63 | 0 | 14 | 63 | 246 | 42 | 44 |
| Binary | 111101 | 1111101 | 1101110 | 110011 | 0 | 1100 | 110011 | 10100110 | 100010 | 100100 |
Color Harmonies of #3D7D6E
Complementary color
Monochromatic Colors of #3D7D6E
Black with #3D7D6E
Text Example
Text Example
White with #3D7D6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D7D6E; }
p { color: rgb(61,125,110); }
H1.HeaderClassName
{
color: #3D7D6E;
}
.AnyTagClassName
{
color: #3D7D6E;
}
</style>
background-color css
<style>
a { background-color: #3D7D6E; }
a { background-color: rgb(61,125,110); }
div.DivClassName
{
background-color: #3D7D6E;
}
.BgClassName
{
background-color: #3D7D6E;
}
</style>
border-color css
<style>
span { border-color: #3D7D6E; }
span { border-color: rgb(61,125,110); }
td.TdClassName
{
border-color: #3D7D6E;
}
.TagClassName
{
border-color: #3D7D6E;
}
</style>