Shades of Viridian #3C8A6D
Tints of Viridian #3C8A6D
RGB
CMYK
RGB Variations
Color information
#3C8A6D (or 0x3C8A6D) is known color: Viridian. HEX triplet: 3C, 8A and 6D. RGB value is (60,138,109). Sum of RGB (Red+Green+Blue) = 60+138+109=307 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.54% from 307); Green value is 138 (54.30% from 255 or 44.95% from 307); Blue value is 109 (42.97% from 255 or 35.50% from 307); Max value from RGB is 138 - color contains mainly: green. Hex color #3C8A6D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C8A6D is #C37592. Grayscale: #6F6F6F. Windows color (decimal): -12809619 or 7178812. OLE color: 7178812.
HSL color Cylindrical-coordinate representation of color #3C8A6D: hue angle of 157.69º 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 #3C8A6D is Cyan = 0.57, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 60 | 138 | 109 | - |
| CMYK | 0.57 | 0 | 0.21 | 0.46 |
| HSL | 157.69º | 0.39% | 0.39% | - |
| HSV(B) | 157.69º | 0.57% | 0.54% | - |
| XYZ | 13.71 | 20.24 | 17.65 | - |
| YUV | 111.37 | 126.66 | 91.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 138 | 109 | 0.57 | 0 | 0.21 | 0.46 | 157.69 | 0.39 | 0.39 |
| Hex | 3C | 8A | 6D | 39 | 0 | 15 | 2E | 9E | 27 | 27 |
| Octal | 74 | 212 | 155 | 71 | 0 | 25 | 56 | 236 | 47 | 47 |
| Binary | 111100 | 10001010 | 1101101 | 111001 | 0 | 10101 | 101110 | 10011110 | 100111 | 100111 |
Color Harmonies of #3C8A6D
Complementary color
Monochromatic Colors of #3C8A6D
Black with #3C8A6D
Text Example
Text Example
White with #3C8A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C8A6D; }
p { color: rgb(60,138,109); }
H1.HeaderClassName
{
color: #3C8A6D;
}
.AnyTagClassName
{
color: #3C8A6D;
}
</style>
background-color css
<style>
a { background-color: #3C8A6D; }
a { background-color: rgb(60,138,109); }
div.DivClassName
{
background-color: #3C8A6D;
}
.BgClassName
{
background-color: #3C8A6D;
}
</style>
border-color css
<style>
span { border-color: #3C8A6D; }
span { border-color: rgb(60,138,109); }
td.TdClassName
{
border-color: #3C8A6D;
}
.TagClassName
{
border-color: #3C8A6D;
}
</style>