Shades of Viridian #3E8762
Tints of Viridian #3E8762
RGB
CMYK
RGB Variations
Color information
#3E8762 (or 0x3E8762) is known color: Viridian. HEX triplet: 3E, 87 and 62. RGB value is (62,135,98). Sum of RGB (Red+Green+Blue) = 62+135+98=295 (39% of max value = 765). Red value is 62 (24.61% from 255 or 21.02% from 295); Green value is 135 (53.12% from 255 or 45.76% from 295); Blue value is 98 (38.67% from 255 or 33.22% from 295); Max value from RGB is 135 - color contains mainly: green. Hex color #3E8762 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3E8762 is #C1789D. Grayscale: #6D6D6D. Windows color (decimal): -12679326 or 6457150. OLE color: 6457150.
HSL color Cylindrical-coordinate representation of color #3E8762: hue angle of 149.59º degrees, saturation: 0.37, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3E8762 is Cyan = 0.54, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 62 | 135 | 98 | - |
| CMYK | 0.54 | 0 | 0.27 | 0.47 |
| HSL | 149.59º | 0.37% | 0.39% | - |
| HSV(B) | 149.59º | 0.54% | 0.53% | - |
| XYZ | 12.86 | 19.23 | 14.59 | - |
| YUV | 108.96 | 121.82 | 94.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 135 | 98 | 0.54 | 0 | 0.27 | 0.47 | 149.59 | 0.37 | 0.39 |
| Hex | 3E | 87 | 62 | 36 | 0 | 1B | 2F | 96 | 25 | 27 |
| Octal | 76 | 207 | 142 | 66 | 0 | 33 | 57 | 226 | 45 | 47 |
| Binary | 111110 | 10000111 | 1100010 | 110110 | 0 | 11011 | 101111 | 10010110 | 100101 | 100111 |
Color Harmonies of #3E8762
Complementary color
Monochromatic Colors of #3E8762
Black with #3E8762
Text Example
Text Example
White with #3E8762
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E8762; }
p { color: rgb(62,135,98); }
H1.HeaderClassName
{
color: #3E8762;
}
.AnyTagClassName
{
color: #3E8762;
}
</style>
background-color css
<style>
a { background-color: #3E8762; }
a { background-color: rgb(62,135,98); }
div.DivClassName
{
background-color: #3E8762;
}
.BgClassName
{
background-color: #3E8762;
}
</style>
border-color css
<style>
span { border-color: #3E8762; }
span { border-color: rgb(62,135,98); }
td.TdClassName
{
border-color: #3E8762;
}
.TagClassName
{
border-color: #3E8762;
}
</style>