Shades of Viridian #3D9675
Tints of Viridian #3D9675
RGB
CMYK
RGB Variations
Color information
#3D9675 (or 0x3D9675) is known color: Viridian. HEX triplet: 3D, 96 and 75. RGB value is (61,150,117). Sum of RGB (Red+Green+Blue) = 61+150+117=328 (43% of max value = 765). Red value is 61 (24.22% from 255 or 18.60% from 328); Green value is 150 (58.98% from 255 or 45.73% from 328); Blue value is 117 (46.09% from 255 or 35.67% from 328); Max value from RGB is 150 - color contains mainly: green. Hex color #3D9675 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3D9675 is #C2698A. Grayscale: #777777. Windows color (decimal): -12741003 or 7706173. OLE color: 7706173.
HSL color Cylindrical-coordinate representation of color #3D9675: hue angle of 157.75º degrees, saturation: 0.42, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3D9675 is Cyan = 0.59, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 61 | 150 | 117 | - |
| CMYK | 0.59 | 0 | 0.22 | 0.41 |
| HSL | 157.75º | 0.42% | 0.41% | - |
| HSV(B) | 157.75º | 0.59% | 0.59% | - |
| XYZ | 16.04 | 24.09 | 20.63 | - |
| YUV | 119.63 | 126.51 | 86.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 150 | 117 | 0.59 | 0 | 0.22 | 0.41 | 157.75 | 0.42 | 0.41 |
| Hex | 3D | 96 | 75 | 3B | 0 | 16 | 29 | 9E | 2A | 29 |
| Octal | 75 | 226 | 165 | 73 | 0 | 26 | 51 | 236 | 52 | 51 |
| Binary | 111101 | 10010110 | 1110101 | 111011 | 0 | 10110 | 101001 | 10011110 | 101010 | 101001 |
Color Harmonies of #3D9675
Complementary color
Monochromatic Colors of #3D9675
Black with #3D9675
Text Example
Text Example
White with #3D9675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D9675; }
p { color: rgb(61,150,117); }
H1.HeaderClassName
{
color: #3D9675;
}
.AnyTagClassName
{
color: #3D9675;
}
</style>
background-color css
<style>
a { background-color: #3D9675; }
a { background-color: rgb(61,150,117); }
div.DivClassName
{
background-color: #3D9675;
}
.BgClassName
{
background-color: #3D9675;
}
</style>
border-color css
<style>
span { border-color: #3D9675; }
span { border-color: rgb(61,150,117); }
td.TdClassName
{
border-color: #3D9675;
}
.TagClassName
{
border-color: #3D9675;
}
</style>