Shades of Viridian #3F7C63
Tints of Viridian #3F7C63
RGB
CMYK
RGB Variations
Color information
#3F7C63 (or 0x3F7C63) is known color: Viridian. HEX triplet: 3F, 7C and 63. RGB value is (63,124,99). Sum of RGB (Red+Green+Blue) = 63+124+99=286 (37% of max value = 765). Red value is 63 (25% from 255 or 22.03% from 286); Green value is 124 (48.83% from 255 or 43.36% from 286); Blue value is 99 (39.06% from 255 or 34.62% from 286); Max value from RGB is 124 - color contains mainly: green. Hex color #3F7C63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F7C63 is #C0839C. Grayscale: #666666. Windows color (decimal): -12616605 or 6519871. OLE color: 6519871.
HSL color Cylindrical-coordinate representation of color #3F7C63: hue angle of 155.41º 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 #3F7C63 is Cyan = 0.49, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 63 | 124 | 99 | - |
| CMYK | 0.49 | 0 | 0.20 | 0.51 |
| HSL | 155.41º | 0.33% | 0.37% | - |
| HSV(B) | 155.41º | 0.49% | 0.49% | - |
| XYZ | 11.51 | 16.37 | 14.36 | - |
| YUV | 102.91 | 125.79 | 99.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 124 | 99 | 0.49 | 0 | 0.20 | 0.51 | 155.41 | 0.33 | 0.37 |
| Hex | 3F | 7C | 63 | 31 | 0 | 14 | 33 | 9B | 21 | 25 |
| Octal | 77 | 174 | 143 | 61 | 0 | 24 | 63 | 233 | 41 | 45 |
| Binary | 111111 | 1111100 | 1100011 | 110001 | 0 | 10100 | 110011 | 10011011 | 100001 | 100101 |
Color Harmonies of #3F7C63
Complementary color
Monochromatic Colors of #3F7C63
Black with #3F7C63
Text Example
Text Example
White with #3F7C63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F7C63; }
p { color: rgb(63,124,99); }
H1.HeaderClassName
{
color: #3F7C63;
}
.AnyTagClassName
{
color: #3F7C63;
}
</style>
background-color css
<style>
a { background-color: #3F7C63; }
a { background-color: rgb(63,124,99); }
div.DivClassName
{
background-color: #3F7C63;
}
.BgClassName
{
background-color: #3F7C63;
}
</style>
border-color css
<style>
span { border-color: #3F7C63; }
span { border-color: rgb(63,124,99); }
td.TdClassName
{
border-color: #3F7C63;
}
.TagClassName
{
border-color: #3F7C63;
}
</style>