Shades of Viridian #3F896C
Tints of Viridian #3F896C
RGB
CMYK
RGB Variations
Color information
#3F896C (or 0x3F896C) is known color: Viridian. HEX triplet: 3F, 89 and 6C. RGB value is (63,137,108). Sum of RGB (Red+Green+Blue) = 63+137+108=308 (40% of max value = 765). Red value is 63 (25% from 255 or 20.45% from 308); Green value is 137 (53.91% from 255 or 44.48% from 308); Blue value is 108 (42.58% from 255 or 35.06% from 308); Max value from RGB is 137 - color contains mainly: green. Hex color #3F896C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F896C is #C07693. Grayscale: #6F6F6F. Windows color (decimal): -12613268 or 7113023. OLE color: 7113023.
HSL color Cylindrical-coordinate representation of color #3F896C: hue angle of 156.49º degrees, saturation: 0.37, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3F896C is Cyan = 0.54, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 63 | 137 | 108 | - |
| CMYK | 0.54 | 0 | 0.21 | 0.46 |
| HSL | 156.49º | 0.37% | 0.39% | - |
| HSV(B) | 156.49º | 0.54% | 0.54% | - |
| XYZ | 13.7 | 20.03 | 17.33 | - |
| YUV | 111.57 | 125.98 | 93.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 137 | 108 | 0.54 | 0 | 0.21 | 0.46 | 156.49 | 0.37 | 0.39 |
| Hex | 3F | 89 | 6C | 36 | 0 | 15 | 2E | 9C | 25 | 27 |
| Octal | 77 | 211 | 154 | 66 | 0 | 25 | 56 | 234 | 45 | 47 |
| Binary | 111111 | 10001001 | 1101100 | 110110 | 0 | 10101 | 101110 | 10011100 | 100101 | 100111 |
Color Harmonies of #3F896C
Complementary color
Monochromatic Colors of #3F896C
Black with #3F896C
Text Example
Text Example
White with #3F896C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F896C; }
p { color: rgb(63,137,108); }
H1.HeaderClassName
{
color: #3F896C;
}
.AnyTagClassName
{
color: #3F896C;
}
</style>
background-color css
<style>
a { background-color: #3F896C; }
a { background-color: rgb(63,137,108); }
div.DivClassName
{
background-color: #3F896C;
}
.BgClassName
{
background-color: #3F896C;
}
</style>
border-color css
<style>
span { border-color: #3F896C; }
span { border-color: rgb(63,137,108); }
td.TdClassName
{
border-color: #3F896C;
}
.TagClassName
{
border-color: #3F896C;
}
</style>