Shades of Viridian #3F846B
Tints of Viridian #3F846B
RGB
CMYK
RGB Variations
Color information
#3F846B (or 0x3F846B) is known color: Viridian. HEX triplet: 3F, 84 and 6B. RGB value is (63,132,107). Sum of RGB (Red+Green+Blue) = 63+132+107=302 (40% of max value = 765). Red value is 63 (25% from 255 or 20.86% from 302); Green value is 132 (51.95% from 255 or 43.71% from 302); Blue value is 107 (42.19% from 255 or 35.43% from 302); Max value from RGB is 132 - color contains mainly: green. Hex color #3F846B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F846B is #C07B94. Grayscale: #6C6C6C. Windows color (decimal): -12614549 or 7046207. OLE color: 7046207.
HSL color Cylindrical-coordinate representation of color #3F846B: hue angle of 158.26º degrees, saturation: 0.35, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #3F846B is Cyan = 0.52, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 63 | 132 | 107 | - |
| CMYK | 0.52 | 0 | 0.19 | 0.48 |
| HSL | 158.26º | 0.35% | 0.38% | - |
| HSV(B) | 158.26º | 0.52% | 0.52% | - |
| XYZ | 12.96 | 18.62 | 16.82 | - |
| YUV | 108.52 | 127.14 | 95.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 132 | 107 | 0.52 | 0 | 0.19 | 0.48 | 158.26 | 0.35 | 0.38 |
| Hex | 3F | 84 | 6B | 34 | 0 | 13 | 30 | 9E | 23 | 26 |
| Octal | 77 | 204 | 153 | 64 | 0 | 23 | 60 | 236 | 43 | 46 |
| Binary | 111111 | 10000100 | 1101011 | 110100 | 0 | 10011 | 110000 | 10011110 | 100011 | 100110 |
Color Harmonies of #3F846B
Complementary color
Monochromatic Colors of #3F846B
Black with #3F846B
Text Example
Text Example
White with #3F846B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F846B; }
p { color: rgb(63,132,107); }
H1.HeaderClassName
{
color: #3F846B;
}
.AnyTagClassName
{
color: #3F846B;
}
</style>
background-color css
<style>
a { background-color: #3F846B; }
a { background-color: rgb(63,132,107); }
div.DivClassName
{
background-color: #3F846B;
}
.BgClassName
{
background-color: #3F846B;
}
</style>
border-color css
<style>
span { border-color: #3F846B; }
span { border-color: rgb(63,132,107); }
td.TdClassName
{
border-color: #3F846B;
}
.TagClassName
{
border-color: #3F846B;
}
</style>