Shades of Viridian #3B7966
Tints of Viridian #3B7966
RGB
CMYK
RGB Variations
Color information
#3B7966 (or 0x3B7966) is known color: Viridian. HEX triplet: 3B, 79 and 66. RGB value is (59,121,102). Sum of RGB (Red+Green+Blue) = 59+121+102=282 (37% of max value = 765). Red value is 59 (23.44% from 255 or 20.92% from 282); Green value is 121 (47.66% from 255 or 42.91% from 282); Blue value is 102 (40.23% from 255 or 36.17% from 282); Max value from RGB is 121 - color contains mainly: green. Hex color #3B7966 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B7966 is #C48699. Grayscale: #646464. Windows color (decimal): -12879514 or 6715707. OLE color: 6715707.
HSL color Cylindrical-coordinate representation of color #3B7966: hue angle of 161.61º degrees, saturation: 0.34, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #3B7966 is Cyan = 0.51, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 59 | 121 | 102 | - |
| CMYK | 0.51 | 0 | 0.16 | 0.53 |
| HSL | 161.61º | 0.34% | 0.35% | - |
| HSV(B) | 161.61º | 0.51% | 0.47% | - |
| XYZ | 11.04 | 15.56 | 14.99 | - |
| YUV | 100.3 | 128.96 | 98.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 121 | 102 | 0.51 | 0 | 0.16 | 0.53 | 161.61 | 0.34 | 0.35 |
| Hex | 3B | 79 | 66 | 33 | 0 | 10 | 35 | A2 | 22 | 23 |
| Octal | 73 | 171 | 146 | 63 | 0 | 20 | 65 | 242 | 42 | 43 |
| Binary | 111011 | 1111001 | 1100110 | 110011 | 0 | 10000 | 110101 | 10100010 | 100010 | 100011 |
Color Harmonies of #3B7966
Complementary color
Monochromatic Colors of #3B7966
Black with #3B7966
Text Example
Text Example
White with #3B7966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B7966; }
p { color: rgb(59,121,102); }
H1.HeaderClassName
{
color: #3B7966;
}
.AnyTagClassName
{
color: #3B7966;
}
</style>
background-color css
<style>
a { background-color: #3B7966; }
a { background-color: rgb(59,121,102); }
div.DivClassName
{
background-color: #3B7966;
}
.BgClassName
{
background-color: #3B7966;
}
</style>
border-color css
<style>
span { border-color: #3B7966; }
span { border-color: rgb(59,121,102); }
td.TdClassName
{
border-color: #3B7966;
}
.TagClassName
{
border-color: #3B7966;
}
</style>