Shades of Viridian #3F8F76
Tints of Viridian #3F8F76
RGB
CMYK
RGB Variations
Color information
#3F8F76 (or 0x3F8F76) is known color: Viridian. HEX triplet: 3F, 8F and 76. RGB value is (63,143,118). Sum of RGB (Red+Green+Blue) = 63+143+118=324 (42% of max value = 765). Red value is 63 (25% from 255 or 19.44% from 324); Green value is 143 (56.25% from 255 or 44.14% from 324); Blue value is 118 (46.48% from 255 or 36.42% from 324); Max value from RGB is 143 - color contains mainly: green. Hex color #3F8F76 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F8F76 is #C07089. Grayscale: #747474. Windows color (decimal): -12611722 or 7769919. OLE color: 7769919.
HSL color Cylindrical-coordinate representation of color #3F8F76: hue angle of 161.25º 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 #3F8F76 is Cyan = 0.56, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 63 | 143 | 118 | - |
| CMYK | 0.56 | 0 | 0.17 | 0.44 |
| HSL | 161.25º | 0.39% | 0.4% | - |
| HSV(B) | 161.25º | 0.56% | 0.56% | - |
| XYZ | 15.14 | 22.01 | 20.59 | - |
| YUV | 116.23 | 129 | 90.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 143 | 118 | 0.56 | 0 | 0.17 | 0.44 | 161.25 | 0.39 | 0.4 |
| Hex | 3F | 8F | 76 | 38 | 0 | 11 | 2C | A1 | 27 | 28 |
| Octal | 77 | 217 | 166 | 70 | 0 | 21 | 54 | 241 | 47 | 50 |
| Binary | 111111 | 10001111 | 1110110 | 111000 | 0 | 10001 | 101100 | 10100001 | 100111 | 101000 |
Color Harmonies of #3F8F76
Complementary color
Monochromatic Colors of #3F8F76
Black with #3F8F76
Text Example
Text Example
White with #3F8F76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F8F76; }
p { color: rgb(63,143,118); }
H1.HeaderClassName
{
color: #3F8F76;
}
.AnyTagClassName
{
color: #3F8F76;
}
</style>
background-color css
<style>
a { background-color: #3F8F76; }
a { background-color: rgb(63,143,118); }
div.DivClassName
{
background-color: #3F8F76;
}
.BgClassName
{
background-color: #3F8F76;
}
</style>
border-color css
<style>
span { border-color: #3F8F76; }
span { border-color: rgb(63,143,118); }
td.TdClassName
{
border-color: #3F8F76;
}
.TagClassName
{
border-color: #3F8F76;
}
</style>