Shades of Viridian #3D8466
Tints of Viridian #3D8466
RGB
CMYK
RGB Variations
Color information
#3D8466 (or 0x3D8466) is known color: Viridian. HEX triplet: 3D, 84 and 66. RGB value is (61,132,102). Sum of RGB (Red+Green+Blue) = 61+132+102=295 (39% of max value = 765). Red value is 61 (24.22% from 255 or 20.68% from 295); Green value is 132 (51.95% from 255 or 44.75% from 295); Blue value is 102 (40.23% from 255 or 34.58% from 295); Max value from RGB is 132 - color contains mainly: green. Hex color #3D8466 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3D8466 is #C27B99. Grayscale: #6B6B6B. Windows color (decimal): -12745626 or 6718525. OLE color: 6718525.
HSL color Cylindrical-coordinate representation of color #3D8466: hue angle of 154.65º degrees, saturation: 0.37, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3D8466 is Cyan = 0.54, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 61 | 132 | 102 | - |
| CMYK | 0.54 | 0 | 0.23 | 0.48 |
| HSL | 154.65º | 0.37% | 0.38% | - |
| HSV(B) | 154.65º | 0.54% | 0.52% | - |
| XYZ | 12.57 | 18.45 | 15.47 | - |
| YUV | 107.35 | 124.98 | 94.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 132 | 102 | 0.54 | 0 | 0.23 | 0.48 | 154.65 | 0.37 | 0.38 |
| Hex | 3D | 84 | 66 | 36 | 0 | 17 | 30 | 9B | 25 | 26 |
| Octal | 75 | 204 | 146 | 66 | 0 | 27 | 60 | 233 | 45 | 46 |
| Binary | 111101 | 10000100 | 1100110 | 110110 | 0 | 10111 | 110000 | 10011011 | 100101 | 100110 |
Color Harmonies of #3D8466
Complementary color
Monochromatic Colors of #3D8466
Black with #3D8466
Text Example
Text Example
White with #3D8466
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D8466; }
p { color: rgb(61,132,102); }
H1.HeaderClassName
{
color: #3D8466;
}
.AnyTagClassName
{
color: #3D8466;
}
</style>
background-color css
<style>
a { background-color: #3D8466; }
a { background-color: rgb(61,132,102); }
div.DivClassName
{
background-color: #3D8466;
}
.BgClassName
{
background-color: #3D8466;
}
</style>
border-color css
<style>
span { border-color: #3D8466; }
span { border-color: rgb(61,132,102); }
td.TdClassName
{
border-color: #3D8466;
}
.TagClassName
{
border-color: #3D8466;
}
</style>