Shades of Viridian #3E876A
Tints of Viridian #3E876A
RGB
CMYK
RGB Variations
Color information
#3E876A (or 0x3E876A) is known color: Viridian. HEX triplet: 3E, 87 and 6A. RGB value is (62,135,106). Sum of RGB (Red+Green+Blue) = 62+135+106=303 (40% of max value = 765). Red value is 62 (24.61% from 255 or 20.46% from 303); Green value is 135 (53.12% from 255 or 44.55% from 303); Blue value is 106 (41.80% from 255 or 34.98% from 303); Max value from RGB is 135 - color contains mainly: green. Hex color #3E876A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3E876A is #C17895. Grayscale: #6D6D6D. Windows color (decimal): -12679318 or 6981438. OLE color: 6981438.
HSL color Cylindrical-coordinate representation of color #3E876A: hue angle of 156.16º 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 #3E876A is Cyan = 0.54, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 62 | 135 | 106 | - |
| CMYK | 0.54 | 0 | 0.21 | 0.47 |
| HSL | 156.16º | 0.37% | 0.39% | - |
| HSV(B) | 156.16º | 0.54% | 0.53% | - |
| XYZ | 13.25 | 19.39 | 16.68 | - |
| YUV | 109.87 | 125.82 | 93.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 135 | 106 | 0.54 | 0 | 0.21 | 0.47 | 156.16 | 0.37 | 0.39 |
| Hex | 3E | 87 | 6A | 36 | 0 | 15 | 2F | 9C | 25 | 27 |
| Octal | 76 | 207 | 152 | 66 | 0 | 25 | 57 | 234 | 45 | 47 |
| Binary | 111110 | 10000111 | 1101010 | 110110 | 0 | 10101 | 101111 | 10011100 | 100101 | 100111 |
Color Harmonies of #3E876A
Complementary color
Monochromatic Colors of #3E876A
Black with #3E876A
Text Example
Text Example
White with #3E876A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E876A; }
p { color: rgb(62,135,106); }
H1.HeaderClassName
{
color: #3E876A;
}
.AnyTagClassName
{
color: #3E876A;
}
</style>
background-color css
<style>
a { background-color: #3E876A; }
a { background-color: rgb(62,135,106); }
div.DivClassName
{
background-color: #3E876A;
}
.BgClassName
{
background-color: #3E876A;
}
</style>
border-color css
<style>
span { border-color: #3E876A; }
span { border-color: rgb(62,135,106); }
td.TdClassName
{
border-color: #3E876A;
}
.TagClassName
{
border-color: #3E876A;
}
</style>