Shades of Viridian #3E826B
Tints of Viridian #3E826B
RGB
CMYK
RGB Variations
Color information
#3E826B (or 0x3E826B) is known color: Viridian. HEX triplet: 3E, 82 and 6B. RGB value is (62,130,107). Sum of RGB (Red+Green+Blue) = 62+130+107=299 (39% of max value = 765). Red value is 62 (24.61% from 255 or 20.74% from 299); Green value is 130 (51.17% from 255 or 43.48% from 299); Blue value is 107 (42.19% from 255 or 35.79% from 299); Max value from RGB is 130 - color contains mainly: green. Hex color #3E826B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3E826B is #C17D94. Grayscale: #6B6B6B. Windows color (decimal): -12680597 or 7045694. OLE color: 7045694.
HSL color Cylindrical-coordinate representation of color #3E826B: hue angle of 159.71º 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 #3E826B is Cyan = 0.52, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 62 | 130 | 107 | - |
| CMYK | 0.52 | 0 | 0.18 | 0.49 |
| HSL | 159.71º | 0.35% | 0.38% | - |
| HSV(B) | 159.71º | 0.52% | 0.51% | - |
| XYZ | 12.62 | 18.05 | 16.73 | - |
| YUV | 107.05 | 127.97 | 95.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 130 | 107 | 0.52 | 0 | 0.18 | 0.49 | 159.71 | 0.35 | 0.38 |
| Hex | 3E | 82 | 6B | 34 | 0 | 12 | 31 | A0 | 23 | 26 |
| Octal | 76 | 202 | 153 | 64 | 0 | 22 | 61 | 240 | 43 | 46 |
| Binary | 111110 | 10000010 | 1101011 | 110100 | 0 | 10010 | 110001 | 10100000 | 100011 | 100110 |
Color Harmonies of #3E826B
Complementary color
Monochromatic Colors of #3E826B
Black with #3E826B
Text Example
Text Example
White with #3E826B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E826B; }
p { color: rgb(62,130,107); }
H1.HeaderClassName
{
color: #3E826B;
}
.AnyTagClassName
{
color: #3E826B;
}
</style>
background-color css
<style>
a { background-color: #3E826B; }
a { background-color: rgb(62,130,107); }
div.DivClassName
{
background-color: #3E826B;
}
.BgClassName
{
background-color: #3E826B;
}
</style>
border-color css
<style>
span { border-color: #3E826B; }
span { border-color: rgb(62,130,107); }
td.TdClassName
{
border-color: #3E826B;
}
.TagClassName
{
border-color: #3E826B;
}
</style>