Shades of Viridian #3C8B6D
Tints of Viridian #3C8B6D
RGB
CMYK
RGB Variations
Color information
#3C8B6D (or 0x3C8B6D) is known color: Viridian. HEX triplet: 3C, 8B and 6D. RGB value is (60,139,109). Sum of RGB (Red+Green+Blue) = 60+139+109=308 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.48% from 308); Green value is 139 (54.69% from 255 or 45.13% from 308); Blue value is 109 (42.97% from 255 or 35.39% from 308); Max value from RGB is 139 - color contains mainly: green. Hex color #3C8B6D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C8B6D is #C37492. Grayscale: #6F6F6F. Windows color (decimal): -12809363 or 7179068. OLE color: 7179068.
HSL color Cylindrical-coordinate representation of color #3C8B6D: hue angle of 157.22º 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 #3C8B6D is Cyan = 0.57, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 60 | 139 | 109 | - |
| CMYK | 0.57 | 0 | 0.22 | 0.45 |
| HSL | 157.22º | 0.4% | 0.39% | - |
| HSV(B) | 157.22º | 0.57% | 0.55% | - |
| XYZ | 13.86 | 20.53 | 17.7 | - |
| YUV | 111.96 | 126.33 | 90.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 139 | 109 | 0.57 | 0 | 0.22 | 0.45 | 157.22 | 0.4 | 0.39 |
| Hex | 3C | 8B | 6D | 39 | 0 | 16 | 2D | 9D | 28 | 27 |
| Octal | 74 | 213 | 155 | 71 | 0 | 26 | 55 | 235 | 50 | 47 |
| Binary | 111100 | 10001011 | 1101101 | 111001 | 0 | 10110 | 101101 | 10011101 | 101000 | 100111 |
Color Harmonies of #3C8B6D
Complementary color
Monochromatic Colors of #3C8B6D
Black with #3C8B6D
Text Example
Text Example
White with #3C8B6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C8B6D; }
p { color: rgb(60,139,109); }
H1.HeaderClassName
{
color: #3C8B6D;
}
.AnyTagClassName
{
color: #3C8B6D;
}
</style>
background-color css
<style>
a { background-color: #3C8B6D; }
a { background-color: rgb(60,139,109); }
div.DivClassName
{
background-color: #3C8B6D;
}
.BgClassName
{
background-color: #3C8B6D;
}
</style>
border-color css
<style>
span { border-color: #3C8B6D; }
span { border-color: rgb(60,139,109); }
td.TdClassName
{
border-color: #3C8B6D;
}
.TagClassName
{
border-color: #3C8B6D;
}
</style>