Shades of Viridian #3C8061
Tints of Viridian #3C8061
RGB
CMYK
RGB Variations
Color information
#3C8061 (or 0x3C8061) is known color: Viridian. HEX triplet: 3C, 80 and 61. RGB value is (60,128,97). Sum of RGB (Red+Green+Blue) = 60+128+97=285 (37% of max value = 765). Red value is 60 (23.83% from 255 or 21.05% from 285); Green value is 128 (50.39% from 255 or 44.91% from 285); Blue value is 97 (38.28% from 255 or 34.04% from 285); Max value from RGB is 128 - color contains mainly: green. Hex color #3C8061 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C8061 is #C37F9E. Grayscale: #686868. Windows color (decimal): -12812191 or 6389820. OLE color: 6389820.
HSL color Cylindrical-coordinate representation of color #3C8061: hue angle of 152.65º degrees, saturation: 0.36, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3C8061 is Cyan = 0.53, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 60 | 128 | 97 | - |
| CMYK | 0.53 | 0 | 0.24 | 0.50 |
| HSL | 152.65º | 0.36% | 0.37% | - |
| HSV(B) | 152.65º | 0.53% | 0.5% | - |
| XYZ | 11.74 | 17.26 | 14.02 | - |
| YUV | 104.13 | 123.97 | 96.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 128 | 97 | 0.53 | 0 | 0.24 | 0.50 | 152.65 | 0.36 | 0.37 |
| Hex | 3C | 80 | 61 | 35 | 0 | 18 | 32 | 99 | 24 | 25 |
| Octal | 74 | 200 | 141 | 65 | 0 | 30 | 62 | 231 | 44 | 45 |
| Binary | 111100 | 10000000 | 1100001 | 110101 | 0 | 11000 | 110010 | 10011001 | 100100 | 100101 |
Color Harmonies of #3C8061
Complementary color
Monochromatic Colors of #3C8061
Black with #3C8061
Text Example
Text Example
White with #3C8061
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C8061; }
p { color: rgb(60,128,97); }
H1.HeaderClassName
{
color: #3C8061;
}
.AnyTagClassName
{
color: #3C8061;
}
</style>
background-color css
<style>
a { background-color: #3C8061; }
a { background-color: rgb(60,128,97); }
div.DivClassName
{
background-color: #3C8061;
}
.BgClassName
{
background-color: #3C8061;
}
</style>
border-color css
<style>
span { border-color: #3C8061; }
span { border-color: rgb(60,128,97); }
td.TdClassName
{
border-color: #3C8061;
}
.TagClassName
{
border-color: #3C8061;
}
</style>