Shades of Viridian #3F8F75
Tints of Viridian #3F8F75
RGB
CMYK
RGB Variations
Color information
#3F8F75 (or 0x3F8F75) is known color: Viridian. HEX triplet: 3F, 8F and 75. RGB value is (63,143,117). Sum of RGB (Red+Green+Blue) = 63+143+117=323 (42% of max value = 765). Red value is 63 (25% from 255 or 19.50% from 323); Green value is 143 (56.25% from 255 or 44.27% from 323); Blue value is 117 (46.09% from 255 or 36.22% from 323); Max value from RGB is 143 - color contains mainly: green. Hex color #3F8F75 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F8F75 is #C0708A. Grayscale: #747474. Windows color (decimal): -12611723 or 7704383. OLE color: 7704383.
HSL color Cylindrical-coordinate representation of color #3F8F75: hue angle of 160.5º degrees, saturation: 0.39, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3F8F75 is Cyan = 0.56, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 63 | 143 | 117 | - |
| CMYK | 0.56 | 0 | 0.18 | 0.44 |
| HSL | 160.5º | 0.39% | 0.4% | - |
| HSV(B) | 160.5º | 0.56% | 0.56% | - |
| XYZ | 15.08 | 21.99 | 20.28 | - |
| YUV | 116.12 | 128.5 | 90.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 143 | 117 | 0.56 | 0 | 0.18 | 0.44 | 160.5 | 0.39 | 0.4 |
| Hex | 3F | 8F | 75 | 38 | 0 | 12 | 2C | A0 | 27 | 28 |
| Octal | 77 | 217 | 165 | 70 | 0 | 22 | 54 | 240 | 47 | 50 |
| Binary | 111111 | 10001111 | 1110101 | 111000 | 0 | 10010 | 101100 | 10100000 | 100111 | 101000 |
Color Harmonies of #3F8F75
Complementary color
Monochromatic Colors of #3F8F75
Black with #3F8F75
Text Example
Text Example
White with #3F8F75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F8F75; }
p { color: rgb(63,143,117); }
H1.HeaderClassName
{
color: #3F8F75;
}
.AnyTagClassName
{
color: #3F8F75;
}
</style>
background-color css
<style>
a { background-color: #3F8F75; }
a { background-color: rgb(63,143,117); }
div.DivClassName
{
background-color: #3F8F75;
}
.BgClassName
{
background-color: #3F8F75;
}
</style>
border-color css
<style>
span { border-color: #3F8F75; }
span { border-color: rgb(63,143,117); }
td.TdClassName
{
border-color: #3F8F75;
}
.TagClassName
{
border-color: #3F8F75;
}
</style>