Shades of Viridian #3C886E
Tints of Viridian #3C886E
RGB
CMYK
RGB Variations
Color information
#3C886E (or 0x3C886E) is known color: Viridian. HEX triplet: 3C, 88 and 6E. RGB value is (60,136,110). Sum of RGB (Red+Green+Blue) = 60+136+110=306 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.61% from 306); Green value is 136 (53.52% from 255 or 44.44% from 306); Blue value is 110 (43.36% from 255 or 35.95% from 306); Max value from RGB is 136 - color contains mainly: green. Hex color #3C886E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C886E is #C37791. Grayscale: #6E6E6E. Windows color (decimal): -12810130 or 7243836. OLE color: 7243836.
HSL color Cylindrical-coordinate representation of color #3C886E: hue angle of 159.47º degrees, saturation: 0.39, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3C886E is Cyan = 0.56, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 60 | 136 | 110 | - |
| CMYK | 0.56 | 0 | 0.19 | 0.47 |
| HSL | 159.47º | 0.39% | 0.38% | - |
| HSV(B) | 159.47º | 0.56% | 0.53% | - |
| XYZ | 13.48 | 19.69 | 17.84 | - |
| YUV | 110.31 | 127.82 | 92.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 136 | 110 | 0.56 | 0 | 0.19 | 0.47 | 159.47 | 0.39 | 0.38 |
| Hex | 3C | 88 | 6E | 38 | 0 | 13 | 2F | 9F | 27 | 26 |
| Octal | 74 | 210 | 156 | 70 | 0 | 23 | 57 | 237 | 47 | 46 |
| Binary | 111100 | 10001000 | 1101110 | 111000 | 0 | 10011 | 101111 | 10011111 | 100111 | 100110 |
Color Harmonies of #3C886E
Complementary color
Monochromatic Colors of #3C886E
Black with #3C886E
Text Example
Text Example
White with #3C886E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C886E; }
p { color: rgb(60,136,110); }
H1.HeaderClassName
{
color: #3C886E;
}
.AnyTagClassName
{
color: #3C886E;
}
</style>
background-color css
<style>
a { background-color: #3C886E; }
a { background-color: rgb(60,136,110); }
div.DivClassName
{
background-color: #3C886E;
}
.BgClassName
{
background-color: #3C886E;
}
</style>
border-color css
<style>
span { border-color: #3C886E; }
span { border-color: rgb(60,136,110); }
td.TdClassName
{
border-color: #3C886E;
}
.TagClassName
{
border-color: #3C886E;
}
</style>