Shades of Viridian #3E796C
Tints of Viridian #3E796C
RGB
CMYK
RGB Variations
Color information
#3E796C (or 0x3E796C) is known color: Viridian. HEX triplet: 3E, 79 and 6C. RGB value is (62,121,108). Sum of RGB (Red+Green+Blue) = 62+121+108=291 (38% of max value = 765). Red value is 62 (24.61% from 255 or 21.31% from 291); Green value is 121 (47.66% from 255 or 41.58% from 291); Blue value is 108 (42.58% from 255 or 37.11% from 291); Max value from RGB is 121 - color contains mainly: green. Hex color #3E796C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E796C is #C18693. Grayscale: #656565. Windows color (decimal): -12682900 or 7108926. OLE color: 7108926.
HSL color Cylindrical-coordinate representation of color #3E796C: hue angle of 166.78º degrees, saturation: 0.32, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3E796C is Cyan = 0.49, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 62 | 121 | 108 | - |
| CMYK | 0.49 | 0 | 0.11 | 0.53 |
| HSL | 166.78º | 0.32% | 0.36% | - |
| HSV(B) | 166.78º | 0.49% | 0.47% | - |
| XYZ | 11.53 | 15.78 | 16.63 | - |
| YUV | 101.88 | 131.45 | 99.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 121 | 108 | 0.49 | 0 | 0.11 | 0.53 | 166.78 | 0.32 | 0.36 |
| Hex | 3E | 79 | 6C | 31 | 0 | B | 35 | A7 | 20 | 24 |
| Octal | 76 | 171 | 154 | 61 | 0 | 13 | 65 | 247 | 40 | 44 |
| Binary | 111110 | 1111001 | 1101100 | 110001 | 0 | 1011 | 110101 | 10100111 | 100000 | 100100 |
Color Harmonies of #3E796C
Complementary color
Monochromatic Colors of #3E796C
Black with #3E796C
Text Example
Text Example
White with #3E796C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E796C; }
p { color: rgb(62,121,108); }
H1.HeaderClassName
{
color: #3E796C;
}
.AnyTagClassName
{
color: #3E796C;
}
</style>
background-color css
<style>
a { background-color: #3E796C; }
a { background-color: rgb(62,121,108); }
div.DivClassName
{
background-color: #3E796C;
}
.BgClassName
{
background-color: #3E796C;
}
</style>
border-color css
<style>
span { border-color: #3E796C; }
span { border-color: rgb(62,121,108); }
td.TdClassName
{
border-color: #3E796C;
}
.TagClassName
{
border-color: #3E796C;
}
</style>