Shades of Viridian #3E826A
Tints of Viridian #3E826A
RGB
CMYK
RGB Variations
Color information
#3E826A (or 0x3E826A) is known color: Viridian. HEX triplet: 3E, 82 and 6A. RGB value is (62,130,106). Sum of RGB (Red+Green+Blue) = 62+130+106=298 (39% of max value = 765). Red value is 62 (24.61% from 255 or 20.81% from 298); Green value is 130 (51.17% from 255 or 43.62% from 298); Blue value is 106 (41.80% from 255 or 35.57% from 298); Max value from RGB is 130 - color contains mainly: green. Hex color #3E826A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3E826A is #C17D95. Grayscale: #6A6A6A. Windows color (decimal): -12680598 or 6980158. OLE color: 6980158.
HSL color Cylindrical-coordinate representation of color #3E826A: hue angle of 158.82º 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 #3E826A is Cyan = 0.52, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 62 | 130 | 106 | - |
| CMYK | 0.52 | 0 | 0.18 | 0.49 |
| HSL | 158.82º | 0.35% | 0.38% | - |
| HSV(B) | 158.82º | 0.52% | 0.51% | - |
| XYZ | 12.57 | 18.03 | 16.45 | - |
| YUV | 106.93 | 127.47 | 95.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 130 | 106 | 0.52 | 0 | 0.18 | 0.49 | 158.82 | 0.35 | 0.38 |
| Hex | 3E | 82 | 6A | 34 | 0 | 12 | 31 | 9F | 23 | 26 |
| Octal | 76 | 202 | 152 | 64 | 0 | 22 | 61 | 237 | 43 | 46 |
| Binary | 111110 | 10000010 | 1101010 | 110100 | 0 | 10010 | 110001 | 10011111 | 100011 | 100110 |
Color Harmonies of #3E826A
Complementary color
Monochromatic Colors of #3E826A
Black with #3E826A
Text Example
Text Example
White with #3E826A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E826A; }
p { color: rgb(62,130,106); }
H1.HeaderClassName
{
color: #3E826A;
}
.AnyTagClassName
{
color: #3E826A;
}
</style>
background-color css
<style>
a { background-color: #3E826A; }
a { background-color: rgb(62,130,106); }
div.DivClassName
{
background-color: #3E826A;
}
.BgClassName
{
background-color: #3E826A;
}
</style>
border-color css
<style>
span { border-color: #3E826A; }
span { border-color: rgb(62,130,106); }
td.TdClassName
{
border-color: #3E826A;
}
.TagClassName
{
border-color: #3E826A;
}
</style>