Shades of Viridian #3C906C
Tints of Viridian #3C906C
RGB
CMYK
RGB Variations
Color information
#3C906C (or 0x3C906C) is known color: Viridian. HEX triplet: 3C, 90 and 6C. RGB value is (60,144,108). Sum of RGB (Red+Green+Blue) = 60+144+108=312 (41% of max value = 765). Red value is 60 (23.83% from 255 or 19.23% from 312); Green value is 144 (56.64% from 255 or 46.15% from 312); Blue value is 108 (42.58% from 255 or 34.62% from 312); Max value from RGB is 144 - color contains mainly: green. Hex color #3C906C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C906C is #C36F93. Grayscale: #727272. Windows color (decimal): -12808084 or 7114812. OLE color: 7114812.
HSL color Cylindrical-coordinate representation of color #3C906C: hue angle of 154.29º 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 #3C906C is Cyan = 0.58, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 60 | 144 | 108 | - |
| CMYK | 0.58 | 0 | 0.25 | 0.44 |
| HSL | 154.29º | 0.41% | 0.4% | - |
| HSV(B) | 154.29º | 0.58% | 0.56% | - |
| XYZ | 14.54 | 21.99 | 17.67 | - |
| YUV | 114.78 | 124.17 | 88.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 144 | 108 | 0.58 | 0 | 0.25 | 0.44 | 154.29 | 0.41 | 0.4 |
| Hex | 3C | 90 | 6C | 3A | 0 | 19 | 2C | 9A | 29 | 28 |
| Octal | 74 | 220 | 154 | 72 | 0 | 31 | 54 | 232 | 51 | 50 |
| Binary | 111100 | 10010000 | 1101100 | 111010 | 0 | 11001 | 101100 | 10011010 | 101001 | 101000 |
Color Harmonies of #3C906C
Complementary color
Monochromatic Colors of #3C906C
Black with #3C906C
Text Example
Text Example
White with #3C906C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C906C; }
p { color: rgb(60,144,108); }
H1.HeaderClassName
{
color: #3C906C;
}
.AnyTagClassName
{
color: #3C906C;
}
</style>
background-color css
<style>
a { background-color: #3C906C; }
a { background-color: rgb(60,144,108); }
div.DivClassName
{
background-color: #3C906C;
}
.BgClassName
{
background-color: #3C906C;
}
</style>
border-color css
<style>
span { border-color: #3C906C; }
span { border-color: rgb(60,144,108); }
td.TdClassName
{
border-color: #3C906C;
}
.TagClassName
{
border-color: #3C906C;
}
</style>