Shades of Viridian #3C8275
Tints of Viridian #3C8275
RGB
CMYK
RGB Variations
Color information
#3C8275 (or 0x3C8275) is known color: Viridian. HEX triplet: 3C, 82 and 75. RGB value is (60,130,117). Sum of RGB (Red+Green+Blue) = 60+130+117=307 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.54% from 307); Green value is 130 (51.17% from 255 or 42.35% from 307); Blue value is 117 (46.09% from 255 or 38.11% from 307); Max value from RGB is 130 - color contains mainly: green. Hex color #3C8275 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C8275 is #C37D8A. Grayscale: #6B6B6B. Windows color (decimal): -12811659 or 7701052. OLE color: 7701052.
HSL color Cylindrical-coordinate representation of color #3C8275: hue angle of 168.86º 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 #3C8275 is Cyan = 0.54, Magento = 0, Yellow = 0.1 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 60 | 130 | 117 | - |
| CMYK | 0.54 | 0 | 0.1 | 0.49 |
| HSL | 168.86º | 0.37% | 0.37% | - |
| HSV(B) | 168.86º | 0.54% | 0.51% | - |
| XYZ | 13.06 | 18.21 | 19.66 | - |
| YUV | 107.59 | 133.31 | 94.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 130 | 117 | 0.54 | 0 | 0.1 | 0.49 | 168.86 | 0.37 | 0.37 |
| Hex | 3C | 82 | 75 | 36 | 0 | A | 31 | A9 | 25 | 25 |
| Octal | 74 | 202 | 165 | 66 | 0 | 12 | 61 | 251 | 45 | 45 |
| Binary | 111100 | 10000010 | 1110101 | 110110 | 0 | 1010 | 110001 | 10101001 | 100101 | 100101 |
Color Harmonies of #3C8275
Complementary color
Monochromatic Colors of #3C8275
Black with #3C8275
Text Example
Text Example
White with #3C8275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C8275; }
p { color: rgb(60,130,117); }
H1.HeaderClassName
{
color: #3C8275;
}
.AnyTagClassName
{
color: #3C8275;
}
</style>
background-color css
<style>
a { background-color: #3C8275; }
a { background-color: rgb(60,130,117); }
div.DivClassName
{
background-color: #3C8275;
}
.BgClassName
{
background-color: #3C8275;
}
</style>
border-color css
<style>
span { border-color: #3C8275; }
span { border-color: rgb(60,130,117); }
td.TdClassName
{
border-color: #3C8275;
}
.TagClassName
{
border-color: #3C8275;
}
</style>