Shades of Viridian #3F7863
Tints of Viridian #3F7863
RGB
CMYK
RGB Variations
Color information
#3F7863 (or 0x3F7863) is known color: Viridian. HEX triplet: 3F, 78 and 63. RGB value is (63,120,99). Sum of RGB (Red+Green+Blue) = 63+120+99=282 (37% of max value = 765). Red value is 63 (25% from 255 or 22.34% from 282); Green value is 120 (47.27% from 255 or 42.55% from 282); Blue value is 99 (39.06% from 255 or 35.11% from 282); Max value from RGB is 120 - color contains mainly: green. Hex color #3F7863 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F7863 is #C0879C. Grayscale: #646464. Windows color (decimal): -12617629 or 6518847. OLE color: 6518847.
HSL color Cylindrical-coordinate representation of color #3F7863: hue angle of 157.89º degrees, saturation: 0.31, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3F7863 is Cyan = 0.48, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 63 | 120 | 99 | - |
| CMYK | 0.48 | 0 | 0.17 | 0.53 |
| HSL | 157.89º | 0.31% | 0.36% | - |
| HSV(B) | 157.89º | 0.48% | 0.47% | - |
| XYZ | 11.02 | 15.39 | 14.19 | - |
| YUV | 100.56 | 127.12 | 101.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 120 | 99 | 0.48 | 0 | 0.17 | 0.53 | 157.89 | 0.31 | 0.36 |
| Hex | 3F | 78 | 63 | 30 | 0 | 11 | 35 | 9E | 1F | 24 |
| Octal | 77 | 170 | 143 | 60 | 0 | 21 | 65 | 236 | 37 | 44 |
| Binary | 111111 | 1111000 | 1100011 | 110000 | 0 | 10001 | 110101 | 10011110 | 11111 | 100100 |
Color Harmonies of #3F7863
Complementary color
Monochromatic Colors of #3F7863
Black with #3F7863
Text Example
Text Example
White with #3F7863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F7863; }
p { color: rgb(63,120,99); }
H1.HeaderClassName
{
color: #3F7863;
}
.AnyTagClassName
{
color: #3F7863;
}
</style>
background-color css
<style>
a { background-color: #3F7863; }
a { background-color: rgb(63,120,99); }
div.DivClassName
{
background-color: #3F7863;
}
.BgClassName
{
background-color: #3F7863;
}
</style>
border-color css
<style>
span { border-color: #3F7863; }
span { border-color: rgb(63,120,99); }
td.TdClassName
{
border-color: #3F7863;
}
.TagClassName
{
border-color: #3F7863;
}
</style>