Shades of Viridian #3E876E
Tints of Viridian #3E876E
RGB
CMYK
RGB Variations
Color information
#3E876E (or 0x3E876E) is known color: Viridian. HEX triplet: 3E, 87 and 6E. RGB value is (62,135,110). Sum of RGB (Red+Green+Blue) = 62+135+110=307 (40% of max value = 765). Red value is 62 (24.61% from 255 or 20.20% from 307); Green value is 135 (53.12% from 255 or 43.97% from 307); Blue value is 110 (43.36% from 255 or 35.83% from 307); Max value from RGB is 135 - color contains mainly: green. Hex color #3E876E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3E876E is #C17891. Grayscale: #6E6E6E. Windows color (decimal): -12679314 or 7243582. OLE color: 7243582.
HSL color Cylindrical-coordinate representation of color #3E876E: hue angle of 159.45º 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 #3E876E is Cyan = 0.54, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 62 | 135 | 110 | - |
| CMYK | 0.54 | 0 | 0.19 | 0.47 |
| HSL | 159.45º | 0.37% | 0.39% | - |
| HSV(B) | 159.45º | 0.54% | 0.53% | - |
| XYZ | 13.47 | 19.48 | 17.8 | - |
| YUV | 110.32 | 127.82 | 93.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 135 | 110 | 0.54 | 0 | 0.19 | 0.47 | 159.45 | 0.37 | 0.39 |
| Hex | 3E | 87 | 6E | 36 | 0 | 13 | 2F | 9F | 25 | 27 |
| Octal | 76 | 207 | 156 | 66 | 0 | 23 | 57 | 237 | 45 | 47 |
| Binary | 111110 | 10000111 | 1101110 | 110110 | 0 | 10011 | 101111 | 10011111 | 100101 | 100111 |
Color Harmonies of #3E876E
Complementary color
Monochromatic Colors of #3E876E
Black with #3E876E
Text Example
Text Example
White with #3E876E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E876E; }
p { color: rgb(62,135,110); }
H1.HeaderClassName
{
color: #3E876E;
}
.AnyTagClassName
{
color: #3E876E;
}
</style>
background-color css
<style>
a { background-color: #3E876E; }
a { background-color: rgb(62,135,110); }
div.DivClassName
{
background-color: #3E876E;
}
.BgClassName
{
background-color: #3E876E;
}
</style>
border-color css
<style>
span { border-color: #3E876E; }
span { border-color: rgb(62,135,110); }
td.TdClassName
{
border-color: #3E876E;
}
.TagClassName
{
border-color: #3E876E;
}
</style>