Shades of Viridian #3C896C
Tints of Viridian #3C896C
RGB
CMYK
RGB Variations
Color information
#3C896C (or 0x3C896C) is known color: Viridian. HEX triplet: 3C, 89 and 6C. RGB value is (60,137,108). Sum of RGB (Red+Green+Blue) = 60+137+108=305 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.67% from 305); Green value is 137 (53.91% from 255 or 44.92% from 305); Blue value is 108 (42.58% from 255 or 35.41% from 305); Max value from RGB is 137 - color contains mainly: green. Hex color #3C896C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C896C is #C37693. Grayscale: #6E6E6E. Windows color (decimal): -12809876 or 7113020. OLE color: 7113020.
HSL color Cylindrical-coordinate representation of color #3C896C: hue angle of 157.4º 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 #3C896C is Cyan = 0.56, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 60 | 137 | 108 | - |
| CMYK | 0.56 | 0 | 0.21 | 0.46 |
| HSL | 157.4º | 0.39% | 0.39% | - |
| HSV(B) | 157.4º | 0.56% | 0.54% | - |
| XYZ | 13.52 | 19.93 | 17.32 | - |
| YUV | 110.67 | 126.49 | 91.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 137 | 108 | 0.56 | 0 | 0.21 | 0.46 | 157.4 | 0.39 | 0.39 |
| Hex | 3C | 89 | 6C | 38 | 0 | 15 | 2E | 9D | 27 | 27 |
| Octal | 74 | 211 | 154 | 70 | 0 | 25 | 56 | 235 | 47 | 47 |
| Binary | 111100 | 10001001 | 1101100 | 111000 | 0 | 10101 | 101110 | 10011101 | 100111 | 100111 |
Color Harmonies of #3C896C
Complementary color
Monochromatic Colors of #3C896C
Black with #3C896C
Text Example
Text Example
White with #3C896C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C896C; }
p { color: rgb(60,137,108); }
H1.HeaderClassName
{
color: #3C896C;
}
.AnyTagClassName
{
color: #3C896C;
}
</style>
background-color css
<style>
a { background-color: #3C896C; }
a { background-color: rgb(60,137,108); }
div.DivClassName
{
background-color: #3C896C;
}
.BgClassName
{
background-color: #3C896C;
}
</style>
border-color css
<style>
span { border-color: #3C896C; }
span { border-color: rgb(60,137,108); }
td.TdClassName
{
border-color: #3C896C;
}
.TagClassName
{
border-color: #3C896C;
}
</style>