Shades of Viridian #3D8A6D
Tints of Viridian #3D8A6D
RGB
CMYK
RGB Variations
Color information
#3D8A6D (or 0x3D8A6D) is known color: Viridian. HEX triplet: 3D, 8A and 6D. RGB value is (61,138,109). Sum of RGB (Red+Green+Blue) = 61+138+109=308 (40% of max value = 765). Red value is 61 (24.22% from 255 or 19.81% from 308); Green value is 138 (54.30% from 255 or 44.81% from 308); Blue value is 109 (42.97% from 255 or 35.39% from 308); Max value from RGB is 138 - color contains mainly: green. Hex color #3D8A6D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3D8A6D is #C27592. Grayscale: #6F6F6F. Windows color (decimal): -12744083 or 7178813. OLE color: 7178813.
HSL color Cylindrical-coordinate representation of color #3D8A6D: hue angle of 157.4º degrees, saturation: 0.39, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3D8A6D is Cyan = 0.56, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 61 | 138 | 109 | - |
| CMYK | 0.56 | 0 | 0.21 | 0.46 |
| HSL | 157.4º | 0.39% | 0.39% | - |
| HSV(B) | 157.4º | 0.56% | 0.54% | - |
| XYZ | 13.77 | 20.27 | 17.66 | - |
| YUV | 111.67 | 126.49 | 91.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 138 | 109 | 0.56 | 0 | 0.21 | 0.46 | 157.4 | 0.39 | 0.39 |
| Hex | 3D | 8A | 6D | 38 | 0 | 15 | 2E | 9D | 27 | 27 |
| Octal | 75 | 212 | 155 | 70 | 0 | 25 | 56 | 235 | 47 | 47 |
| Binary | 111101 | 10001010 | 1101101 | 111000 | 0 | 10101 | 101110 | 10011101 | 100111 | 100111 |
Color Harmonies of #3D8A6D
Complementary color
Monochromatic Colors of #3D8A6D
Black with #3D8A6D
Text Example
Text Example
White with #3D8A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D8A6D; }
p { color: rgb(61,138,109); }
H1.HeaderClassName
{
color: #3D8A6D;
}
.AnyTagClassName
{
color: #3D8A6D;
}
</style>
background-color css
<style>
a { background-color: #3D8A6D; }
a { background-color: rgb(61,138,109); }
div.DivClassName
{
background-color: #3D8A6D;
}
.BgClassName
{
background-color: #3D8A6D;
}
</style>
border-color css
<style>
span { border-color: #3D8A6D; }
span { border-color: rgb(61,138,109); }
td.TdClassName
{
border-color: #3D8A6D;
}
.TagClassName
{
border-color: #3D8A6D;
}
</style>