Shades of Viridian #3C8378
Tints of Viridian #3C8378
RGB
CMYK
RGB Variations
Color information
#3C8378 (or 0x3C8378) is known color: Viridian. HEX triplet: 3C, 83 and 78. RGB value is (60,131,120). Sum of RGB (Red+Green+Blue) = 60+131+120=311 (41% of max value = 765). Red value is 60 (23.83% from 255 or 19.29% from 311); Green value is 131 (51.56% from 255 or 42.12% from 311); Blue value is 120 (47.27% from 255 or 38.59% from 311); Max value from RGB is 131 - color contains mainly: green. Hex color #3C8378 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C8378 is #C37C87. Grayscale: #6C6C6C. Windows color (decimal): -12811400 or 7897916. OLE color: 7897916.
HSL color Cylindrical-coordinate representation of color #3C8378: hue angle of 170.7º 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 #3C8378 is Cyan = 0.54, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 60 | 131 | 120 | - |
| CMYK | 0.54 | 0 | 0.08 | 0.49 |
| HSL | 170.7º | 0.37% | 0.37% | - |
| HSV(B) | 170.7º | 0.54% | 0.51% | - |
| XYZ | 13.37 | 18.55 | 20.65 | - |
| YUV | 108.52 | 134.48 | 93.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 131 | 120 | 0.54 | 0 | 0.08 | 0.49 | 170.7 | 0.37 | 0.37 |
| Hex | 3C | 83 | 78 | 36 | 0 | 8 | 31 | AB | 25 | 25 |
| Octal | 74 | 203 | 170 | 66 | 0 | 10 | 61 | 253 | 45 | 45 |
| Binary | 111100 | 10000011 | 1111000 | 110110 | 0 | 1000 | 110001 | 10101011 | 100101 | 100101 |
Color Harmonies of #3C8378
Complementary color
Monochromatic Colors of #3C8378
Black with #3C8378
Text Example
Text Example
White with #3C8378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C8378; }
p { color: rgb(60,131,120); }
H1.HeaderClassName
{
color: #3C8378;
}
.AnyTagClassName
{
color: #3C8378;
}
</style>
background-color css
<style>
a { background-color: #3C8378; }
a { background-color: rgb(60,131,120); }
div.DivClassName
{
background-color: #3C8378;
}
.BgClassName
{
background-color: #3C8378;
}
</style>
border-color css
<style>
span { border-color: #3C8378; }
span { border-color: rgb(60,131,120); }
td.TdClassName
{
border-color: #3C8378;
}
.TagClassName
{
border-color: #3C8378;
}
</style>