Shades of Viridian #3D886C
Tints of Viridian #3D886C
RGB
CMYK
RGB Variations
Color information
#3D886C (or 0x3D886C) is known color: Viridian. HEX triplet: 3D, 88 and 6C. RGB value is (61,136,108). Sum of RGB (Red+Green+Blue) = 61+136+108=305 (40% of max value = 765). Red value is 61 (24.22% from 255 or 20% from 305); Green value is 136 (53.52% from 255 or 44.59% from 305); Blue value is 108 (42.58% from 255 or 35.41% from 305); Max value from RGB is 136 - color contains mainly: green. Hex color #3D886C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3D886C is #C27793. Grayscale: #6E6E6E. Windows color (decimal): -12744596 or 7112765. OLE color: 7112765.
HSL color Cylindrical-coordinate representation of color #3D886C: hue angle of 157.6º 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 #3D886C is Cyan = 0.55, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 61 | 136 | 108 | - |
| CMYK | 0.55 | 0 | 0.21 | 0.47 |
| HSL | 157.6º | 0.38% | 0.39% | - |
| HSV(B) | 157.6º | 0.55% | 0.53% | - |
| XYZ | 13.44 | 19.68 | 17.28 | - |
| YUV | 110.38 | 126.65 | 92.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 136 | 108 | 0.55 | 0 | 0.21 | 0.47 | 157.6 | 0.38 | 0.39 |
| Hex | 3D | 88 | 6C | 37 | 0 | 15 | 2F | 9E | 26 | 27 |
| Octal | 75 | 210 | 154 | 67 | 0 | 25 | 57 | 236 | 46 | 47 |
| Binary | 111101 | 10001000 | 1101100 | 110111 | 0 | 10101 | 101111 | 10011110 | 100110 | 100111 |
Color Harmonies of #3D886C
Complementary color
Monochromatic Colors of #3D886C
Black with #3D886C
Text Example
Text Example
White with #3D886C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D886C; }
p { color: rgb(61,136,108); }
H1.HeaderClassName
{
color: #3D886C;
}
.AnyTagClassName
{
color: #3D886C;
}
</style>
background-color css
<style>
a { background-color: #3D886C; }
a { background-color: rgb(61,136,108); }
div.DivClassName
{
background-color: #3D886C;
}
.BgClassName
{
background-color: #3D886C;
}
</style>
border-color css
<style>
span { border-color: #3D886C; }
span { border-color: rgb(61,136,108); }
td.TdClassName
{
border-color: #3D886C;
}
.TagClassName
{
border-color: #3D886C;
}
</style>