Shades of Viridian #3C9271
Tints of Viridian #3C9271
RGB
CMYK
RGB Variations
Color information
#3C9271 (or 0x3C9271) is known color: Viridian. HEX triplet: 3C, 92 and 71. RGB value is (60,146,113). Sum of RGB (Red+Green+Blue) = 60+146+113=319 (42% of max value = 765). Red value is 60 (23.83% from 255 or 18.81% from 319); Green value is 146 (57.42% from 255 or 45.77% from 319); Blue value is 113 (44.53% from 255 or 35.42% from 319); Max value from RGB is 146 - color contains mainly: green. Hex color #3C9271 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C9271 is #C36D8E. Grayscale: #747474. Windows color (decimal): -12807567 or 7443004. OLE color: 7443004.
HSL color Cylindrical-coordinate representation of color #3C9271: hue angle of 156.98º degrees, saturation: 0.42, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3C9271 is Cyan = 0.59, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 60 | 146 | 113 | - |
| CMYK | 0.59 | 0 | 0.23 | 0.43 |
| HSL | 156.98º | 0.42% | 0.4% | - |
| HSV(B) | 156.98º | 0.59% | 0.57% | - |
| XYZ | 15.12 | 22.71 | 19.21 | - |
| YUV | 116.52 | 126.01 | 87.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 146 | 113 | 0.59 | 0 | 0.23 | 0.43 | 156.98 | 0.42 | 0.4 |
| Hex | 3C | 92 | 71 | 3B | 0 | 17 | 2B | 9D | 2A | 28 |
| Octal | 74 | 222 | 161 | 73 | 0 | 27 | 53 | 235 | 52 | 50 |
| Binary | 111100 | 10010010 | 1110001 | 111011 | 0 | 10111 | 101011 | 10011101 | 101010 | 101000 |
Color Harmonies of #3C9271
Complementary color
Monochromatic Colors of #3C9271
Black with #3C9271
Text Example
Text Example
White with #3C9271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C9271; }
p { color: rgb(60,146,113); }
H1.HeaderClassName
{
color: #3C9271;
}
.AnyTagClassName
{
color: #3C9271;
}
</style>
background-color css
<style>
a { background-color: #3C9271; }
a { background-color: rgb(60,146,113); }
div.DivClassName
{
background-color: #3C9271;
}
.BgClassName
{
background-color: #3C9271;
}
</style>
border-color css
<style>
span { border-color: #3C9271; }
span { border-color: rgb(60,146,113); }
td.TdClassName
{
border-color: #3C9271;
}
.TagClassName
{
border-color: #3C9271;
}
</style>