Shades of Viridian #3E7D63
Tints of Viridian #3E7D63
RGB
CMYK
RGB Variations
Color information
#3E7D63 (or 0x3E7D63) is known color: Viridian. HEX triplet: 3E, 7D and 63. RGB value is (62,125,99). Sum of RGB (Red+Green+Blue) = 62+125+99=286 (37% of max value = 765). Red value is 62 (24.61% from 255 or 21.68% from 286); Green value is 125 (49.22% from 255 or 43.71% from 286); Blue value is 99 (39.06% from 255 or 34.62% from 286); Max value from RGB is 125 - color contains mainly: green. Hex color #3E7D63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E7D63 is #C1829C. Grayscale: #676767. Windows color (decimal): -12681885 or 6520126. OLE color: 6520126.
HSL color Cylindrical-coordinate representation of color #3E7D63: hue angle of 155.24º degrees, saturation: 0.34, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3E7D63 is Cyan = 0.50, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 62 | 125 | 99 | - |
| CMYK | 0.50 | 0 | 0.21 | 0.51 |
| HSL | 155.24º | 0.34% | 0.37% | - |
| HSV(B) | 155.24º | 0.5% | 0.49% | - |
| XYZ | 11.57 | 16.59 | 14.4 | - |
| YUV | 103.2 | 125.63 | 98.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 125 | 99 | 0.50 | 0 | 0.21 | 0.51 | 155.24 | 0.34 | 0.37 |
| Hex | 3E | 7D | 63 | 32 | 0 | 15 | 33 | 9B | 22 | 25 |
| Octal | 76 | 175 | 143 | 62 | 0 | 25 | 63 | 233 | 42 | 45 |
| Binary | 111110 | 1111101 | 1100011 | 110010 | 0 | 10101 | 110011 | 10011011 | 100010 | 100101 |
Color Harmonies of #3E7D63
Complementary color
Monochromatic Colors of #3E7D63
Black with #3E7D63
Text Example
Text Example
White with #3E7D63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E7D63; }
p { color: rgb(62,125,99); }
H1.HeaderClassName
{
color: #3E7D63;
}
.AnyTagClassName
{
color: #3E7D63;
}
</style>
background-color css
<style>
a { background-color: #3E7D63; }
a { background-color: rgb(62,125,99); }
div.DivClassName
{
background-color: #3E7D63;
}
.BgClassName
{
background-color: #3E7D63;
}
</style>
border-color css
<style>
span { border-color: #3E7D63; }
span { border-color: rgb(62,125,99); }
td.TdClassName
{
border-color: #3E7D63;
}
.TagClassName
{
border-color: #3E7D63;
}
</style>