Shades of Viridian #3E7B6D
Tints of Viridian #3E7B6D
RGB
CMYK
RGB Variations
Color information
#3E7B6D (or 0x3E7B6D) is known color: Viridian. HEX triplet: 3E, 7B and 6D. RGB value is (62,123,109). Sum of RGB (Red+Green+Blue) = 62+123+109=294 (38% of max value = 765). Red value is 62 (24.61% from 255 or 21.09% from 294); Green value is 123 (48.44% from 255 or 41.84% from 294); Blue value is 109 (42.97% from 255 or 37.07% from 294); Max value from RGB is 123 - color contains mainly: green. Hex color #3E7B6D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E7B6D is #C18492. Grayscale: #676767. Windows color (decimal): -12682387 or 7174974. OLE color: 7174974.
HSL color Cylindrical-coordinate representation of color #3E7B6D: hue angle of 166.23º degrees, saturation: 0.33, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3E7B6D is Cyan = 0.50, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 62 | 123 | 109 | - |
| CMYK | 0.50 | 0 | 0.11 | 0.52 |
| HSL | 166.23º | 0.33% | 0.36% | - |
| HSV(B) | 166.23º | 0.5% | 0.48% | - |
| XYZ | 11.83 | 16.29 | 16.99 | - |
| YUV | 103.17 | 131.29 | 98.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 123 | 109 | 0.50 | 0 | 0.11 | 0.52 | 166.23 | 0.33 | 0.36 |
| Hex | 3E | 7B | 6D | 32 | 0 | B | 34 | A6 | 21 | 24 |
| Octal | 76 | 173 | 155 | 62 | 0 | 13 | 64 | 246 | 41 | 44 |
| Binary | 111110 | 1111011 | 1101101 | 110010 | 0 | 1011 | 110100 | 10100110 | 100001 | 100100 |
Color Harmonies of #3E7B6D
Complementary color
Monochromatic Colors of #3E7B6D
Black with #3E7B6D
Text Example
Text Example
White with #3E7B6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E7B6D; }
p { color: rgb(62,123,109); }
H1.HeaderClassName
{
color: #3E7B6D;
}
.AnyTagClassName
{
color: #3E7B6D;
}
</style>
background-color css
<style>
a { background-color: #3E7B6D; }
a { background-color: rgb(62,123,109); }
div.DivClassName
{
background-color: #3E7B6D;
}
.BgClassName
{
background-color: #3E7B6D;
}
</style>
border-color css
<style>
span { border-color: #3E7B6D; }
span { border-color: rgb(62,123,109); }
td.TdClassName
{
border-color: #3E7B6D;
}
.TagClassName
{
border-color: #3E7B6D;
}
</style>