Shades of Viridian #3C8664
Tints of Viridian #3C8664
RGB
CMYK
RGB Variations
Color information
#3C8664 (or 0x3C8664) is known color: Viridian. HEX triplet: 3C, 86 and 64. RGB value is (60,134,100). Sum of RGB (Red+Green+Blue) = 60+134+100=294 (38% of max value = 765). Red value is 60 (23.83% from 255 or 20.41% from 294); Green value is 134 (52.73% from 255 or 45.58% from 294); Blue value is 100 (39.45% from 255 or 34.01% from 294); Max value from RGB is 134 - color contains mainly: green. Hex color #3C8664 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C8664 is #C3799B. Grayscale: #6C6C6C. Windows color (decimal): -12810652 or 6587964. OLE color: 6587964.
HSL color Cylindrical-coordinate representation of color #3C8664: hue angle of 152.43º degrees, saturation: 0.38, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3C8664 is Cyan = 0.55, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 60 | 134 | 100 | - |
| CMYK | 0.55 | 0 | 0.25 | 0.47 |
| HSL | 152.43º | 0.38% | 0.38% | - |
| HSV(B) | 152.43º | 0.55% | 0.53% | - |
| XYZ | 12.69 | 18.93 | 15.04 | - |
| YUV | 108 | 123.48 | 93.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 134 | 100 | 0.55 | 0 | 0.25 | 0.47 | 152.43 | 0.38 | 0.38 |
| Hex | 3C | 86 | 64 | 37 | 0 | 19 | 2F | 98 | 26 | 26 |
| Octal | 74 | 206 | 144 | 67 | 0 | 31 | 57 | 230 | 46 | 46 |
| Binary | 111100 | 10000110 | 1100100 | 110111 | 0 | 11001 | 101111 | 10011000 | 100110 | 100110 |
Color Harmonies of #3C8664
Complementary color
Monochromatic Colors of #3C8664
Black with #3C8664
Text Example
Text Example
White with #3C8664
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C8664; }
p { color: rgb(60,134,100); }
H1.HeaderClassName
{
color: #3C8664;
}
.AnyTagClassName
{
color: #3C8664;
}
</style>
background-color css
<style>
a { background-color: #3C8664; }
a { background-color: rgb(60,134,100); }
div.DivClassName
{
background-color: #3C8664;
}
.BgClassName
{
background-color: #3C8664;
}
</style>
border-color css
<style>
span { border-color: #3C8664; }
span { border-color: rgb(60,134,100); }
td.TdClassName
{
border-color: #3C8664;
}
.TagClassName
{
border-color: #3C8664;
}
</style>