Shades of Viridian #3C896E
Tints of Viridian #3C896E
RGB
CMYK
RGB Variations
Color information
#3C896E (or 0x3C896E) is known color: Viridian. HEX triplet: 3C, 89 and 6E. RGB value is (60,137,110). Sum of RGB (Red+Green+Blue) = 60+137+110=307 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.54% from 307); Green value is 137 (53.91% from 255 or 44.63% from 307); Blue value is 110 (43.36% from 255 or 35.83% from 307); Max value from RGB is 137 - color contains mainly: green. Hex color #3C896E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C896E is #C37691. Grayscale: #6E6E6E. Windows color (decimal): -12809874 or 7244092. OLE color: 7244092.
HSL color Cylindrical-coordinate representation of color #3C896E: hue angle of 158.96º 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 #3C896E is Cyan = 0.56, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 60 | 137 | 110 | - |
| CMYK | 0.56 | 0 | 0.20 | 0.46 |
| HSL | 158.96º | 0.39% | 0.39% | - |
| HSV(B) | 158.96º | 0.56% | 0.54% | - |
| XYZ | 13.62 | 19.98 | 17.89 | - |
| YUV | 110.9 | 127.49 | 91.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 137 | 110 | 0.56 | 0 | 0.20 | 0.46 | 158.96 | 0.39 | 0.39 |
| Hex | 3C | 89 | 6E | 38 | 0 | 14 | 2E | 9F | 27 | 27 |
| Octal | 74 | 211 | 156 | 70 | 0 | 24 | 56 | 237 | 47 | 47 |
| Binary | 111100 | 10001001 | 1101110 | 111000 | 0 | 10100 | 101110 | 10011111 | 100111 | 100111 |
Color Harmonies of #3C896E
Complementary color
Monochromatic Colors of #3C896E
Black with #3C896E
Text Example
Text Example
White with #3C896E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C896E; }
p { color: rgb(60,137,110); }
H1.HeaderClassName
{
color: #3C896E;
}
.AnyTagClassName
{
color: #3C896E;
}
</style>
background-color css
<style>
a { background-color: #3C896E; }
a { background-color: rgb(60,137,110); }
div.DivClassName
{
background-color: #3C896E;
}
.BgClassName
{
background-color: #3C896E;
}
</style>
border-color css
<style>
span { border-color: #3C896E; }
span { border-color: rgb(60,137,110); }
td.TdClassName
{
border-color: #3C896E;
}
.TagClassName
{
border-color: #3C896E;
}
</style>