Shades of Viridian #3E9375
Tints of Viridian #3E9375
RGB
CMYK
RGB Variations
Color information
#3E9375 (or 0x3E9375) is known color: Viridian. HEX triplet: 3E, 93 and 75. RGB value is (62,147,117). Sum of RGB (Red+Green+Blue) = 62+147+117=326 (43% of max value = 765). Red value is 62 (24.61% from 255 or 19.02% from 326); Green value is 147 (57.81% from 255 or 45.09% from 326); Blue value is 117 (46.09% from 255 or 35.89% from 326); Max value from RGB is 147 - color contains mainly: green. Hex color #3E9375 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3E9375 is #C16C8A. Grayscale: #767676. Windows color (decimal): -12676235 or 7705406. OLE color: 7705406.
HSL color Cylindrical-coordinate representation of color #3E9375: hue angle of 158.82º degrees, saturation: 0.41, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3E9375 is Cyan = 0.58, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 62 | 147 | 117 | - |
| CMYK | 0.58 | 0 | 0.20 | 0.42 |
| HSL | 158.82º | 0.41% | 0.41% | - |
| HSV(B) | 158.82º | 0.58% | 0.58% | - |
| XYZ | 15.63 | 23.18 | 20.48 | - |
| YUV | 118.17 | 127.34 | 87.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 147 | 117 | 0.58 | 0 | 0.20 | 0.42 | 158.82 | 0.41 | 0.41 |
| Hex | 3E | 93 | 75 | 3A | 0 | 14 | 2A | 9F | 29 | 29 |
| Octal | 76 | 223 | 165 | 72 | 0 | 24 | 52 | 237 | 51 | 51 |
| Binary | 111110 | 10010011 | 1110101 | 111010 | 0 | 10100 | 101010 | 10011111 | 101001 | 101001 |
Color Harmonies of #3E9375
Complementary color
Monochromatic Colors of #3E9375
Black with #3E9375
Text Example
Text Example
White with #3E9375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E9375; }
p { color: rgb(62,147,117); }
H1.HeaderClassName
{
color: #3E9375;
}
.AnyTagClassName
{
color: #3E9375;
}
</style>
background-color css
<style>
a { background-color: #3E9375; }
a { background-color: rgb(62,147,117); }
div.DivClassName
{
background-color: #3E9375;
}
.BgClassName
{
background-color: #3E9375;
}
</style>
border-color css
<style>
span { border-color: #3E9375; }
span { border-color: rgb(62,147,117); }
td.TdClassName
{
border-color: #3E9375;
}
.TagClassName
{
border-color: #3E9375;
}
</style>