Shades of Viridian #3D8B6E
Tints of Viridian #3D8B6E
RGB
CMYK
RGB Variations
Color information
#3D8B6E (or 0x3D8B6E) is known color: Viridian. HEX triplet: 3D, 8B and 6E. RGB value is (61,139,110). Sum of RGB (Red+Green+Blue) = 61+139+110=310 (41% of max value = 765). Red value is 61 (24.22% from 255 or 19.68% from 310); Green value is 139 (54.69% from 255 or 44.84% from 310); Blue value is 110 (43.36% from 255 or 35.48% from 310); Max value from RGB is 139 - color contains mainly: green. Hex color #3D8B6E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3D8B6E is #C27491. Grayscale: #707070. Windows color (decimal): -12743826 or 7244605. OLE color: 7244605.
HSL color Cylindrical-coordinate representation of color #3D8B6E: hue angle of 157.69º 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 #3D8B6E is Cyan = 0.56, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 61 | 139 | 110 | - |
| CMYK | 0.56 | 0 | 0.21 | 0.45 |
| HSL | 157.69º | 0.39% | 0.39% | - |
| HSV(B) | 157.69º | 0.56% | 0.55% | - |
| XYZ | 13.97 | 20.58 | 17.99 | - |
| YUV | 112.37 | 126.66 | 91.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 139 | 110 | 0.56 | 0 | 0.21 | 0.45 | 157.69 | 0.39 | 0.39 |
| Hex | 3D | 8B | 6E | 38 | 0 | 15 | 2D | 9E | 27 | 27 |
| Octal | 75 | 213 | 156 | 70 | 0 | 25 | 55 | 236 | 47 | 47 |
| Binary | 111101 | 10001011 | 1101110 | 111000 | 0 | 10101 | 101101 | 10011110 | 100111 | 100111 |
Color Harmonies of #3D8B6E
Complementary color
Monochromatic Colors of #3D8B6E
Black with #3D8B6E
Text Example
Text Example
White with #3D8B6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D8B6E; }
p { color: rgb(61,139,110); }
H1.HeaderClassName
{
color: #3D8B6E;
}
.AnyTagClassName
{
color: #3D8B6E;
}
</style>
background-color css
<style>
a { background-color: #3D8B6E; }
a { background-color: rgb(61,139,110); }
div.DivClassName
{
background-color: #3D8B6E;
}
.BgClassName
{
background-color: #3D8B6E;
}
</style>
border-color css
<style>
span { border-color: #3D8B6E; }
span { border-color: rgb(61,139,110); }
td.TdClassName
{
border-color: #3D8B6E;
}
.TagClassName
{
border-color: #3D8B6E;
}
</style>