Shades of Viridian #3E876C
Tints of Viridian #3E876C
RGB
CMYK
RGB Variations
Color information
#3E876C (or 0x3E876C) is known color: Viridian. HEX triplet: 3E, 87 and 6C. RGB value is (62,135,108). Sum of RGB (Red+Green+Blue) = 62+135+108=305 (40% of max value = 765). Red value is 62 (24.61% from 255 or 20.33% from 305); Green value is 135 (53.12% from 255 or 44.26% from 305); Blue value is 108 (42.58% from 255 or 35.41% from 305); Max value from RGB is 135 - color contains mainly: green. Hex color #3E876C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3E876C is #C17893. Grayscale: #6E6E6E. Windows color (decimal): -12679316 or 7112510. OLE color: 7112510.
HSL color Cylindrical-coordinate representation of color #3E876C: hue angle of 157.81º 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 #3E876C is Cyan = 0.54, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 62 | 135 | 108 | - |
| CMYK | 0.54 | 0 | 0.2 | 0.47 |
| HSL | 157.81º | 0.37% | 0.39% | - |
| HSV(B) | 157.81º | 0.54% | 0.53% | - |
| XYZ | 13.36 | 19.43 | 17.23 | - |
| YUV | 110.1 | 126.82 | 93.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 135 | 108 | 0.54 | 0 | 0.2 | 0.47 | 157.81 | 0.37 | 0.39 |
| Hex | 3E | 87 | 6C | 36 | 0 | 14 | 2F | 9E | 25 | 27 |
| Octal | 76 | 207 | 154 | 66 | 0 | 24 | 57 | 236 | 45 | 47 |
| Binary | 111110 | 10000111 | 1101100 | 110110 | 0 | 10100 | 101111 | 10011110 | 100101 | 100111 |
Color Harmonies of #3E876C
Complementary color
Monochromatic Colors of #3E876C
Black with #3E876C
Text Example
Text Example
White with #3E876C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E876C; }
p { color: rgb(62,135,108); }
H1.HeaderClassName
{
color: #3E876C;
}
.AnyTagClassName
{
color: #3E876C;
}
</style>
background-color css
<style>
a { background-color: #3E876C; }
a { background-color: rgb(62,135,108); }
div.DivClassName
{
background-color: #3E876C;
}
.BgClassName
{
background-color: #3E876C;
}
</style>
border-color css
<style>
span { border-color: #3E876C; }
span { border-color: rgb(62,135,108); }
td.TdClassName
{
border-color: #3E876C;
}
.TagClassName
{
border-color: #3E876C;
}
</style>