Shades of Viridian #3D7662
Tints of Viridian #3D7662
RGB
CMYK
RGB Variations
Color information
#3D7662 (or 0x3D7662) is known color: Viridian. HEX triplet: 3D, 76 and 62. RGB value is (61,118,98). Sum of RGB (Red+Green+Blue) = 61+118+98=277 (36% of max value = 765). Red value is 61 (24.22% from 255 or 22.02% from 277); Green value is 118 (46.48% from 255 or 42.60% from 277); Blue value is 98 (38.67% from 255 or 35.38% from 277); Max value from RGB is 118 - color contains mainly: green. Hex color #3D7662 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D7662 is #C2899D. Grayscale: #626262. Windows color (decimal): -12749214 or 6452797. OLE color: 6452797.
HSL color Cylindrical-coordinate representation of color #3D7662: hue angle of 158.95º 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 #3D7662 is Cyan = 0.48, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 61 | 118 | 98 | - |
| CMYK | 0.48 | 0 | 0.17 | 0.54 |
| HSL | 158.95º | 0.32% | 0.35% | - |
| HSV(B) | 158.95º | 0.48% | 0.46% | - |
| XYZ | 10.61 | 14.83 | 13.86 | - |
| YUV | 98.68 | 127.62 | 101.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 118 | 98 | 0.48 | 0 | 0.17 | 0.54 | 158.95 | 0.32 | 0.35 |
| Hex | 3D | 76 | 62 | 30 | 0 | 11 | 36 | 9F | 20 | 23 |
| Octal | 75 | 166 | 142 | 60 | 0 | 21 | 66 | 237 | 40 | 43 |
| Binary | 111101 | 1110110 | 1100010 | 110000 | 0 | 10001 | 110110 | 10011111 | 100000 | 100011 |
Color Harmonies of #3D7662
Complementary color
Monochromatic Colors of #3D7662
Black with #3D7662
Text Example
Text Example
White with #3D7662
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D7662; }
p { color: rgb(61,118,98); }
H1.HeaderClassName
{
color: #3D7662;
}
.AnyTagClassName
{
color: #3D7662;
}
</style>
background-color css
<style>
a { background-color: #3D7662; }
a { background-color: rgb(61,118,98); }
div.DivClassName
{
background-color: #3D7662;
}
.BgClassName
{
background-color: #3D7662;
}
</style>
border-color css
<style>
span { border-color: #3D7662; }
span { border-color: rgb(61,118,98); }
td.TdClassName
{
border-color: #3D7662;
}
.TagClassName
{
border-color: #3D7662;
}
</style>