Shades of Viridian #3D8B6D
Tints of Viridian #3D8B6D
RGB
CMYK
RGB Variations
Color information
#3D8B6D (or 0x3D8B6D) is known color: Viridian. HEX triplet: 3D, 8B and 6D. RGB value is (61,139,109). Sum of RGB (Red+Green+Blue) = 61+139+109=309 (40% of max value = 765). Red value is 61 (24.22% from 255 or 19.74% from 309); Green value is 139 (54.69% from 255 or 44.98% from 309); Blue value is 109 (42.97% from 255 or 35.28% from 309); Max value from RGB is 139 - color contains mainly: green. Hex color #3D8B6D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3D8B6D is #C27492. Grayscale: #707070. Windows color (decimal): -12743827 or 7179069. OLE color: 7179069.
HSL color Cylindrical-coordinate representation of color #3D8B6D: hue angle of 156.92º degrees, saturation: 0.39, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3D8B6D is Cyan = 0.56, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 61 | 139 | 109 | - |
| CMYK | 0.56 | 0 | 0.22 | 0.45 |
| HSL | 156.92º | 0.39% | 0.39% | - |
| HSV(B) | 156.92º | 0.56% | 0.55% | - |
| XYZ | 13.92 | 20.56 | 17.7 | - |
| YUV | 112.26 | 126.16 | 91.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 139 | 109 | 0.56 | 0 | 0.22 | 0.45 | 156.92 | 0.39 | 0.39 |
| Hex | 3D | 8B | 6D | 38 | 0 | 16 | 2D | 9D | 27 | 27 |
| Octal | 75 | 213 | 155 | 70 | 0 | 26 | 55 | 235 | 47 | 47 |
| Binary | 111101 | 10001011 | 1101101 | 111000 | 0 | 10110 | 101101 | 10011101 | 100111 | 100111 |
Color Harmonies of #3D8B6D
Complementary color
Monochromatic Colors of #3D8B6D
Black with #3D8B6D
Text Example
Text Example
White with #3D8B6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D8B6D; }
p { color: rgb(61,139,109); }
H1.HeaderClassName
{
color: #3D8B6D;
}
.AnyTagClassName
{
color: #3D8B6D;
}
</style>
background-color css
<style>
a { background-color: #3D8B6D; }
a { background-color: rgb(61,139,109); }
div.DivClassName
{
background-color: #3D8B6D;
}
.BgClassName
{
background-color: #3D8B6D;
}
</style>
border-color css
<style>
span { border-color: #3D8B6D; }
span { border-color: rgb(61,139,109); }
td.TdClassName
{
border-color: #3D8B6D;
}
.TagClassName
{
border-color: #3D8B6D;
}
</style>