Shades of Viridian #3E8F75
Tints of Viridian #3E8F75
RGB
CMYK
RGB Variations
Color information
#3E8F75 (or 0x3E8F75) is known color: Viridian. HEX triplet: 3E, 8F and 75. RGB value is (62,143,117). Sum of RGB (Red+Green+Blue) = 62+143+117=322 (42% of max value = 765). Red value is 62 (24.61% from 255 or 19.25% from 322); Green value is 143 (56.25% from 255 or 44.41% from 322); Blue value is 117 (46.09% from 255 or 36.34% from 322); Max value from RGB is 143 - color contains mainly: green. Hex color #3E8F75 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3E8F75 is #C1708A. Grayscale: #737373. Windows color (decimal): -12677259 or 7704382. OLE color: 7704382.
HSL color Cylindrical-coordinate representation of color #3E8F75: hue angle of 160.74º degrees, saturation: 0.4, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3E8F75 is Cyan = 0.57, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 62 | 143 | 117 | - |
| CMYK | 0.57 | 0 | 0.18 | 0.44 |
| HSL | 160.74º | 0.4% | 0.4% | - |
| HSV(B) | 160.74º | 0.57% | 0.56% | - |
| XYZ | 15.02 | 21.95 | 20.28 | - |
| YUV | 115.82 | 128.66 | 89.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 143 | 117 | 0.57 | 0 | 0.18 | 0.44 | 160.74 | 0.4 | 0.4 |
| Hex | 3E | 8F | 75 | 39 | 0 | 12 | 2C | A1 | 28 | 28 |
| Octal | 76 | 217 | 165 | 71 | 0 | 22 | 54 | 241 | 50 | 50 |
| Binary | 111110 | 10001111 | 1110101 | 111001 | 0 | 10010 | 101100 | 10100001 | 101000 | 101000 |
Color Harmonies of #3E8F75
Complementary color
Monochromatic Colors of #3E8F75
Black with #3E8F75
Text Example
Text Example
White with #3E8F75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E8F75; }
p { color: rgb(62,143,117); }
H1.HeaderClassName
{
color: #3E8F75;
}
.AnyTagClassName
{
color: #3E8F75;
}
</style>
background-color css
<style>
a { background-color: #3E8F75; }
a { background-color: rgb(62,143,117); }
div.DivClassName
{
background-color: #3E8F75;
}
.BgClassName
{
background-color: #3E8F75;
}
</style>
border-color css
<style>
span { border-color: #3E8F75; }
span { border-color: rgb(62,143,117); }
td.TdClassName
{
border-color: #3E8F75;
}
.TagClassName
{
border-color: #3E8F75;
}
</style>