Shades of Viridian #3D7964
Tints of Viridian #3D7964
RGB
CMYK
RGB Variations
Color information
#3D7964 (or 0x3D7964) is known color: Viridian. HEX triplet: 3D, 79 and 64. RGB value is (61,121,100). Sum of RGB (Red+Green+Blue) = 61+121+100=282 (37% of max value = 765). Red value is 61 (24.22% from 255 or 21.63% from 282); Green value is 121 (47.66% from 255 or 42.91% from 282); Blue value is 100 (39.45% from 255 or 35.46% from 282); Max value from RGB is 121 - color contains mainly: green. Hex color #3D7964 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D7964 is #C2869B. Grayscale: #646464. Windows color (decimal): -12748444 or 6584637. OLE color: 6584637.
HSL color Cylindrical-coordinate representation of color #3D7964: hue angle of 159º degrees, saturation: 0.33, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3D7964 is Cyan = 0.50, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 61 | 121 | 100 | - |
| CMYK | 0.50 | 0 | 0.17 | 0.53 |
| HSL | 159º | 0.33% | 0.36% | - |
| HSV(B) | 159º | 0.5% | 0.47% | - |
| XYZ | 11.06 | 15.59 | 14.48 | - |
| YUV | 100.67 | 127.62 | 99.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 121 | 100 | 0.50 | 0 | 0.17 | 0.53 | 159 | 0.33 | 0.36 |
| Hex | 3D | 79 | 64 | 32 | 0 | 11 | 35 | 9F | 21 | 24 |
| Octal | 75 | 171 | 144 | 62 | 0 | 21 | 65 | 237 | 41 | 44 |
| Binary | 111101 | 1111001 | 1100100 | 110010 | 0 | 10001 | 110101 | 10011111 | 100001 | 100100 |
Color Harmonies of #3D7964
Complementary color
Monochromatic Colors of #3D7964
Black with #3D7964
Text Example
Text Example
White with #3D7964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D7964; }
p { color: rgb(61,121,100); }
H1.HeaderClassName
{
color: #3D7964;
}
.AnyTagClassName
{
color: #3D7964;
}
</style>
background-color css
<style>
a { background-color: #3D7964; }
a { background-color: rgb(61,121,100); }
div.DivClassName
{
background-color: #3D7964;
}
.BgClassName
{
background-color: #3D7964;
}
</style>
border-color css
<style>
span { border-color: #3D7964; }
span { border-color: rgb(61,121,100); }
td.TdClassName
{
border-color: #3D7964;
}
.TagClassName
{
border-color: #3D7964;
}
</style>