Shades of Viridian #3B7C6D
Tints of Viridian #3B7C6D
RGB
CMYK
RGB Variations
Color information
#3B7C6D (or 0x3B7C6D) is known color: Viridian. HEX triplet: 3B, 7C and 6D. RGB value is (59,124,109). Sum of RGB (Red+Green+Blue) = 59+124+109=292 (38% of max value = 765). Red value is 59 (23.44% from 255 or 20.21% from 292); Green value is 124 (48.83% from 255 or 42.47% from 292); Blue value is 109 (42.97% from 255 or 37.33% from 292); Max value from RGB is 124 - color contains mainly: green. Hex color #3B7C6D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B7C6D is #C48392. Grayscale: #666666. Windows color (decimal): -12878739 or 7175227. OLE color: 7175227.
HSL color Cylindrical-coordinate representation of color #3B7C6D: hue angle of 166.15º degrees, saturation: 0.36, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #3B7C6D is Cyan = 0.52, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 59 | 124 | 109 | - |
| CMYK | 0.52 | 0 | 0.12 | 0.51 |
| HSL | 166.15º | 0.36% | 0.36% | - |
| HSV(B) | 166.15º | 0.52% | 0.49% | - |
| XYZ | 11.77 | 16.45 | 17.02 | - |
| YUV | 102.86 | 131.47 | 96.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 124 | 109 | 0.52 | 0 | 0.12 | 0.51 | 166.15 | 0.36 | 0.36 |
| Hex | 3B | 7C | 6D | 34 | 0 | C | 33 | A6 | 24 | 24 |
| Octal | 73 | 174 | 155 | 64 | 0 | 14 | 63 | 246 | 44 | 44 |
| Binary | 111011 | 1111100 | 1101101 | 110100 | 0 | 1100 | 110011 | 10100110 | 100100 | 100100 |
Color Harmonies of #3B7C6D
Complementary color
Monochromatic Colors of #3B7C6D
Black with #3B7C6D
Text Example
Text Example
White with #3B7C6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B7C6D; }
p { color: rgb(59,124,109); }
H1.HeaderClassName
{
color: #3B7C6D;
}
.AnyTagClassName
{
color: #3B7C6D;
}
</style>
background-color css
<style>
a { background-color: #3B7C6D; }
a { background-color: rgb(59,124,109); }
div.DivClassName
{
background-color: #3B7C6D;
}
.BgClassName
{
background-color: #3B7C6D;
}
</style>
border-color css
<style>
span { border-color: #3B7C6D; }
span { border-color: rgb(59,124,109); }
td.TdClassName
{
border-color: #3B7C6D;
}
.TagClassName
{
border-color: #3B7C6D;
}
</style>