Shades of Viridian #3C906E
Tints of Viridian #3C906E
RGB
CMYK
RGB Variations
Color information
#3C906E (or 0x3C906E) is known color: Viridian. HEX triplet: 3C, 90 and 6E. RGB value is (60,144,110). Sum of RGB (Red+Green+Blue) = 60+144+110=314 (41% of max value = 765). Red value is 60 (23.83% from 255 or 19.11% from 314); Green value is 144 (56.64% from 255 or 45.86% from 314); Blue value is 110 (43.36% from 255 or 35.03% from 314); Max value from RGB is 144 - color contains mainly: green. Hex color #3C906E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C906E is #C36F91. Grayscale: #737373. Windows color (decimal): -12808082 or 7245884. OLE color: 7245884.
HSL color Cylindrical-coordinate representation of color #3C906E: hue angle of 155.71º degrees, saturation: 0.41, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3C906E is Cyan = 0.58, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 60 | 144 | 110 | - |
| CMYK | 0.58 | 0 | 0.24 | 0.44 |
| HSL | 155.71º | 0.41% | 0.4% | - |
| HSV(B) | 155.71º | 0.58% | 0.56% | - |
| XYZ | 14.65 | 22.03 | 18.23 | - |
| YUV | 115.01 | 125.17 | 88.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 144 | 110 | 0.58 | 0 | 0.24 | 0.44 | 155.71 | 0.41 | 0.4 |
| Hex | 3C | 90 | 6E | 3A | 0 | 18 | 2C | 9C | 29 | 28 |
| Octal | 74 | 220 | 156 | 72 | 0 | 30 | 54 | 234 | 51 | 50 |
| Binary | 111100 | 10010000 | 1101110 | 111010 | 0 | 11000 | 101100 | 10011100 | 101001 | 101000 |
Color Harmonies of #3C906E
Complementary color
Monochromatic Colors of #3C906E
Black with #3C906E
Text Example
Text Example
White with #3C906E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C906E; }
p { color: rgb(60,144,110); }
H1.HeaderClassName
{
color: #3C906E;
}
.AnyTagClassName
{
color: #3C906E;
}
</style>
background-color css
<style>
a { background-color: #3C906E; }
a { background-color: rgb(60,144,110); }
div.DivClassName
{
background-color: #3C906E;
}
.BgClassName
{
background-color: #3C906E;
}
</style>
border-color css
<style>
span { border-color: #3C906E; }
span { border-color: rgb(60,144,110); }
td.TdClassName
{
border-color: #3C906E;
}
.TagClassName
{
border-color: #3C906E;
}
</style>