Shades of Viridian #3C8875
Tints of Viridian #3C8875
RGB
CMYK
RGB Variations
Color information
#3C8875 (or 0x3C8875) is known color: Viridian. HEX triplet: 3C, 88 and 75. RGB value is (60,136,117). Sum of RGB (Red+Green+Blue) = 60+136+117=313 (41% of max value = 765). Red value is 60 (23.83% from 255 or 19.17% from 313); Green value is 136 (53.52% from 255 or 43.45% from 313); Blue value is 117 (46.09% from 255 or 37.38% from 313); Max value from RGB is 136 - color contains mainly: green. Hex color #3C8875 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C8875 is #C3778A. Grayscale: #6F6F6F. Windows color (decimal): -12810123 or 7702588. OLE color: 7702588.
HSL color Cylindrical-coordinate representation of color #3C8875: hue angle of 165º degrees, saturation: 0.39, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3C8875 is Cyan = 0.56, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 60 | 136 | 117 | - |
| CMYK | 0.56 | 0 | 0.14 | 0.47 |
| HSL | 165º | 0.39% | 0.38% | - |
| HSV(B) | 165º | 0.56% | 0.53% | - |
| XYZ | 13.88 | 19.85 | 19.93 | - |
| YUV | 111.11 | 131.32 | 91.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 136 | 117 | 0.56 | 0 | 0.14 | 0.47 | 165 | 0.39 | 0.38 |
| Hex | 3C | 88 | 75 | 38 | 0 | E | 2F | A5 | 27 | 26 |
| Octal | 74 | 210 | 165 | 70 | 0 | 16 | 57 | 245 | 47 | 46 |
| Binary | 111100 | 10001000 | 1110101 | 111000 | 0 | 1110 | 101111 | 10100101 | 100111 | 100110 |
Color Harmonies of #3C8875
Complementary color
Monochromatic Colors of #3C8875
Black with #3C8875
Text Example
Text Example
White with #3C8875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C8875; }
p { color: rgb(60,136,117); }
H1.HeaderClassName
{
color: #3C8875;
}
.AnyTagClassName
{
color: #3C8875;
}
</style>
background-color css
<style>
a { background-color: #3C8875; }
a { background-color: rgb(60,136,117); }
div.DivClassName
{
background-color: #3C8875;
}
.BgClassName
{
background-color: #3C8875;
}
</style>
border-color css
<style>
span { border-color: #3C8875; }
span { border-color: rgb(60,136,117); }
td.TdClassName
{
border-color: #3C8875;
}
.TagClassName
{
border-color: #3C8875;
}
</style>