Shades of Viridian #3F896B
Tints of Viridian #3F896B
RGB
CMYK
RGB Variations
Color information
#3F896B (or 0x3F896B) is known color: Viridian. HEX triplet: 3F, 89 and 6B. RGB value is (63,137,107). Sum of RGB (Red+Green+Blue) = 63+137+107=307 (40% of max value = 765). Red value is 63 (25% from 255 or 20.52% from 307); Green value is 137 (53.91% from 255 or 44.63% from 307); Blue value is 107 (42.19% from 255 or 34.85% from 307); Max value from RGB is 137 - color contains mainly: green. Hex color #3F896B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F896B is #C07694. Grayscale: #6F6F6F. Windows color (decimal): -12613269 or 7047487. OLE color: 7047487.
HSL color Cylindrical-coordinate representation of color #3F896B: hue angle of 155.68º 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 #3F896B is Cyan = 0.54, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 63 | 137 | 107 | - |
| CMYK | 0.54 | 0 | 0.22 | 0.46 |
| HSL | 155.68º | 0.37% | 0.39% | - |
| HSV(B) | 155.68º | 0.54% | 0.54% | - |
| XYZ | 13.65 | 20.01 | 17.05 | - |
| YUV | 111.45 | 125.48 | 93.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 137 | 107 | 0.54 | 0 | 0.22 | 0.46 | 155.68 | 0.37 | 0.39 |
| Hex | 3F | 89 | 6B | 36 | 0 | 16 | 2E | 9C | 25 | 27 |
| Octal | 77 | 211 | 153 | 66 | 0 | 26 | 56 | 234 | 45 | 47 |
| Binary | 111111 | 10001001 | 1101011 | 110110 | 0 | 10110 | 101110 | 10011100 | 100101 | 100111 |
Color Harmonies of #3F896B
Complementary color
Monochromatic Colors of #3F896B
Black with #3F896B
Text Example
Text Example
White with #3F896B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F896B; }
p { color: rgb(63,137,107); }
H1.HeaderClassName
{
color: #3F896B;
}
.AnyTagClassName
{
color: #3F896B;
}
</style>
background-color css
<style>
a { background-color: #3F896B; }
a { background-color: rgb(63,137,107); }
div.DivClassName
{
background-color: #3F896B;
}
.BgClassName
{
background-color: #3F896B;
}
</style>
border-color css
<style>
span { border-color: #3F896B; }
span { border-color: rgb(63,137,107); }
td.TdClassName
{
border-color: #3F896B;
}
.TagClassName
{
border-color: #3F896B;
}
</style>