Shades of Viridian #3D8E75
Tints of Viridian #3D8E75
RGB
CMYK
RGB Variations
Color information
#3D8E75 (or 0x3D8E75) is known color: Viridian. HEX triplet: 3D, 8E and 75. RGB value is (61,142,117). Sum of RGB (Red+Green+Blue) = 61+142+117=320 (42% of max value = 765). Red value is 61 (24.22% from 255 or 19.06% from 320); Green value is 142 (55.86% from 255 or 44.38% from 320); Blue value is 117 (46.09% from 255 or 36.56% from 320); Max value from RGB is 142 - color contains mainly: green. Hex color #3D8E75 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3D8E75 is #C2718A. Grayscale: #727272. Windows color (decimal): -12743051 or 7704125. OLE color: 7704125.
HSL color Cylindrical-coordinate representation of color #3D8E75: hue angle of 161.48º 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 #3D8E75 is Cyan = 0.57, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 61 | 142 | 117 | - |
| CMYK | 0.57 | 0 | 0.18 | 0.44 |
| HSL | 161.48º | 0.4% | 0.4% | - |
| HSV(B) | 161.48º | 0.57% | 0.56% | - |
| XYZ | 14.81 | 21.62 | 20.22 | - |
| YUV | 114.93 | 129.16 | 89.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 142 | 117 | 0.57 | 0 | 0.18 | 0.44 | 161.48 | 0.4 | 0.4 |
| Hex | 3D | 8E | 75 | 39 | 0 | 12 | 2C | A1 | 28 | 28 |
| Octal | 75 | 216 | 165 | 71 | 0 | 22 | 54 | 241 | 50 | 50 |
| Binary | 111101 | 10001110 | 1110101 | 111001 | 0 | 10010 | 101100 | 10100001 | 101000 | 101000 |
Color Harmonies of #3D8E75
Complementary color
Monochromatic Colors of #3D8E75
Black with #3D8E75
Text Example
Text Example
White with #3D8E75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D8E75; }
p { color: rgb(61,142,117); }
H1.HeaderClassName
{
color: #3D8E75;
}
.AnyTagClassName
{
color: #3D8E75;
}
</style>
background-color css
<style>
a { background-color: #3D8E75; }
a { background-color: rgb(61,142,117); }
div.DivClassName
{
background-color: #3D8E75;
}
.BgClassName
{
background-color: #3D8E75;
}
</style>
border-color css
<style>
span { border-color: #3D8E75; }
span { border-color: rgb(61,142,117); }
td.TdClassName
{
border-color: #3D8E75;
}
.TagClassName
{
border-color: #3D8E75;
}
</style>