Shades of Viridian #3C826A
Tints of Viridian #3C826A
RGB
CMYK
RGB Variations
Color information
#3C826A (or 0x3C826A) is known color: Viridian. HEX triplet: 3C, 82 and 6A. RGB value is (60,130,106). Sum of RGB (Red+Green+Blue) = 60+130+106=296 (39% of max value = 765). Red value is 60 (23.83% from 255 or 20.27% from 296); Green value is 130 (51.17% from 255 or 43.92% from 296); Blue value is 106 (41.80% from 255 or 35.81% from 296); Max value from RGB is 130 - color contains mainly: green. Hex color #3C826A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C826A is #C37D95. Grayscale: #6A6A6A. Windows color (decimal): -12811670 or 6980156. OLE color: 6980156.
HSL color Cylindrical-coordinate representation of color #3C826A: hue angle of 159.43º degrees, saturation: 0.37, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3C826A is Cyan = 0.54, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 60 | 130 | 106 | - |
| CMYK | 0.54 | 0 | 0.18 | 0.49 |
| HSL | 159.43º | 0.37% | 0.37% | - |
| HSV(B) | 159.43º | 0.54% | 0.51% | - |
| XYZ | 12.45 | 17.97 | 16.45 | - |
| YUV | 106.33 | 127.81 | 94.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 130 | 106 | 0.54 | 0 | 0.18 | 0.49 | 159.43 | 0.37 | 0.37 |
| Hex | 3C | 82 | 6A | 36 | 0 | 12 | 31 | 9F | 25 | 25 |
| Octal | 74 | 202 | 152 | 66 | 0 | 22 | 61 | 237 | 45 | 45 |
| Binary | 111100 | 10000010 | 1101010 | 110110 | 0 | 10010 | 110001 | 10011111 | 100101 | 100101 |
Color Harmonies of #3C826A
Complementary color
Monochromatic Colors of #3C826A
Black with #3C826A
Text Example
Text Example
White with #3C826A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C826A; }
p { color: rgb(60,130,106); }
H1.HeaderClassName
{
color: #3C826A;
}
.AnyTagClassName
{
color: #3C826A;
}
</style>
background-color css
<style>
a { background-color: #3C826A; }
a { background-color: rgb(60,130,106); }
div.DivClassName
{
background-color: #3C826A;
}
.BgClassName
{
background-color: #3C826A;
}
</style>
border-color css
<style>
span { border-color: #3C826A; }
span { border-color: rgb(60,130,106); }
td.TdClassName
{
border-color: #3C826A;
}
.TagClassName
{
border-color: #3C826A;
}
</style>