Shades of Viridian #3E7B66
Tints of Viridian #3E7B66
RGB
CMYK
RGB Variations
Color information
#3E7B66 (or 0x3E7B66) is known color: Viridian. HEX triplet: 3E, 7B and 66. RGB value is (62,123,102). Sum of RGB (Red+Green+Blue) = 62+123+102=287 (38% of max value = 765). Red value is 62 (24.61% from 255 or 21.60% from 287); Green value is 123 (48.44% from 255 or 42.86% from 287); Blue value is 102 (40.23% from 255 or 35.54% from 287); Max value from RGB is 123 - color contains mainly: green. Hex color #3E7B66 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E7B66 is #C18499. Grayscale: #666666. Windows color (decimal): -12682394 or 6716222. OLE color: 6716222.
HSL color Cylindrical-coordinate representation of color #3E7B66: hue angle of 159.34º 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 #3E7B66 is Cyan = 0.50, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 62 | 123 | 102 | - |
| CMYK | 0.50 | 0 | 0.17 | 0.52 |
| HSL | 159.34º | 0.33% | 0.36% | - |
| HSV(B) | 159.34º | 0.5% | 0.48% | - |
| XYZ | 11.47 | 16.15 | 15.08 | - |
| YUV | 102.37 | 127.79 | 99.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 123 | 102 | 0.50 | 0 | 0.17 | 0.52 | 159.34 | 0.33 | 0.36 |
| Hex | 3E | 7B | 66 | 32 | 0 | 11 | 34 | 9F | 21 | 24 |
| Octal | 76 | 173 | 146 | 62 | 0 | 21 | 64 | 237 | 41 | 44 |
| Binary | 111110 | 1111011 | 1100110 | 110010 | 0 | 10001 | 110100 | 10011111 | 100001 | 100100 |
Color Harmonies of #3E7B66
Complementary color
Monochromatic Colors of #3E7B66
Black with #3E7B66
Text Example
Text Example
White with #3E7B66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E7B66; }
p { color: rgb(62,123,102); }
H1.HeaderClassName
{
color: #3E7B66;
}
.AnyTagClassName
{
color: #3E7B66;
}
</style>
background-color css
<style>
a { background-color: #3E7B66; }
a { background-color: rgb(62,123,102); }
div.DivClassName
{
background-color: #3E7B66;
}
.BgClassName
{
background-color: #3E7B66;
}
</style>
border-color css
<style>
span { border-color: #3E7B66; }
span { border-color: rgb(62,123,102); }
td.TdClassName
{
border-color: #3E7B66;
}
.TagClassName
{
border-color: #3E7B66;
}
</style>