Shades of Viridian #3D856D
Tints of Viridian #3D856D
RGB
CMYK
RGB Variations
Color information
#3D856D (or 0x3D856D) is known color: Viridian. HEX triplet: 3D, 85 and 6D. RGB value is (61,133,109). Sum of RGB (Red+Green+Blue) = 61+133+109=303 (40% of max value = 765). Red value is 61 (24.22% from 255 or 20.13% from 303); Green value is 133 (52.34% from 255 or 43.89% from 303); Blue value is 109 (42.97% from 255 or 35.97% from 303); Max value from RGB is 133 - color contains mainly: green. Hex color #3D856D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3D856D is #C27A92. Grayscale: #6C6C6C. Windows color (decimal): -12745363 or 7177533. OLE color: 7177533.
HSL color Cylindrical-coordinate representation of color #3D856D: hue angle of 160º 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 #3D856D is Cyan = 0.54, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 61 | 133 | 109 | - |
| CMYK | 0.54 | 0 | 0.18 | 0.48 |
| HSL | 160º | 0.37% | 0.38% | - |
| HSV(B) | 160º | 0.54% | 0.52% | - |
| XYZ | 13.07 | 18.87 | 17.42 | - |
| YUV | 108.74 | 128.15 | 93.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 133 | 109 | 0.54 | 0 | 0.18 | 0.48 | 160 | 0.37 | 0.38 |
| Hex | 3D | 85 | 6D | 36 | 0 | 12 | 30 | A0 | 25 | 26 |
| Octal | 75 | 205 | 155 | 66 | 0 | 22 | 60 | 240 | 45 | 46 |
| Binary | 111101 | 10000101 | 1101101 | 110110 | 0 | 10010 | 110000 | 10100000 | 100101 | 100110 |
Color Harmonies of #3D856D
Complementary color
Monochromatic Colors of #3D856D
Black with #3D856D
Text Example
Text Example
White with #3D856D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D856D; }
p { color: rgb(61,133,109); }
H1.HeaderClassName
{
color: #3D856D;
}
.AnyTagClassName
{
color: #3D856D;
}
</style>
background-color css
<style>
a { background-color: #3D856D; }
a { background-color: rgb(61,133,109); }
div.DivClassName
{
background-color: #3D856D;
}
.BgClassName
{
background-color: #3D856D;
}
</style>
border-color css
<style>
span { border-color: #3D856D; }
span { border-color: rgb(61,133,109); }
td.TdClassName
{
border-color: #3D856D;
}
.TagClassName
{
border-color: #3D856D;
}
</style>