Shades of Viridian #3E8375
Tints of Viridian #3E8375
RGB
CMYK
RGB Variations
Color information
#3E8375 (or 0x3E8375) is known color: Viridian. HEX triplet: 3E, 83 and 75. RGB value is (62,131,117). Sum of RGB (Red+Green+Blue) = 62+131+117=310 (41% of max value = 765). Red value is 62 (24.61% from 255 or 20% from 310); Green value is 131 (51.56% from 255 or 42.26% from 310); Blue value is 117 (46.09% from 255 or 37.74% from 310); Max value from RGB is 131 - color contains mainly: green. Hex color #3E8375 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3E8375 is #C17C8A. Grayscale: #6C6C6C. Windows color (decimal): -12680331 or 7701310. OLE color: 7701310.
HSL color Cylindrical-coordinate representation of color #3E8375: hue angle of 167.83º degrees, saturation: 0.36, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3E8375 is Cyan = 0.53, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 62 | 131 | 117 | - |
| CMYK | 0.53 | 0 | 0.11 | 0.49 |
| HSL | 167.83º | 0.36% | 0.38% | - |
| HSV(B) | 167.83º | 0.53% | 0.51% | - |
| XYZ | 13.31 | 18.54 | 19.71 | - |
| YUV | 108.77 | 132.64 | 94.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 131 | 117 | 0.53 | 0 | 0.11 | 0.49 | 167.83 | 0.36 | 0.38 |
| Hex | 3E | 83 | 75 | 35 | 0 | B | 31 | A8 | 24 | 26 |
| Octal | 76 | 203 | 165 | 65 | 0 | 13 | 61 | 250 | 44 | 46 |
| Binary | 111110 | 10000011 | 1110101 | 110101 | 0 | 1011 | 110001 | 10101000 | 100100 | 100110 |
Color Harmonies of #3E8375
Complementary color
Monochromatic Colors of #3E8375
Black with #3E8375
Text Example
Text Example
White with #3E8375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E8375; }
p { color: rgb(62,131,117); }
H1.HeaderClassName
{
color: #3E8375;
}
.AnyTagClassName
{
color: #3E8375;
}
</style>
background-color css
<style>
a { background-color: #3E8375; }
a { background-color: rgb(62,131,117); }
div.DivClassName
{
background-color: #3E8375;
}
.BgClassName
{
background-color: #3E8375;
}
</style>
border-color css
<style>
span { border-color: #3E8375; }
span { border-color: rgb(62,131,117); }
td.TdClassName
{
border-color: #3E8375;
}
.TagClassName
{
border-color: #3E8375;
}
</style>