Shades of Viridian #3F9774
Tints of Viridian #3F9774
RGB
CMYK
RGB Variations
Color information
#3F9774 (or 0x3F9774) is known color: Viridian. HEX triplet: 3F, 97 and 74. RGB value is (63,151,116). Sum of RGB (Red+Green+Blue) = 63+151+116=330 (43% of max value = 765). Red value is 63 (25% from 255 or 19.09% from 330); Green value is 151 (59.38% from 255 or 45.76% from 330); Blue value is 116 (45.70% from 255 or 35.15% from 330); Max value from RGB is 151 - color contains mainly: green. Hex color #3F9774 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F9774 is #C0688B. Grayscale: #787878. Windows color (decimal): -12609676 or 7640895. OLE color: 7640895.
HSL color Cylindrical-coordinate representation of color #3F9774: hue angle of 156.14º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3F9774 is Cyan = 0.58, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 63 | 151 | 116 | - |
| CMYK | 0.58 | 0 | 0.23 | 0.41 |
| HSL | 156.14º | 0.41% | 0.42% | - |
| HSV(B) | 156.14º | 0.58% | 0.59% | - |
| XYZ | 16.27 | 24.45 | 20.39 | - |
| YUV | 120.7 | 125.35 | 86.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 151 | 116 | 0.58 | 0 | 0.23 | 0.41 | 156.14 | 0.41 | 0.42 |
| Hex | 3F | 97 | 74 | 3A | 0 | 17 | 29 | 9C | 29 | 2A |
| Octal | 77 | 227 | 164 | 72 | 0 | 27 | 51 | 234 | 51 | 52 |
| Binary | 111111 | 10010111 | 1110100 | 111010 | 0 | 10111 | 101001 | 10011100 | 101001 | 101010 |
Color Harmonies of #3F9774
Complementary color
Monochromatic Colors of #3F9774
Black with #3F9774
Text Example
Text Example
White with #3F9774
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F9774; }
p { color: rgb(63,151,116); }
H1.HeaderClassName
{
color: #3F9774;
}
.AnyTagClassName
{
color: #3F9774;
}
</style>
background-color css
<style>
a { background-color: #3F9774; }
a { background-color: rgb(63,151,116); }
div.DivClassName
{
background-color: #3F9774;
}
.BgClassName
{
background-color: #3F9774;
}
</style>
border-color css
<style>
span { border-color: #3F9774; }
span { border-color: rgb(63,151,116); }
td.TdClassName
{
border-color: #3F9774;
}
.TagClassName
{
border-color: #3F9774;
}
</style>