Shades of Viridian #3C7C67
Tints of Viridian #3C7C67
RGB
CMYK
RGB Variations
Color information
#3C7C67 (or 0x3C7C67) is known color: Viridian. HEX triplet: 3C, 7C and 67. RGB value is (60,124,103). Sum of RGB (Red+Green+Blue) = 60+124+103=287 (38% of max value = 765). Red value is 60 (23.83% from 255 or 20.91% from 287); Green value is 124 (48.83% from 255 or 43.21% from 287); Blue value is 103 (40.62% from 255 or 35.89% from 287); Max value from RGB is 124 - color contains mainly: green. Hex color #3C7C67 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C7C67 is #C38398. Grayscale: #666666. Windows color (decimal): -12813209 or 6782012. OLE color: 6782012.
HSL color Cylindrical-coordinate representation of color #3C7C67: hue angle of 160.31º degrees, saturation: 0.35, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #3C7C67 is Cyan = 0.52, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 60 | 124 | 103 | - |
| CMYK | 0.52 | 0 | 0.17 | 0.51 |
| HSL | 160.31º | 0.35% | 0.36% | - |
| HSV(B) | 160.31º | 0.52% | 0.49% | - |
| XYZ | 11.52 | 16.36 | 15.38 | - |
| YUV | 102.47 | 128.3 | 97.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 124 | 103 | 0.52 | 0 | 0.17 | 0.51 | 160.31 | 0.35 | 0.36 |
| Hex | 3C | 7C | 67 | 34 | 0 | 11 | 33 | A0 | 23 | 24 |
| Octal | 74 | 174 | 147 | 64 | 0 | 21 | 63 | 240 | 43 | 44 |
| Binary | 111100 | 1111100 | 1100111 | 110100 | 0 | 10001 | 110011 | 10100000 | 100011 | 100100 |
Color Harmonies of #3C7C67
Complementary color
Monochromatic Colors of #3C7C67
Black with #3C7C67
Text Example
Text Example
White with #3C7C67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C7C67; }
p { color: rgb(60,124,103); }
H1.HeaderClassName
{
color: #3C7C67;
}
.AnyTagClassName
{
color: #3C7C67;
}
</style>
background-color css
<style>
a { background-color: #3C7C67; }
a { background-color: rgb(60,124,103); }
div.DivClassName
{
background-color: #3C7C67;
}
.BgClassName
{
background-color: #3C7C67;
}
</style>
border-color css
<style>
span { border-color: #3C7C67; }
span { border-color: rgb(60,124,103); }
td.TdClassName
{
border-color: #3C7C67;
}
.TagClassName
{
border-color: #3C7C67;
}
</style>