Shades of Viridian #3B7F70
Tints of Viridian #3B7F70
RGB
CMYK
RGB Variations
Color information
#3B7F70 (or 0x3B7F70) is known color: Viridian. HEX triplet: 3B, 7F and 70. RGB value is (59,127,112). Sum of RGB (Red+Green+Blue) = 59+127+112=298 (39% of max value = 765). Red value is 59 (23.44% from 255 or 19.80% from 298); Green value is 127 (50% from 255 or 42.62% from 298); Blue value is 112 (44.14% from 255 or 37.58% from 298); Max value from RGB is 127 - color contains mainly: green. Hex color #3B7F70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B7F70 is #C4808F. Grayscale: #686868. Windows color (decimal): -12877968 or 7372603. OLE color: 7372603.
HSL color Cylindrical-coordinate representation of color #3B7F70: hue angle of 166.76º degrees, saturation: 0.37, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3B7F70 is Cyan = 0.54, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 59 | 127 | 112 | - |
| CMYK | 0.54 | 0 | 0.12 | 0.50 |
| HSL | 166.76º | 0.37% | 0.36% | - |
| HSV(B) | 166.76º | 0.54% | 0.5% | - |
| XYZ | 12.32 | 17.28 | 18.02 | - |
| YUV | 104.96 | 131.97 | 95.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 127 | 112 | 0.54 | 0 | 0.12 | 0.50 | 166.76 | 0.37 | 0.36 |
| Hex | 3B | 7F | 70 | 36 | 0 | C | 32 | A7 | 25 | 24 |
| Octal | 73 | 177 | 160 | 66 | 0 | 14 | 62 | 247 | 45 | 44 |
| Binary | 111011 | 1111111 | 1110000 | 110110 | 0 | 1100 | 110010 | 10100111 | 100101 | 100100 |
Color Harmonies of #3B7F70
Complementary color
Monochromatic Colors of #3B7F70
Black with #3B7F70
Text Example
Text Example
White with #3B7F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B7F70; }
p { color: rgb(59,127,112); }
H1.HeaderClassName
{
color: #3B7F70;
}
.AnyTagClassName
{
color: #3B7F70;
}
</style>
background-color css
<style>
a { background-color: #3B7F70; }
a { background-color: rgb(59,127,112); }
div.DivClassName
{
background-color: #3B7F70;
}
.BgClassName
{
background-color: #3B7F70;
}
</style>
border-color css
<style>
span { border-color: #3B7F70; }
span { border-color: rgb(59,127,112); }
td.TdClassName
{
border-color: #3B7F70;
}
.TagClassName
{
border-color: #3B7F70;
}
</style>