Shades of Viridian #3D7A64
Tints of Viridian #3D7A64
RGB
CMYK
RGB Variations
Color information
#3D7A64 (or 0x3D7A64) is known color: Viridian. HEX triplet: 3D, 7A and 64. RGB value is (61,122,100). Sum of RGB (Red+Green+Blue) = 61+122+100=283 (37% of max value = 765). Red value is 61 (24.22% from 255 or 21.55% from 283); Green value is 122 (48.05% from 255 or 43.11% from 283); Blue value is 100 (39.45% from 255 or 35.34% from 283); Max value from RGB is 122 - color contains mainly: green. Hex color #3D7A64 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D7A64 is #C2859B. Grayscale: #656565. Windows color (decimal): -12748188 or 6584893. OLE color: 6584893.
HSL color Cylindrical-coordinate representation of color #3D7A64: hue angle of 158.36º degrees, saturation: 0.33, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3D7A64 is Cyan = 0.50, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 61 | 122 | 100 | - |
| CMYK | 0.50 | 0 | 0.18 | 0.52 |
| HSL | 158.36º | 0.33% | 0.36% | - |
| HSV(B) | 158.36º | 0.5% | 0.48% | - |
| XYZ | 11.18 | 15.83 | 14.52 | - |
| YUV | 101.25 | 127.29 | 99.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 122 | 100 | 0.50 | 0 | 0.18 | 0.52 | 158.36 | 0.33 | 0.36 |
| Hex | 3D | 7A | 64 | 32 | 0 | 12 | 34 | 9E | 21 | 24 |
| Octal | 75 | 172 | 144 | 62 | 0 | 22 | 64 | 236 | 41 | 44 |
| Binary | 111101 | 1111010 | 1100100 | 110010 | 0 | 10010 | 110100 | 10011110 | 100001 | 100100 |
Color Harmonies of #3D7A64
Complementary color
Monochromatic Colors of #3D7A64
Black with #3D7A64
Text Example
Text Example
White with #3D7A64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D7A64; }
p { color: rgb(61,122,100); }
H1.HeaderClassName
{
color: #3D7A64;
}
.AnyTagClassName
{
color: #3D7A64;
}
</style>
background-color css
<style>
a { background-color: #3D7A64; }
a { background-color: rgb(61,122,100); }
div.DivClassName
{
background-color: #3D7A64;
}
.BgClassName
{
background-color: #3D7A64;
}
</style>
border-color css
<style>
span { border-color: #3D7A64; }
span { border-color: rgb(61,122,100); }
td.TdClassName
{
border-color: #3D7A64;
}
.TagClassName
{
border-color: #3D7A64;
}
</style>