Shades of Viridian #3B8675
Tints of Viridian #3B8675
RGB
CMYK
RGB Variations
Color information
#3B8675 (or 0x3B8675) is known color: Viridian. HEX triplet: 3B, 86 and 75. RGB value is (59,134,117). Sum of RGB (Red+Green+Blue) = 59+134+117=310 (41% of max value = 765). Red value is 59 (23.44% from 255 or 19.03% from 310); Green value is 134 (52.73% from 255 or 43.23% from 310); Blue value is 117 (46.09% from 255 or 37.74% from 310); Max value from RGB is 134 - color contains mainly: green. Hex color #3B8675 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3B8675 is #C4798A. Grayscale: #6D6D6D. Windows color (decimal): -12876171 or 7702075. OLE color: 7702075.
HSL color Cylindrical-coordinate representation of color #3B8675: hue angle of 166.4º 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 #3B8675 is Cyan = 0.56, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 59 | 134 | 117 | - |
| CMYK | 0.56 | 0 | 0.13 | 0.47 |
| HSL | 166.4º | 0.39% | 0.38% | - |
| HSV(B) | 166.4º | 0.56% | 0.53% | - |
| XYZ | 13.54 | 19.26 | 19.83 | - |
| YUV | 109.64 | 132.15 | 91.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 134 | 117 | 0.56 | 0 | 0.13 | 0.47 | 166.4 | 0.39 | 0.38 |
| Hex | 3B | 86 | 75 | 38 | 0 | D | 2F | A6 | 27 | 26 |
| Octal | 73 | 206 | 165 | 70 | 0 | 15 | 57 | 246 | 47 | 46 |
| Binary | 111011 | 10000110 | 1110101 | 111000 | 0 | 1101 | 101111 | 10100110 | 100111 | 100110 |
Color Harmonies of #3B8675
Complementary color
Monochromatic Colors of #3B8675
Black with #3B8675
Text Example
Text Example
White with #3B8675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B8675; }
p { color: rgb(59,134,117); }
H1.HeaderClassName
{
color: #3B8675;
}
.AnyTagClassName
{
color: #3B8675;
}
</style>
background-color css
<style>
a { background-color: #3B8675; }
a { background-color: rgb(59,134,117); }
div.DivClassName
{
background-color: #3B8675;
}
.BgClassName
{
background-color: #3B8675;
}
</style>
border-color css
<style>
span { border-color: #3B8675; }
span { border-color: rgb(59,134,117); }
td.TdClassName
{
border-color: #3B8675;
}
.TagClassName
{
border-color: #3B8675;
}
</style>