Shades of Viridian #3D856C
Tints of Viridian #3D856C
RGB
CMYK
RGB Variations
Color information
#3D856C (or 0x3D856C) is known color: Viridian. HEX triplet: 3D, 85 and 6C. RGB value is (61,133,108). Sum of RGB (Red+Green+Blue) = 61+133+108=302 (40% of max value = 765). Red value is 61 (24.22% from 255 or 20.20% from 302); Green value is 133 (52.34% from 255 or 44.04% from 302); Blue value is 108 (42.58% from 255 or 35.76% from 302); Max value from RGB is 133 - color contains mainly: green. Hex color #3D856C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3D856C is #C27A93. Grayscale: #6C6C6C. Windows color (decimal): -12745364 or 7111997. OLE color: 7111997.
HSL color Cylindrical-coordinate representation of color #3D856C: hue angle of 159.17º degrees, saturation: 0.37, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3D856C is Cyan = 0.54, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 61 | 133 | 108 | - |
| CMYK | 0.54 | 0 | 0.19 | 0.48 |
| HSL | 159.17º | 0.37% | 0.38% | - |
| HSV(B) | 159.17º | 0.54% | 0.52% | - |
| XYZ | 13.02 | 18.85 | 17.14 | - |
| YUV | 108.62 | 127.65 | 94.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 133 | 108 | 0.54 | 0 | 0.19 | 0.48 | 159.17 | 0.37 | 0.38 |
| Hex | 3D | 85 | 6C | 36 | 0 | 13 | 30 | 9F | 25 | 26 |
| Octal | 75 | 205 | 154 | 66 | 0 | 23 | 60 | 237 | 45 | 46 |
| Binary | 111101 | 10000101 | 1101100 | 110110 | 0 | 10011 | 110000 | 10011111 | 100101 | 100110 |
Color Harmonies of #3D856C
Complementary color
Monochromatic Colors of #3D856C
Black with #3D856C
Text Example
Text Example
White with #3D856C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D856C; }
p { color: rgb(61,133,108); }
H1.HeaderClassName
{
color: #3D856C;
}
.AnyTagClassName
{
color: #3D856C;
}
</style>
background-color css
<style>
a { background-color: #3D856C; }
a { background-color: rgb(61,133,108); }
div.DivClassName
{
background-color: #3D856C;
}
.BgClassName
{
background-color: #3D856C;
}
</style>
border-color css
<style>
span { border-color: #3D856C; }
span { border-color: rgb(61,133,108); }
td.TdClassName
{
border-color: #3D856C;
}
.TagClassName
{
border-color: #3D856C;
}
</style>