Shades of Viridian #3D8D6E
Tints of Viridian #3D8D6E
RGB
CMYK
RGB Variations
Color information
#3D8D6E (or 0x3D8D6E) is known color: Viridian. HEX triplet: 3D, 8D and 6E. RGB value is (61,141,110). Sum of RGB (Red+Green+Blue) = 61+141+110=312 (41% of max value = 765). Red value is 61 (24.22% from 255 or 19.55% from 312); Green value is 141 (55.47% from 255 or 45.19% from 312); Blue value is 110 (43.36% from 255 or 35.26% from 312); Max value from RGB is 141 - color contains mainly: green. Hex color #3D8D6E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3D8D6E is #C27291. Grayscale: #717171. Windows color (decimal): -12743314 or 7245117. OLE color: 7245117.
HSL color Cylindrical-coordinate representation of color #3D8D6E: hue angle of 156.75º degrees, saturation: 0.4, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3D8D6E is Cyan = 0.57, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 61 | 141 | 110 | - |
| CMYK | 0.57 | 0 | 0.22 | 0.45 |
| HSL | 156.75º | 0.4% | 0.4% | - |
| HSV(B) | 156.75º | 0.57% | 0.55% | - |
| XYZ | 14.26 | 21.17 | 18.09 | - |
| YUV | 113.55 | 126 | 90.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 141 | 110 | 0.57 | 0 | 0.22 | 0.45 | 156.75 | 0.4 | 0.4 |
| Hex | 3D | 8D | 6E | 39 | 0 | 16 | 2D | 9D | 28 | 28 |
| Octal | 75 | 215 | 156 | 71 | 0 | 26 | 55 | 235 | 50 | 50 |
| Binary | 111101 | 10001101 | 1101110 | 111001 | 0 | 10110 | 101101 | 10011101 | 101000 | 101000 |
Color Harmonies of #3D8D6E
Complementary color
Monochromatic Colors of #3D8D6E
Black with #3D8D6E
Text Example
Text Example
White with #3D8D6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D8D6E; }
p { color: rgb(61,141,110); }
H1.HeaderClassName
{
color: #3D8D6E;
}
.AnyTagClassName
{
color: #3D8D6E;
}
</style>
background-color css
<style>
a { background-color: #3D8D6E; }
a { background-color: rgb(61,141,110); }
div.DivClassName
{
background-color: #3D8D6E;
}
.BgClassName
{
background-color: #3D8D6E;
}
</style>
border-color css
<style>
span { border-color: #3D8D6E; }
span { border-color: rgb(61,141,110); }
td.TdClassName
{
border-color: #3D8D6E;
}
.TagClassName
{
border-color: #3D8D6E;
}
</style>