Shades of Viridian #3C876E
Tints of Viridian #3C876E
RGB
CMYK
RGB Variations
Color information
#3C876E (or 0x3C876E) is known color: Viridian. HEX triplet: 3C, 87 and 6E. RGB value is (60,135,110). Sum of RGB (Red+Green+Blue) = 60+135+110=305 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.67% from 305); Green value is 135 (53.12% from 255 or 44.26% from 305); Blue value is 110 (43.36% from 255 or 36.07% from 305); Max value from RGB is 135 - color contains mainly: green. Hex color #3C876E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C876E is #C37891. Grayscale: #6D6D6D. Windows color (decimal): -12810386 or 7243580. OLE color: 7243580.
HSL color Cylindrical-coordinate representation of color #3C876E: hue angle of 160º degrees, saturation: 0.38, 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 #3C876E is Cyan = 0.56, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 60 | 135 | 110 | - |
| CMYK | 0.56 | 0 | 0.19 | 0.47 |
| HSL | 160º | 0.38% | 0.38% | - |
| HSV(B) | 160º | 0.56% | 0.53% | - |
| XYZ | 13.34 | 19.41 | 17.8 | - |
| YUV | 109.73 | 128.15 | 92.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 135 | 110 | 0.56 | 0 | 0.19 | 0.47 | 160 | 0.38 | 0.38 |
| Hex | 3C | 87 | 6E | 38 | 0 | 13 | 2F | A0 | 26 | 26 |
| Octal | 74 | 207 | 156 | 70 | 0 | 23 | 57 | 240 | 46 | 46 |
| Binary | 111100 | 10000111 | 1101110 | 111000 | 0 | 10011 | 101111 | 10100000 | 100110 | 100110 |
Color Harmonies of #3C876E
Complementary color
Monochromatic Colors of #3C876E
Black with #3C876E
Text Example
Text Example
White with #3C876E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C876E; }
p { color: rgb(60,135,110); }
H1.HeaderClassName
{
color: #3C876E;
}
.AnyTagClassName
{
color: #3C876E;
}
</style>
background-color css
<style>
a { background-color: #3C876E; }
a { background-color: rgb(60,135,110); }
div.DivClassName
{
background-color: #3C876E;
}
.BgClassName
{
background-color: #3C876E;
}
</style>
border-color css
<style>
span { border-color: #3C876E; }
span { border-color: rgb(60,135,110); }
td.TdClassName
{
border-color: #3C876E;
}
.TagClassName
{
border-color: #3C876E;
}
</style>