Shades of Viridian #3E7665
Tints of Viridian #3E7665
RGB
CMYK
RGB Variations
Color information
#3E7665 (or 0x3E7665) is known color: Viridian. HEX triplet: 3E, 76 and 65. RGB value is (62,118,101). Sum of RGB (Red+Green+Blue) = 62+118+101=281 (37% of max value = 765). Red value is 62 (24.61% from 255 or 22.06% from 281); Green value is 118 (46.48% from 255 or 41.99% from 281); Blue value is 101 (39.84% from 255 or 35.94% from 281); Max value from RGB is 118 - color contains mainly: green. Hex color #3E7665 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E7665 is #C1899A. Grayscale: #636363. Windows color (decimal): -12683675 or 6649406. OLE color: 6649406.
HSL color Cylindrical-coordinate representation of color #3E7665: hue angle of 161.79º degrees, saturation: 0.31, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3E7665 is Cyan = 0.47, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 62 | 118 | 101 | - |
| CMYK | 0.47 | 0 | 0.14 | 0.54 |
| HSL | 161.79º | 0.31% | 0.35% | - |
| HSV(B) | 161.79º | 0.47% | 0.46% | - |
| XYZ | 10.81 | 14.92 | 14.62 | - |
| YUV | 99.32 | 128.95 | 101.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 118 | 101 | 0.47 | 0 | 0.14 | 0.54 | 161.79 | 0.31 | 0.35 |
| Hex | 3E | 76 | 65 | 2F | 0 | E | 36 | A2 | 1F | 23 |
| Octal | 76 | 166 | 145 | 57 | 0 | 16 | 66 | 242 | 37 | 43 |
| Binary | 111110 | 1110110 | 1100101 | 101111 | 0 | 1110 | 110110 | 10100010 | 11111 | 100011 |
Color Harmonies of #3E7665
Complementary color
Monochromatic Colors of #3E7665
Black with #3E7665
Text Example
Text Example
White with #3E7665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E7665; }
p { color: rgb(62,118,101); }
H1.HeaderClassName
{
color: #3E7665;
}
.AnyTagClassName
{
color: #3E7665;
}
</style>
background-color css
<style>
a { background-color: #3E7665; }
a { background-color: rgb(62,118,101); }
div.DivClassName
{
background-color: #3E7665;
}
.BgClassName
{
background-color: #3E7665;
}
</style>
border-color css
<style>
span { border-color: #3E7665; }
span { border-color: rgb(62,118,101); }
td.TdClassName
{
border-color: #3E7665;
}
.TagClassName
{
border-color: #3E7665;
}
</style>