Shades of Viridian #3F8666
Tints of Viridian #3F8666
RGB
CMYK
RGB Variations
Color information
#3F8666 (or 0x3F8666) is known color: Viridian. HEX triplet: 3F, 86 and 66. RGB value is (63,134,102). Sum of RGB (Red+Green+Blue) = 63+134+102=299 (39% of max value = 765). Red value is 63 (25% from 255 or 21.07% from 299); Green value is 134 (52.73% from 255 or 44.82% from 299); Blue value is 102 (40.23% from 255 or 34.11% from 299); Max value from RGB is 134 - color contains mainly: green. Hex color #3F8666 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F8666 is #C07999. Grayscale: #6D6D6D. Windows color (decimal): -12614042 or 6719039. OLE color: 6719039.
HSL color Cylindrical-coordinate representation of color #3F8666: hue angle of 152.96º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3F8666 is Cyan = 0.53, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 63 | 134 | 102 | - |
| CMYK | 0.53 | 0 | 0.24 | 0.47 |
| HSL | 152.96º | 0.36% | 0.39% | - |
| HSV(B) | 152.96º | 0.53% | 0.53% | - |
| XYZ | 12.97 | 19.07 | 15.57 | - |
| YUV | 109.12 | 123.98 | 95.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 134 | 102 | 0.53 | 0 | 0.24 | 0.47 | 152.96 | 0.36 | 0.39 |
| Hex | 3F | 86 | 66 | 35 | 0 | 18 | 2F | 99 | 24 | 27 |
| Octal | 77 | 206 | 146 | 65 | 0 | 30 | 57 | 231 | 44 | 47 |
| Binary | 111111 | 10000110 | 1100110 | 110101 | 0 | 11000 | 101111 | 10011001 | 100100 | 100111 |
Color Harmonies of #3F8666
Complementary color
Monochromatic Colors of #3F8666
Black with #3F8666
Text Example
Text Example
White with #3F8666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F8666; }
p { color: rgb(63,134,102); }
H1.HeaderClassName
{
color: #3F8666;
}
.AnyTagClassName
{
color: #3F8666;
}
</style>
background-color css
<style>
a { background-color: #3F8666; }
a { background-color: rgb(63,134,102); }
div.DivClassName
{
background-color: #3F8666;
}
.BgClassName
{
background-color: #3F8666;
}
</style>
border-color css
<style>
span { border-color: #3F8666; }
span { border-color: rgb(63,134,102); }
td.TdClassName
{
border-color: #3F8666;
}
.TagClassName
{
border-color: #3F8666;
}
</style>