Shades of Viridian #3D8E70
Tints of Viridian #3D8E70
RGB
CMYK
RGB Variations
Color information
#3D8E70 (or 0x3D8E70) is known color: Viridian. HEX triplet: 3D, 8E and 70. RGB value is (61,142,112). Sum of RGB (Red+Green+Blue) = 61+142+112=315 (41% of max value = 765). Red value is 61 (24.22% from 255 or 19.37% from 315); Green value is 142 (55.86% from 255 or 45.08% from 315); Blue value is 112 (44.14% from 255 or 35.56% from 315); Max value from RGB is 142 - color contains mainly: green. Hex color #3D8E70 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3D8E70 is #C2718F. Grayscale: #727272. Windows color (decimal): -12743056 or 7376445. OLE color: 7376445.
HSL color Cylindrical-coordinate representation of color #3D8E70: hue angle of 157.78º degrees, saturation: 0.4, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3D8E70 is Cyan = 0.57, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 61 | 142 | 112 | - |
| CMYK | 0.57 | 0 | 0.21 | 0.44 |
| HSL | 157.78º | 0.4% | 0.4% | - |
| HSV(B) | 157.78º | 0.57% | 0.56% | - |
| XYZ | 14.52 | 21.51 | 18.72 | - |
| YUV | 114.36 | 126.66 | 89.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 142 | 112 | 0.57 | 0 | 0.21 | 0.44 | 157.78 | 0.4 | 0.4 |
| Hex | 3D | 8E | 70 | 39 | 0 | 15 | 2C | 9E | 28 | 28 |
| Octal | 75 | 216 | 160 | 71 | 0 | 25 | 54 | 236 | 50 | 50 |
| Binary | 111101 | 10001110 | 1110000 | 111001 | 0 | 10101 | 101100 | 10011110 | 101000 | 101000 |
Color Harmonies of #3D8E70
Complementary color
Monochromatic Colors of #3D8E70
Black with #3D8E70
Text Example
Text Example
White with #3D8E70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D8E70; }
p { color: rgb(61,142,112); }
H1.HeaderClassName
{
color: #3D8E70;
}
.AnyTagClassName
{
color: #3D8E70;
}
</style>
background-color css
<style>
a { background-color: #3D8E70; }
a { background-color: rgb(61,142,112); }
div.DivClassName
{
background-color: #3D8E70;
}
.BgClassName
{
background-color: #3D8E70;
}
</style>
border-color css
<style>
span { border-color: #3D8E70; }
span { border-color: rgb(61,142,112); }
td.TdClassName
{
border-color: #3D8E70;
}
.TagClassName
{
border-color: #3D8E70;
}
</style>