Shades of Viridian #3C8972
Tints of Viridian #3C8972
RGB
CMYK
RGB Variations
Color information
#3C8972 (or 0x3C8972) is known color: Viridian. HEX triplet: 3C, 89 and 72. RGB value is (60,137,114). Sum of RGB (Red+Green+Blue) = 60+137+114=311 (41% of max value = 765). Red value is 60 (23.83% from 255 or 19.29% from 311); Green value is 137 (53.91% from 255 or 44.05% from 311); Blue value is 114 (44.92% from 255 or 36.66% from 311); Max value from RGB is 137 - color contains mainly: green. Hex color #3C8972 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C8972 is #C3768D. Grayscale: #6F6F6F. Windows color (decimal): -12809870 or 7506236. OLE color: 7506236.
HSL color Cylindrical-coordinate representation of color #3C8972: hue angle of 162.08º degrees, saturation: 0.39, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3C8972 is Cyan = 0.56, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 60 | 137 | 114 | - |
| CMYK | 0.56 | 0 | 0.17 | 0.46 |
| HSL | 162.08º | 0.39% | 0.39% | - |
| HSV(B) | 162.08º | 0.56% | 0.54% | - |
| XYZ | 13.85 | 20.07 | 19.06 | - |
| YUV | 111.36 | 129.49 | 91.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 137 | 114 | 0.56 | 0 | 0.17 | 0.46 | 162.08 | 0.39 | 0.39 |
| Hex | 3C | 89 | 72 | 38 | 0 | 11 | 2E | A2 | 27 | 27 |
| Octal | 74 | 211 | 162 | 70 | 0 | 21 | 56 | 242 | 47 | 47 |
| Binary | 111100 | 10001001 | 1110010 | 111000 | 0 | 10001 | 101110 | 10100010 | 100111 | 100111 |
Color Harmonies of #3C8972
Complementary color
Monochromatic Colors of #3C8972
Black with #3C8972
Text Example
Text Example
White with #3C8972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C8972; }
p { color: rgb(60,137,114); }
H1.HeaderClassName
{
color: #3C8972;
}
.AnyTagClassName
{
color: #3C8972;
}
</style>
background-color css
<style>
a { background-color: #3C8972; }
a { background-color: rgb(60,137,114); }
div.DivClassName
{
background-color: #3C8972;
}
.BgClassName
{
background-color: #3C8972;
}
</style>
border-color css
<style>
span { border-color: #3C8972; }
span { border-color: rgb(60,137,114); }
td.TdClassName
{
border-color: #3C8972;
}
.TagClassName
{
border-color: #3C8972;
}
</style>