Shades of Viridian #3C8B6E
Tints of Viridian #3C8B6E
RGB
CMYK
RGB Variations
Color information
#3C8B6E (or 0x3C8B6E) is known color: Viridian. HEX triplet: 3C, 8B and 6E. RGB value is (60,139,110). Sum of RGB (Red+Green+Blue) = 60+139+110=309 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.42% from 309); Green value is 139 (54.69% from 255 or 44.98% from 309); Blue value is 110 (43.36% from 255 or 35.60% from 309); Max value from RGB is 139 - color contains mainly: green. Hex color #3C8B6E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C8B6E is #C37491. Grayscale: #707070. Windows color (decimal): -12809362 or 7244604. OLE color: 7244604.
HSL color Cylindrical-coordinate representation of color #3C8B6E: hue angle of 157.97º 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 #3C8B6E is Cyan = 0.57, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 60 | 139 | 110 | - |
| CMYK | 0.57 | 0 | 0.21 | 0.45 |
| HSL | 157.97º | 0.4% | 0.39% | - |
| HSV(B) | 157.97º | 0.57% | 0.55% | - |
| XYZ | 13.91 | 20.55 | 17.99 | - |
| YUV | 112.07 | 126.83 | 90.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 139 | 110 | 0.57 | 0 | 0.21 | 0.45 | 157.97 | 0.4 | 0.39 |
| Hex | 3C | 8B | 6E | 39 | 0 | 15 | 2D | 9E | 28 | 27 |
| Octal | 74 | 213 | 156 | 71 | 0 | 25 | 55 | 236 | 50 | 47 |
| Binary | 111100 | 10001011 | 1101110 | 111001 | 0 | 10101 | 101101 | 10011110 | 101000 | 100111 |
Color Harmonies of #3C8B6E
Complementary color
Monochromatic Colors of #3C8B6E
Black with #3C8B6E
Text Example
Text Example
White with #3C8B6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C8B6E; }
p { color: rgb(60,139,110); }
H1.HeaderClassName
{
color: #3C8B6E;
}
.AnyTagClassName
{
color: #3C8B6E;
}
</style>
background-color css
<style>
a { background-color: #3C8B6E; }
a { background-color: rgb(60,139,110); }
div.DivClassName
{
background-color: #3C8B6E;
}
.BgClassName
{
background-color: #3C8B6E;
}
</style>
border-color css
<style>
span { border-color: #3C8B6E; }
span { border-color: rgb(60,139,110); }
td.TdClassName
{
border-color: #3C8B6E;
}
.TagClassName
{
border-color: #3C8B6E;
}
</style>