Shades of Viridian #3C7761
Tints of Viridian #3C7761
RGB
CMYK
RGB Variations
Color information
#3C7761 (or 0x3C7761) is known color: Viridian. HEX triplet: 3C, 77 and 61. RGB value is (60,119,97). Sum of RGB (Red+Green+Blue) = 60+119+97=276 (36% of max value = 765). Red value is 60 (23.83% from 255 or 21.74% from 276); Green value is 119 (46.88% from 255 or 43.12% from 276); Blue value is 97 (38.28% from 255 or 35.14% from 276); Max value from RGB is 119 - color contains mainly: green. Hex color #3C7761 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C7761 is #C3889E. Grayscale: #626262. Windows color (decimal): -12814495 or 6387516. OLE color: 6387516.
HSL color Cylindrical-coordinate representation of color #3C7761: hue angle of 157.63º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3C7761 is Cyan = 0.50, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 60 | 119 | 97 | - |
| CMYK | 0.50 | 0 | 0.18 | 0.53 |
| HSL | 157.63º | 0.33% | 0.35% | - |
| HSV(B) | 157.63º | 0.5% | 0.47% | - |
| XYZ | 10.62 | 15.02 | 13.65 | - |
| YUV | 98.85 | 126.95 | 100.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 119 | 97 | 0.50 | 0 | 0.18 | 0.53 | 157.63 | 0.33 | 0.35 |
| Hex | 3C | 77 | 61 | 32 | 0 | 12 | 35 | 9E | 21 | 23 |
| Octal | 74 | 167 | 141 | 62 | 0 | 22 | 65 | 236 | 41 | 43 |
| Binary | 111100 | 1110111 | 1100001 | 110010 | 0 | 10010 | 110101 | 10011110 | 100001 | 100011 |
Color Harmonies of #3C7761
Complementary color
Monochromatic Colors of #3C7761
Black with #3C7761
Text Example
Text Example
White with #3C7761
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C7761; }
p { color: rgb(60,119,97); }
H1.HeaderClassName
{
color: #3C7761;
}
.AnyTagClassName
{
color: #3C7761;
}
</style>
background-color css
<style>
a { background-color: #3C7761; }
a { background-color: rgb(60,119,97); }
div.DivClassName
{
background-color: #3C7761;
}
.BgClassName
{
background-color: #3C7761;
}
</style>
border-color css
<style>
span { border-color: #3C7761; }
span { border-color: rgb(60,119,97); }
td.TdClassName
{
border-color: #3C7761;
}
.TagClassName
{
border-color: #3C7761;
}
</style>