Shades of Viridian #3B7E6D
Tints of Viridian #3B7E6D
RGB
CMYK
RGB Variations
Color information
#3B7E6D (or 0x3B7E6D) is known color: Viridian. HEX triplet: 3B, 7E and 6D. RGB value is (59,126,109). Sum of RGB (Red+Green+Blue) = 59+126+109=294 (38% of max value = 765). Red value is 59 (23.44% from 255 or 20.07% from 294); Green value is 126 (49.61% from 255 or 42.86% from 294); Blue value is 109 (42.97% from 255 or 37.07% from 294); Max value from RGB is 126 - color contains mainly: green. Hex color #3B7E6D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B7E6D is #C48192. Grayscale: #686868. Windows color (decimal): -12878227 or 7175739. OLE color: 7175739.
HSL color Cylindrical-coordinate representation of color #3B7E6D: hue angle of 164.78º degrees, saturation: 0.36, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3B7E6D is Cyan = 0.53, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 59 | 126 | 109 | - |
| CMYK | 0.53 | 0 | 0.13 | 0.51 |
| HSL | 164.78º | 0.36% | 0.36% | - |
| HSV(B) | 164.78º | 0.53% | 0.49% | - |
| XYZ | 12.02 | 16.96 | 17.11 | - |
| YUV | 104.03 | 130.8 | 95.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 126 | 109 | 0.53 | 0 | 0.13 | 0.51 | 164.78 | 0.36 | 0.36 |
| Hex | 3B | 7E | 6D | 35 | 0 | D | 33 | A5 | 24 | 24 |
| Octal | 73 | 176 | 155 | 65 | 0 | 15 | 63 | 245 | 44 | 44 |
| Binary | 111011 | 1111110 | 1101101 | 110101 | 0 | 1101 | 110011 | 10100101 | 100100 | 100100 |
Color Harmonies of #3B7E6D
Complementary color
Monochromatic Colors of #3B7E6D
Black with #3B7E6D
Text Example
Text Example
White with #3B7E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B7E6D; }
p { color: rgb(59,126,109); }
H1.HeaderClassName
{
color: #3B7E6D;
}
.AnyTagClassName
{
color: #3B7E6D;
}
</style>
background-color css
<style>
a { background-color: #3B7E6D; }
a { background-color: rgb(59,126,109); }
div.DivClassName
{
background-color: #3B7E6D;
}
.BgClassName
{
background-color: #3B7E6D;
}
</style>
border-color css
<style>
span { border-color: #3B7E6D; }
span { border-color: rgb(59,126,109); }
td.TdClassName
{
border-color: #3B7E6D;
}
.TagClassName
{
border-color: #3B7E6D;
}
</style>