Shades of Viridian #3E826D
Tints of Viridian #3E826D
RGB
CMYK
RGB Variations
Color information
#3E826D (or 0x3E826D) is known color: Viridian. HEX triplet: 3E, 82 and 6D. RGB value is (62,130,109). Sum of RGB (Red+Green+Blue) = 62+130+109=301 (39% of max value = 765). Red value is 62 (24.61% from 255 or 20.60% from 301); Green value is 130 (51.17% from 255 or 43.19% from 301); Blue value is 109 (42.97% from 255 or 36.21% from 301); Max value from RGB is 130 - color contains mainly: green. Hex color #3E826D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3E826D is #C17D92. Grayscale: #6B6B6B. Windows color (decimal): -12680595 or 7176766. OLE color: 7176766.
HSL color Cylindrical-coordinate representation of color #3E826D: hue angle of 161.47º degrees, saturation: 0.35, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #3E826D is Cyan = 0.52, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 62 | 130 | 109 | - |
| CMYK | 0.52 | 0 | 0.16 | 0.49 |
| HSL | 161.47º | 0.35% | 0.38% | - |
| HSV(B) | 161.47º | 0.52% | 0.51% | - |
| XYZ | 12.73 | 18.09 | 17.29 | - |
| YUV | 107.27 | 128.97 | 95.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 130 | 109 | 0.52 | 0 | 0.16 | 0.49 | 161.47 | 0.35 | 0.38 |
| Hex | 3E | 82 | 6D | 34 | 0 | 10 | 31 | A1 | 23 | 26 |
| Octal | 76 | 202 | 155 | 64 | 0 | 20 | 61 | 241 | 43 | 46 |
| Binary | 111110 | 10000010 | 1101101 | 110100 | 0 | 10000 | 110001 | 10100001 | 100011 | 100110 |
Color Harmonies of #3E826D
Complementary color
Monochromatic Colors of #3E826D
Black with #3E826D
Text Example
Text Example
White with #3E826D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E826D; }
p { color: rgb(62,130,109); }
H1.HeaderClassName
{
color: #3E826D;
}
.AnyTagClassName
{
color: #3E826D;
}
</style>
background-color css
<style>
a { background-color: #3E826D; }
a { background-color: rgb(62,130,109); }
div.DivClassName
{
background-color: #3E826D;
}
.BgClassName
{
background-color: #3E826D;
}
</style>
border-color css
<style>
span { border-color: #3E826D; }
span { border-color: rgb(62,130,109); }
td.TdClassName
{
border-color: #3E826D;
}
.TagClassName
{
border-color: #3E826D;
}
</style>