Shades of Viridian #3C7564
Tints of Viridian #3C7564
RGB
CMYK
RGB Variations
Color information
#3C7564 (or 0x3C7564) is known color: Viridian. HEX triplet: 3C, 75 and 64. RGB value is (60,117,100). Sum of RGB (Red+Green+Blue) = 60+117+100=277 (36% of max value = 765). Red value is 60 (23.83% from 255 or 21.66% from 277); Green value is 117 (46.09% from 255 or 42.24% from 277); Blue value is 100 (39.45% from 255 or 36.10% from 277); Max value from RGB is 117 - color contains mainly: green. Hex color #3C7564 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C7564 is #C38A9B. Grayscale: #626262. Windows color (decimal): -12815004 or 6583612. OLE color: 6583612.
HSL color Cylindrical-coordinate representation of color #3C7564: hue angle of 162.11º degrees, saturation: 0.32, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3C7564 is Cyan = 0.49, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 60 | 117 | 100 | - |
| CMYK | 0.49 | 0 | 0.15 | 0.54 |
| HSL | 162.11º | 0.32% | 0.35% | - |
| HSV(B) | 162.11º | 0.49% | 0.46% | - |
| XYZ | 10.53 | 14.6 | 14.32 | - |
| YUV | 98.02 | 129.12 | 100.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 117 | 100 | 0.49 | 0 | 0.15 | 0.54 | 162.11 | 0.32 | 0.35 |
| Hex | 3C | 75 | 64 | 31 | 0 | F | 36 | A2 | 20 | 23 |
| Octal | 74 | 165 | 144 | 61 | 0 | 17 | 66 | 242 | 40 | 43 |
| Binary | 111100 | 1110101 | 1100100 | 110001 | 0 | 1111 | 110110 | 10100010 | 100000 | 100011 |
Color Harmonies of #3C7564
Complementary color
Monochromatic Colors of #3C7564
Black with #3C7564
Text Example
Text Example
White with #3C7564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C7564; }
p { color: rgb(60,117,100); }
H1.HeaderClassName
{
color: #3C7564;
}
.AnyTagClassName
{
color: #3C7564;
}
</style>
background-color css
<style>
a { background-color: #3C7564; }
a { background-color: rgb(60,117,100); }
div.DivClassName
{
background-color: #3C7564;
}
.BgClassName
{
background-color: #3C7564;
}
</style>
border-color css
<style>
span { border-color: #3C7564; }
span { border-color: rgb(60,117,100); }
td.TdClassName
{
border-color: #3C7564;
}
.TagClassName
{
border-color: #3C7564;
}
</style>