Shades of Viridian #3C7869
Tints of Viridian #3C7869
RGB
CMYK
RGB Variations
Color information
#3C7869 (or 0x3C7869) is known color: Viridian. HEX triplet: 3C, 78 and 69. RGB value is (60,120,105). Sum of RGB (Red+Green+Blue) = 60+120+105=285 (37% of max value = 765). Red value is 60 (23.83% from 255 or 21.05% from 285); Green value is 120 (47.27% from 255 or 42.11% from 285); Blue value is 105 (41.41% from 255 or 36.84% from 285); Max value from RGB is 120 - color contains mainly: green. Hex color #3C7869 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C7869 is #C38796. Grayscale: #646464. Windows color (decimal): -12814231 or 6912060. OLE color: 6912060.
HSL color Cylindrical-coordinate representation of color #3C7869: hue angle of 165º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3C7869 is Cyan = 0.5, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 60 | 120 | 105 | - |
| CMYK | 0.5 | 0 | 0.13 | 0.53 |
| HSL | 165º | 0.33% | 0.35% | - |
| HSV(B) | 165º | 0.5% | 0.47% | - |
| XYZ | 11.13 | 15.41 | 15.75 | - |
| YUV | 100.35 | 130.62 | 99.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 120 | 105 | 0.5 | 0 | 0.13 | 0.53 | 165 | 0.33 | 0.35 |
| Hex | 3C | 78 | 69 | 32 | 0 | D | 35 | A5 | 21 | 23 |
| Octal | 74 | 170 | 151 | 62 | 0 | 15 | 65 | 245 | 41 | 43 |
| Binary | 111100 | 1111000 | 1101001 | 110010 | 0 | 1101 | 110101 | 10100101 | 100001 | 100011 |
Color Harmonies of #3C7869
Complementary color
Monochromatic Colors of #3C7869
Black with #3C7869
Text Example
Text Example
White with #3C7869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C7869; }
p { color: rgb(60,120,105); }
H1.HeaderClassName
{
color: #3C7869;
}
.AnyTagClassName
{
color: #3C7869;
}
</style>
background-color css
<style>
a { background-color: #3C7869; }
a { background-color: rgb(60,120,105); }
div.DivClassName
{
background-color: #3C7869;
}
.BgClassName
{
background-color: #3C7869;
}
</style>
border-color css
<style>
span { border-color: #3C7869; }
span { border-color: rgb(60,120,105); }
td.TdClassName
{
border-color: #3C7869;
}
.TagClassName
{
border-color: #3C7869;
}
</style>