Shades of Viridian #3D886D
Tints of Viridian #3D886D
RGB
CMYK
RGB Variations
Color information
#3D886D (or 0x3D886D) is known color: Viridian. HEX triplet: 3D, 88 and 6D. RGB value is (61,136,109). Sum of RGB (Red+Green+Blue) = 61+136+109=306 (40% of max value = 765). Red value is 61 (24.22% from 255 or 19.93% from 306); Green value is 136 (53.52% from 255 or 44.44% from 306); Blue value is 109 (42.97% from 255 or 35.62% from 306); Max value from RGB is 136 - color contains mainly: green. Hex color #3D886D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3D886D is #C27792. Grayscale: #6E6E6E. Windows color (decimal): -12744595 or 7178301. OLE color: 7178301.
HSL color Cylindrical-coordinate representation of color #3D886D: hue angle of 158.4º degrees, saturation: 0.38, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3D886D is Cyan = 0.55, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 61 | 136 | 109 | - |
| CMYK | 0.55 | 0 | 0.20 | 0.47 |
| HSL | 158.4º | 0.38% | 0.39% | - |
| HSV(B) | 158.4º | 0.55% | 0.53% | - |
| XYZ | 13.49 | 19.7 | 17.56 | - |
| YUV | 110.5 | 127.15 | 92.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 136 | 109 | 0.55 | 0 | 0.20 | 0.47 | 158.4 | 0.38 | 0.39 |
| Hex | 3D | 88 | 6D | 37 | 0 | 14 | 2F | 9E | 26 | 27 |
| Octal | 75 | 210 | 155 | 67 | 0 | 24 | 57 | 236 | 46 | 47 |
| Binary | 111101 | 10001000 | 1101101 | 110111 | 0 | 10100 | 101111 | 10011110 | 100110 | 100111 |
Color Harmonies of #3D886D
Complementary color
Monochromatic Colors of #3D886D
Black with #3D886D
Text Example
Text Example
White with #3D886D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D886D; }
p { color: rgb(61,136,109); }
H1.HeaderClassName
{
color: #3D886D;
}
.AnyTagClassName
{
color: #3D886D;
}
</style>
background-color css
<style>
a { background-color: #3D886D; }
a { background-color: rgb(61,136,109); }
div.DivClassName
{
background-color: #3D886D;
}
.BgClassName
{
background-color: #3D886D;
}
</style>
border-color css
<style>
span { border-color: #3D886D; }
span { border-color: rgb(61,136,109); }
td.TdClassName
{
border-color: #3D886D;
}
.TagClassName
{
border-color: #3D886D;
}
</style>