Shades of Viridian #3B7A66
Tints of Viridian #3B7A66
RGB
CMYK
RGB Variations
Color information
#3B7A66 (or 0x3B7A66) is known color: Viridian. HEX triplet: 3B, 7A and 66. RGB value is (59,122,102). Sum of RGB (Red+Green+Blue) = 59+122+102=283 (37% of max value = 765). Red value is 59 (23.44% from 255 or 20.85% from 283); Green value is 122 (48.05% from 255 or 43.11% from 283); Blue value is 102 (40.23% from 255 or 36.04% from 283); Max value from RGB is 122 - color contains mainly: green. Hex color #3B7A66 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B7A66 is #C48599. Grayscale: #646464. Windows color (decimal): -12879258 or 6715963. OLE color: 6715963.
HSL color Cylindrical-coordinate representation of color #3B7A66: hue angle of 160.95º degrees, saturation: 0.35, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #3B7A66 is Cyan = 0.52, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 59 | 122 | 102 | - |
| CMYK | 0.52 | 0 | 0.16 | 0.52 |
| HSL | 160.95º | 0.35% | 0.35% | - |
| HSV(B) | 160.95º | 0.52% | 0.48% | - |
| XYZ | 11.16 | 15.81 | 15.03 | - |
| YUV | 100.88 | 128.63 | 98.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 122 | 102 | 0.52 | 0 | 0.16 | 0.52 | 160.95 | 0.35 | 0.35 |
| Hex | 3B | 7A | 66 | 34 | 0 | 10 | 34 | A1 | 23 | 23 |
| Octal | 73 | 172 | 146 | 64 | 0 | 20 | 64 | 241 | 43 | 43 |
| Binary | 111011 | 1111010 | 1100110 | 110100 | 0 | 10000 | 110100 | 10100001 | 100011 | 100011 |
Color Harmonies of #3B7A66
Complementary color
Monochromatic Colors of #3B7A66
Black with #3B7A66
Text Example
Text Example
White with #3B7A66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B7A66; }
p { color: rgb(59,122,102); }
H1.HeaderClassName
{
color: #3B7A66;
}
.AnyTagClassName
{
color: #3B7A66;
}
</style>
background-color css
<style>
a { background-color: #3B7A66; }
a { background-color: rgb(59,122,102); }
div.DivClassName
{
background-color: #3B7A66;
}
.BgClassName
{
background-color: #3B7A66;
}
</style>
border-color css
<style>
span { border-color: #3B7A66; }
span { border-color: rgb(59,122,102); }
td.TdClassName
{
border-color: #3B7A66;
}
.TagClassName
{
border-color: #3B7A66;
}
</style>