Shades of Viridian #3C8A6C
Tints of Viridian #3C8A6C
RGB
CMYK
RGB Variations
Color information
#3C8A6C (or 0x3C8A6C) is known color: Viridian. HEX triplet: 3C, 8A and 6C. RGB value is (60,138,108). Sum of RGB (Red+Green+Blue) = 60+138+108=306 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.61% from 306); Green value is 138 (54.30% from 255 or 45.10% from 306); Blue value is 108 (42.58% from 255 or 35.29% from 306); Max value from RGB is 138 - color contains mainly: green. Hex color #3C8A6C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C8A6C is #C37593. Grayscale: #6F6F6F. Windows color (decimal): -12809620 or 7113276. OLE color: 7113276.
HSL color Cylindrical-coordinate representation of color #3C8A6C: hue angle of 156.92º degrees, saturation: 0.39, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3C8A6C is Cyan = 0.57, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 60 | 138 | 108 | - |
| CMYK | 0.57 | 0 | 0.22 | 0.46 |
| HSL | 156.92º | 0.39% | 0.39% | - |
| HSV(B) | 156.92º | 0.57% | 0.54% | - |
| XYZ | 13.66 | 20.22 | 17.37 | - |
| YUV | 111.26 | 126.16 | 91.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 138 | 108 | 0.57 | 0 | 0.22 | 0.46 | 156.92 | 0.39 | 0.39 |
| Hex | 3C | 8A | 6C | 39 | 0 | 16 | 2E | 9D | 27 | 27 |
| Octal | 74 | 212 | 154 | 71 | 0 | 26 | 56 | 235 | 47 | 47 |
| Binary | 111100 | 10001010 | 1101100 | 111001 | 0 | 10110 | 101110 | 10011101 | 100111 | 100111 |
Color Harmonies of #3C8A6C
Complementary color
Monochromatic Colors of #3C8A6C
Black with #3C8A6C
Text Example
Text Example
White with #3C8A6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C8A6C; }
p { color: rgb(60,138,108); }
H1.HeaderClassName
{
color: #3C8A6C;
}
.AnyTagClassName
{
color: #3C8A6C;
}
</style>
background-color css
<style>
a { background-color: #3C8A6C; }
a { background-color: rgb(60,138,108); }
div.DivClassName
{
background-color: #3C8A6C;
}
.BgClassName
{
background-color: #3C8A6C;
}
</style>
border-color css
<style>
span { border-color: #3C8A6C; }
span { border-color: rgb(60,138,108); }
td.TdClassName
{
border-color: #3C8A6C;
}
.TagClassName
{
border-color: #3C8A6C;
}
</style>