Shades of Viridian #3E896C
Tints of Viridian #3E896C
RGB
CMYK
RGB Variations
Color information
#3E896C (or 0x3E896C) is known color: Viridian. HEX triplet: 3E, 89 and 6C. RGB value is (62,137,108). Sum of RGB (Red+Green+Blue) = 62+137+108=307 (40% of max value = 765). Red value is 62 (24.61% from 255 or 20.20% from 307); Green value is 137 (53.91% from 255 or 44.63% from 307); Blue value is 108 (42.58% from 255 or 35.18% from 307); Max value from RGB is 137 - color contains mainly: green. Hex color #3E896C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3E896C is #C17693. Grayscale: #6F6F6F. Windows color (decimal): -12678804 or 7113022. OLE color: 7113022.
HSL color Cylindrical-coordinate representation of color #3E896C: hue angle of 156.8º degrees, saturation: 0.38, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3E896C is Cyan = 0.55, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 62 | 137 | 108 | - |
| CMYK | 0.55 | 0 | 0.21 | 0.46 |
| HSL | 156.8º | 0.38% | 0.39% | - |
| HSV(B) | 156.8º | 0.55% | 0.54% | - |
| XYZ | 13.64 | 20 | 17.33 | - |
| YUV | 111.27 | 126.15 | 92.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 137 | 108 | 0.55 | 0 | 0.21 | 0.46 | 156.8 | 0.38 | 0.39 |
| Hex | 3E | 89 | 6C | 37 | 0 | 15 | 2E | 9D | 26 | 27 |
| Octal | 76 | 211 | 154 | 67 | 0 | 25 | 56 | 235 | 46 | 47 |
| Binary | 111110 | 10001001 | 1101100 | 110111 | 0 | 10101 | 101110 | 10011101 | 100110 | 100111 |
Color Harmonies of #3E896C
Complementary color
Monochromatic Colors of #3E896C
Black with #3E896C
Text Example
Text Example
White with #3E896C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E896C; }
p { color: rgb(62,137,108); }
H1.HeaderClassName
{
color: #3E896C;
}
.AnyTagClassName
{
color: #3E896C;
}
</style>
background-color css
<style>
a { background-color: #3E896C; }
a { background-color: rgb(62,137,108); }
div.DivClassName
{
background-color: #3E896C;
}
.BgClassName
{
background-color: #3E896C;
}
</style>
border-color css
<style>
span { border-color: #3E896C; }
span { border-color: rgb(62,137,108); }
td.TdClassName
{
border-color: #3E896C;
}
.TagClassName
{
border-color: #3E896C;
}
</style>