Shades of Viridian #3C8D6F
Tints of Viridian #3C8D6F
RGB
CMYK
RGB Variations
Color information
#3C8D6F (or 0x3C8D6F) is known color: Viridian. HEX triplet: 3C, 8D and 6F. RGB value is (60,141,111). Sum of RGB (Red+Green+Blue) = 60+141+111=312 (41% of max value = 765). Red value is 60 (23.83% from 255 or 19.23% from 312); Green value is 141 (55.47% from 255 or 45.19% from 312); Blue value is 111 (43.75% from 255 or 35.58% from 312); Max value from RGB is 141 - color contains mainly: green. Hex color #3C8D6F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C8D6F is #C37290. Grayscale: #717171. Windows color (decimal): -12808849 or 7310652. OLE color: 7310652.
HSL color Cylindrical-coordinate representation of color #3C8D6F: hue angle of 157.78º degrees, saturation: 0.4, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3C8D6F is Cyan = 0.57, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 60 | 141 | 111 | - |
| CMYK | 0.57 | 0 | 0.21 | 0.45 |
| HSL | 157.78º | 0.4% | 0.39% | - |
| HSV(B) | 157.78º | 0.57% | 0.55% | - |
| XYZ | 14.26 | 21.16 | 18.37 | - |
| YUV | 113.36 | 126.66 | 89.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 141 | 111 | 0.57 | 0 | 0.21 | 0.45 | 157.78 | 0.4 | 0.39 |
| Hex | 3C | 8D | 6F | 39 | 0 | 15 | 2D | 9E | 28 | 27 |
| Octal | 74 | 215 | 157 | 71 | 0 | 25 | 55 | 236 | 50 | 47 |
| Binary | 111100 | 10001101 | 1101111 | 111001 | 0 | 10101 | 101101 | 10011110 | 101000 | 100111 |
Color Harmonies of #3C8D6F
Complementary color
Monochromatic Colors of #3C8D6F
Black with #3C8D6F
Text Example
Text Example
White with #3C8D6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C8D6F; }
p { color: rgb(60,141,111); }
H1.HeaderClassName
{
color: #3C8D6F;
}
.AnyTagClassName
{
color: #3C8D6F;
}
</style>
background-color css
<style>
a { background-color: #3C8D6F; }
a { background-color: rgb(60,141,111); }
div.DivClassName
{
background-color: #3C8D6F;
}
.BgClassName
{
background-color: #3C8D6F;
}
</style>
border-color css
<style>
span { border-color: #3C8D6F; }
span { border-color: rgb(60,141,111); }
td.TdClassName
{
border-color: #3C8D6F;
}
.TagClassName
{
border-color: #3C8D6F;
}
</style>