Shades of Viridian #3C8D6B
Tints of Viridian #3C8D6B
RGB
CMYK
RGB Variations
Color information
#3C8D6B (or 0x3C8D6B) is known color: Viridian. HEX triplet: 3C, 8D and 6B. RGB value is (60,141,107). Sum of RGB (Red+Green+Blue) = 60+141+107=308 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.48% from 308); Green value is 141 (55.47% from 255 or 45.78% from 308); Blue value is 107 (42.19% from 255 or 34.74% from 308); Max value from RGB is 141 - color contains mainly: green. Hex color #3C8D6B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C8D6B is #C37294. Grayscale: #707070. Windows color (decimal): -12808853 or 7048508. OLE color: 7048508.
HSL color Cylindrical-coordinate representation of color #3C8D6B: hue angle of 154.81º 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 #3C8D6B is Cyan = 0.57, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 60 | 141 | 107 | - |
| CMYK | 0.57 | 0 | 0.24 | 0.45 |
| HSL | 154.81º | 0.4% | 0.39% | - |
| HSV(B) | 154.81º | 0.57% | 0.55% | - |
| XYZ | 14.04 | 21.07 | 17.24 | - |
| YUV | 112.91 | 124.66 | 90.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 141 | 107 | 0.57 | 0 | 0.24 | 0.45 | 154.81 | 0.4 | 0.39 |
| Hex | 3C | 8D | 6B | 39 | 0 | 18 | 2D | 9B | 28 | 27 |
| Octal | 74 | 215 | 153 | 71 | 0 | 30 | 55 | 233 | 50 | 47 |
| Binary | 111100 | 10001101 | 1101011 | 111001 | 0 | 11000 | 101101 | 10011011 | 101000 | 100111 |
Color Harmonies of #3C8D6B
Complementary color
Monochromatic Colors of #3C8D6B
Black with #3C8D6B
Text Example
Text Example
White with #3C8D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C8D6B; }
p { color: rgb(60,141,107); }
H1.HeaderClassName
{
color: #3C8D6B;
}
.AnyTagClassName
{
color: #3C8D6B;
}
</style>
background-color css
<style>
a { background-color: #3C8D6B; }
a { background-color: rgb(60,141,107); }
div.DivClassName
{
background-color: #3C8D6B;
}
.BgClassName
{
background-color: #3C8D6B;
}
</style>
border-color css
<style>
span { border-color: #3C8D6B; }
span { border-color: rgb(60,141,107); }
td.TdClassName
{
border-color: #3C8D6B;
}
.TagClassName
{
border-color: #3C8D6B;
}
</style>