Shades of Viridian #3B7F68
Tints of Viridian #3B7F68
RGB
CMYK
RGB Variations
Color information
#3B7F68 (or 0x3B7F68) is known color: Viridian. HEX triplet: 3B, 7F and 68. RGB value is (59,127,104). Sum of RGB (Red+Green+Blue) = 59+127+104=290 (38% of max value = 765). Red value is 59 (23.44% from 255 or 20.34% from 290); Green value is 127 (50% from 255 or 43.79% from 290); Blue value is 104 (41.02% from 255 or 35.86% from 290); Max value from RGB is 127 - color contains mainly: green. Hex color #3B7F68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B7F68 is #C48097. Grayscale: #686868. Windows color (decimal): -12877976 or 6848315. OLE color: 6848315.
HSL color Cylindrical-coordinate representation of color #3B7F68: hue angle of 159.71º 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 #3B7F68 is Cyan = 0.54, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 59 | 127 | 104 | - |
| CMYK | 0.54 | 0 | 0.18 | 0.50 |
| HSL | 159.71º | 0.37% | 0.36% | - |
| HSV(B) | 159.71º | 0.54% | 0.5% | - |
| XYZ | 11.89 | 17.11 | 15.77 | - |
| YUV | 104.05 | 127.97 | 95.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 127 | 104 | 0.54 | 0 | 0.18 | 0.50 | 159.71 | 0.37 | 0.36 |
| Hex | 3B | 7F | 68 | 36 | 0 | 12 | 32 | A0 | 25 | 24 |
| Octal | 73 | 177 | 150 | 66 | 0 | 22 | 62 | 240 | 45 | 44 |
| Binary | 111011 | 1111111 | 1101000 | 110110 | 0 | 10010 | 110010 | 10100000 | 100101 | 100100 |
Color Harmonies of #3B7F68
Complementary color
Monochromatic Colors of #3B7F68
Black with #3B7F68
Text Example
Text Example
White with #3B7F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B7F68; }
p { color: rgb(59,127,104); }
H1.HeaderClassName
{
color: #3B7F68;
}
.AnyTagClassName
{
color: #3B7F68;
}
</style>
background-color css
<style>
a { background-color: #3B7F68; }
a { background-color: rgb(59,127,104); }
div.DivClassName
{
background-color: #3B7F68;
}
.BgClassName
{
background-color: #3B7F68;
}
</style>
border-color css
<style>
span { border-color: #3B7F68; }
span { border-color: rgb(59,127,104); }
td.TdClassName
{
border-color: #3B7F68;
}
.TagClassName
{
border-color: #3B7F68;
}
</style>