Shades of Viridian #3F7C69
Tints of Viridian #3F7C69
RGB
CMYK
RGB Variations
Color information
#3F7C69 (or 0x3F7C69) is known color: Viridian. HEX triplet: 3F, 7C and 69. RGB value is (63,124,105). Sum of RGB (Red+Green+Blue) = 63+124+105=292 (38% of max value = 765). Red value is 63 (25% from 255 or 21.58% from 292); Green value is 124 (48.83% from 255 or 42.47% from 292); Blue value is 105 (41.41% from 255 or 35.96% from 292); Max value from RGB is 124 - color contains mainly: green. Hex color #3F7C69 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F7C69 is #C08396. Grayscale: #676767. Windows color (decimal): -12616599 or 6913087. OLE color: 6913087.
HSL color Cylindrical-coordinate representation of color #3F7C69: hue angle of 161.31º 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 #3F7C69 is Cyan = 0.49, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 63 | 124 | 105 | - |
| CMYK | 0.49 | 0 | 0.15 | 0.51 |
| HSL | 161.31º | 0.33% | 0.37% | - |
| HSV(B) | 161.31º | 0.49% | 0.49% | - |
| XYZ | 11.81 | 16.49 | 15.93 | - |
| YUV | 103.6 | 128.79 | 99.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 124 | 105 | 0.49 | 0 | 0.15 | 0.51 | 161.31 | 0.33 | 0.37 |
| Hex | 3F | 7C | 69 | 31 | 0 | F | 33 | A1 | 21 | 25 |
| Octal | 77 | 174 | 151 | 61 | 0 | 17 | 63 | 241 | 41 | 45 |
| Binary | 111111 | 1111100 | 1101001 | 110001 | 0 | 1111 | 110011 | 10100001 | 100001 | 100101 |
Color Harmonies of #3F7C69
Complementary color
Monochromatic Colors of #3F7C69
Black with #3F7C69
Text Example
Text Example
White with #3F7C69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F7C69; }
p { color: rgb(63,124,105); }
H1.HeaderClassName
{
color: #3F7C69;
}
.AnyTagClassName
{
color: #3F7C69;
}
</style>
background-color css
<style>
a { background-color: #3F7C69; }
a { background-color: rgb(63,124,105); }
div.DivClassName
{
background-color: #3F7C69;
}
.BgClassName
{
background-color: #3F7C69;
}
</style>
border-color css
<style>
span { border-color: #3F7C69; }
span { border-color: rgb(63,124,105); }
td.TdClassName
{
border-color: #3F7C69;
}
.TagClassName
{
border-color: #3F7C69;
}
</style>