Shades of Viridian #3F7C6B
Tints of Viridian #3F7C6B
RGB
CMYK
RGB Variations
Color information
#3F7C6B (or 0x3F7C6B) is known color: Viridian. HEX triplet: 3F, 7C and 6B. RGB value is (63,124,107). Sum of RGB (Red+Green+Blue) = 63+124+107=294 (38% of max value = 765). Red value is 63 (25% from 255 or 21.43% from 294); Green value is 124 (48.83% from 255 or 42.18% from 294); Blue value is 107 (42.19% from 255 or 36.39% from 294); Max value from RGB is 124 - color contains mainly: green. Hex color #3F7C6B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F7C6B is #C08394. Grayscale: #676767. Windows color (decimal): -12616597 or 7044159. OLE color: 7044159.
HSL color Cylindrical-coordinate representation of color #3F7C6B: hue angle of 163.28º degrees, saturation: 0.33, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3F7C6B is Cyan = 0.49, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 63 | 124 | 107 | - |
| CMYK | 0.49 | 0 | 0.14 | 0.51 |
| HSL | 163.28º | 0.33% | 0.37% | - |
| HSV(B) | 163.28º | 0.49% | 0.49% | - |
| XYZ | 11.91 | 16.53 | 16.47 | - |
| YUV | 103.82 | 129.79 | 98.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 124 | 107 | 0.49 | 0 | 0.14 | 0.51 | 163.28 | 0.33 | 0.37 |
| Hex | 3F | 7C | 6B | 31 | 0 | E | 33 | A3 | 21 | 25 |
| Octal | 77 | 174 | 153 | 61 | 0 | 16 | 63 | 243 | 41 | 45 |
| Binary | 111111 | 1111100 | 1101011 | 110001 | 0 | 1110 | 110011 | 10100011 | 100001 | 100101 |
Color Harmonies of #3F7C6B
Complementary color
Monochromatic Colors of #3F7C6B
Black with #3F7C6B
Text Example
Text Example
White with #3F7C6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F7C6B; }
p { color: rgb(63,124,107); }
H1.HeaderClassName
{
color: #3F7C6B;
}
.AnyTagClassName
{
color: #3F7C6B;
}
</style>
background-color css
<style>
a { background-color: #3F7C6B; }
a { background-color: rgb(63,124,107); }
div.DivClassName
{
background-color: #3F7C6B;
}
.BgClassName
{
background-color: #3F7C6B;
}
</style>
border-color css
<style>
span { border-color: #3F7C6B; }
span { border-color: rgb(63,124,107); }
td.TdClassName
{
border-color: #3F7C6B;
}
.TagClassName
{
border-color: #3F7C6B;
}
</style>