Shades of Viridian #3C8B6F
Tints of Viridian #3C8B6F
RGB
CMYK
RGB Variations
Color information
#3C8B6F (or 0x3C8B6F) is known color: Viridian. HEX triplet: 3C, 8B and 6F. RGB value is (60,139,111). Sum of RGB (Red+Green+Blue) = 60+139+111=310 (41% of max value = 765). Red value is 60 (23.83% from 255 or 19.35% from 310); Green value is 139 (54.69% from 255 or 44.84% from 310); Blue value is 111 (43.75% from 255 or 35.81% from 310); Max value from RGB is 139 - color contains mainly: green. Hex color #3C8B6F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C8B6F is #C37490. Grayscale: #707070. Windows color (decimal): -12809361 or 7310140. OLE color: 7310140.
HSL color Cylindrical-coordinate representation of color #3C8B6F: hue angle of 158.73º 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 #3C8B6F is Cyan = 0.57, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 60 | 139 | 111 | - |
| CMYK | 0.57 | 0 | 0.20 | 0.45 |
| HSL | 158.73º | 0.4% | 0.39% | - |
| HSV(B) | 158.73º | 0.57% | 0.55% | - |
| XYZ | 13.97 | 20.57 | 18.27 | - |
| YUV | 112.19 | 127.33 | 90.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 139 | 111 | 0.57 | 0 | 0.20 | 0.45 | 158.73 | 0.4 | 0.39 |
| Hex | 3C | 8B | 6F | 39 | 0 | 14 | 2D | 9F | 28 | 27 |
| Octal | 74 | 213 | 157 | 71 | 0 | 24 | 55 | 237 | 50 | 47 |
| Binary | 111100 | 10001011 | 1101111 | 111001 | 0 | 10100 | 101101 | 10011111 | 101000 | 100111 |
Color Harmonies of #3C8B6F
Complementary color
Monochromatic Colors of #3C8B6F
Black with #3C8B6F
Text Example
Text Example
White with #3C8B6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C8B6F; }
p { color: rgb(60,139,111); }
H1.HeaderClassName
{
color: #3C8B6F;
}
.AnyTagClassName
{
color: #3C8B6F;
}
</style>
background-color css
<style>
a { background-color: #3C8B6F; }
a { background-color: rgb(60,139,111); }
div.DivClassName
{
background-color: #3C8B6F;
}
.BgClassName
{
background-color: #3C8B6F;
}
</style>
border-color css
<style>
span { border-color: #3C8B6F; }
span { border-color: rgb(60,139,111); }
td.TdClassName
{
border-color: #3C8B6F;
}
.TagClassName
{
border-color: #3C8B6F;
}
</style>