Shades of Viridian #3D7664
Tints of Viridian #3D7664
RGB
CMYK
RGB Variations
Color information
#3D7664 (or 0x3D7664) is known color: Viridian. HEX triplet: 3D, 76 and 64. RGB value is (61,118,100). Sum of RGB (Red+Green+Blue) = 61+118+100=279 (36% of max value = 765). Red value is 61 (24.22% from 255 or 21.86% from 279); Green value is 118 (46.48% from 255 or 42.29% from 279); Blue value is 100 (39.45% from 255 or 35.84% from 279); Max value from RGB is 118 - color contains mainly: green. Hex color #3D7664 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D7664 is #C2899B. Grayscale: #626262. Windows color (decimal): -12749212 or 6583869. OLE color: 6583869.
HSL color Cylindrical-coordinate representation of color #3D7664: hue angle of 161.05º degrees, saturation: 0.32, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3D7664 is Cyan = 0.48, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 61 | 118 | 100 | - |
| CMYK | 0.48 | 0 | 0.15 | 0.54 |
| HSL | 161.05º | 0.32% | 0.35% | - |
| HSV(B) | 161.05º | 0.48% | 0.46% | - |
| XYZ | 10.7 | 14.87 | 14.36 | - |
| YUV | 98.91 | 128.62 | 100.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 118 | 100 | 0.48 | 0 | 0.15 | 0.54 | 161.05 | 0.32 | 0.35 |
| Hex | 3D | 76 | 64 | 30 | 0 | F | 36 | A1 | 20 | 23 |
| Octal | 75 | 166 | 144 | 60 | 0 | 17 | 66 | 241 | 40 | 43 |
| Binary | 111101 | 1110110 | 1100100 | 110000 | 0 | 1111 | 110110 | 10100001 | 100000 | 100011 |
Color Harmonies of #3D7664
Complementary color
Monochromatic Colors of #3D7664
Black with #3D7664
Text Example
Text Example
White with #3D7664
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D7664; }
p { color: rgb(61,118,100); }
H1.HeaderClassName
{
color: #3D7664;
}
.AnyTagClassName
{
color: #3D7664;
}
</style>
background-color css
<style>
a { background-color: #3D7664; }
a { background-color: rgb(61,118,100); }
div.DivClassName
{
background-color: #3D7664;
}
.BgClassName
{
background-color: #3D7664;
}
</style>
border-color css
<style>
span { border-color: #3D7664; }
span { border-color: rgb(61,118,100); }
td.TdClassName
{
border-color: #3D7664;
}
.TagClassName
{
border-color: #3D7664;
}
</style>