Shades of Viridian #3C896A
Tints of Viridian #3C896A
RGB
CMYK
RGB Variations
Color information
#3C896A (or 0x3C896A) is known color: Viridian. HEX triplet: 3C, 89 and 6A. RGB value is (60,137,106). Sum of RGB (Red+Green+Blue) = 60+137+106=303 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.80% from 303); Green value is 137 (53.91% from 255 or 45.21% from 303); Blue value is 106 (41.80% from 255 or 34.98% from 303); Max value from RGB is 137 - color contains mainly: green. Hex color #3C896A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C896A is #C37695. Grayscale: #6E6E6E. Windows color (decimal): -12809878 or 6981948. OLE color: 6981948.
HSL color Cylindrical-coordinate representation of color #3C896A: hue angle of 155.84º 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 #3C896A is Cyan = 0.56, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 60 | 137 | 106 | - |
| CMYK | 0.56 | 0 | 0.23 | 0.46 |
| HSL | 155.84º | 0.39% | 0.39% | - |
| HSV(B) | 155.84º | 0.56% | 0.54% | - |
| XYZ | 13.41 | 19.89 | 16.77 | - |
| YUV | 110.44 | 125.49 | 92.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 137 | 106 | 0.56 | 0 | 0.23 | 0.46 | 155.84 | 0.39 | 0.39 |
| Hex | 3C | 89 | 6A | 38 | 0 | 17 | 2E | 9C | 27 | 27 |
| Octal | 74 | 211 | 152 | 70 | 0 | 27 | 56 | 234 | 47 | 47 |
| Binary | 111100 | 10001001 | 1101010 | 111000 | 0 | 10111 | 101110 | 10011100 | 100111 | 100111 |
Color Harmonies of #3C896A
Complementary color
Monochromatic Colors of #3C896A
Black with #3C896A
Text Example
Text Example
White with #3C896A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C896A; }
p { color: rgb(60,137,106); }
H1.HeaderClassName
{
color: #3C896A;
}
.AnyTagClassName
{
color: #3C896A;
}
</style>
background-color css
<style>
a { background-color: #3C896A; }
a { background-color: rgb(60,137,106); }
div.DivClassName
{
background-color: #3C896A;
}
.BgClassName
{
background-color: #3C896A;
}
</style>
border-color css
<style>
span { border-color: #3C896A; }
span { border-color: rgb(60,137,106); }
td.TdClassName
{
border-color: #3C896A;
}
.TagClassName
{
border-color: #3C896A;
}
</style>