Shades of Viridian #3C896F
Tints of Viridian #3C896F
RGB
CMYK
RGB Variations
Color information
#3C896F (or 0x3C896F) is known color: Viridian. HEX triplet: 3C, 89 and 6F. RGB value is (60,137,111). Sum of RGB (Red+Green+Blue) = 60+137+111=308 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.48% from 308); Green value is 137 (53.91% from 255 or 44.48% from 308); Blue value is 111 (43.75% from 255 or 36.04% from 308); Max value from RGB is 137 - color contains mainly: green. Hex color #3C896F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C896F is #C37690. Grayscale: #6F6F6F. Windows color (decimal): -12809873 or 7309628. OLE color: 7309628.
HSL color Cylindrical-coordinate representation of color #3C896F: hue angle of 159.74º degrees, saturation: 0.39, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3C896F is Cyan = 0.56, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 60 | 137 | 111 | - |
| CMYK | 0.56 | 0 | 0.19 | 0.46 |
| HSL | 159.74º | 0.39% | 0.39% | - |
| HSV(B) | 159.74º | 0.56% | 0.54% | - |
| XYZ | 13.68 | 20 | 18.18 | - |
| YUV | 111.01 | 127.99 | 91.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 137 | 111 | 0.56 | 0 | 0.19 | 0.46 | 159.74 | 0.39 | 0.39 |
| Hex | 3C | 89 | 6F | 38 | 0 | 13 | 2E | A0 | 27 | 27 |
| Octal | 74 | 211 | 157 | 70 | 0 | 23 | 56 | 240 | 47 | 47 |
| Binary | 111100 | 10001001 | 1101111 | 111000 | 0 | 10011 | 101110 | 10100000 | 100111 | 100111 |
Color Harmonies of #3C896F
Complementary color
Monochromatic Colors of #3C896F
Black with #3C896F
Text Example
Text Example
White with #3C896F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C896F; }
p { color: rgb(60,137,111); }
H1.HeaderClassName
{
color: #3C896F;
}
.AnyTagClassName
{
color: #3C896F;
}
</style>
background-color css
<style>
a { background-color: #3C896F; }
a { background-color: rgb(60,137,111); }
div.DivClassName
{
background-color: #3C896F;
}
.BgClassName
{
background-color: #3C896F;
}
</style>
border-color css
<style>
span { border-color: #3C896F; }
span { border-color: rgb(60,137,111); }
td.TdClassName
{
border-color: #3C896F;
}
.TagClassName
{
border-color: #3C896F;
}
</style>