Shades of Viridian #3C8A6E
Tints of Viridian #3C8A6E
RGB
CMYK
RGB Variations
Color information
#3C8A6E (or 0x3C8A6E) is known color: Viridian. HEX triplet: 3C, 8A and 6E. RGB value is (60,138,110). Sum of RGB (Red+Green+Blue) = 60+138+110=308 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.48% from 308); Green value is 138 (54.30% from 255 or 44.81% from 308); Blue value is 110 (43.36% from 255 or 35.71% from 308); Max value from RGB is 138 - color contains mainly: green. Hex color #3C8A6E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C8A6E is #C37591. Grayscale: #6F6F6F. Windows color (decimal): -12809618 or 7244348. OLE color: 7244348.
HSL color Cylindrical-coordinate representation of color #3C8A6E: hue angle of 158.46º 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 #3C8A6E is Cyan = 0.57, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 60 | 138 | 110 | - |
| CMYK | 0.57 | 0 | 0.20 | 0.46 |
| HSL | 158.46º | 0.39% | 0.39% | - |
| HSV(B) | 158.46º | 0.57% | 0.54% | - |
| XYZ | 13.77 | 20.26 | 17.94 | - |
| YUV | 111.49 | 127.16 | 91.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 138 | 110 | 0.57 | 0 | 0.20 | 0.46 | 158.46 | 0.39 | 0.39 |
| Hex | 3C | 8A | 6E | 39 | 0 | 14 | 2E | 9E | 27 | 27 |
| Octal | 74 | 212 | 156 | 71 | 0 | 24 | 56 | 236 | 47 | 47 |
| Binary | 111100 | 10001010 | 1101110 | 111001 | 0 | 10100 | 101110 | 10011110 | 100111 | 100111 |
Color Harmonies of #3C8A6E
Complementary color
Monochromatic Colors of #3C8A6E
Black with #3C8A6E
Text Example
Text Example
White with #3C8A6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C8A6E; }
p { color: rgb(60,138,110); }
H1.HeaderClassName
{
color: #3C8A6E;
}
.AnyTagClassName
{
color: #3C8A6E;
}
</style>
background-color css
<style>
a { background-color: #3C8A6E; }
a { background-color: rgb(60,138,110); }
div.DivClassName
{
background-color: #3C8A6E;
}
.BgClassName
{
background-color: #3C8A6E;
}
</style>
border-color css
<style>
span { border-color: #3C8A6E; }
span { border-color: rgb(60,138,110); }
td.TdClassName
{
border-color: #3C8A6E;
}
.TagClassName
{
border-color: #3C8A6E;
}
</style>