Shades of Viridian #3F7463
Tints of Viridian #3F7463
RGB
CMYK
RGB Variations
Color information
#3F7463 (or 0x3F7463) is known color: Viridian. HEX triplet: 3F, 74 and 63. RGB value is (63,116,99). Sum of RGB (Red+Green+Blue) = 63+116+99=278 (36% of max value = 765). Red value is 63 (25% from 255 or 22.66% from 278); Green value is 116 (45.70% from 255 or 41.73% from 278); Blue value is 99 (39.06% from 255 or 35.61% from 278); Max value from RGB is 116 - color contains mainly: green. Hex color #3F7463 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F7463 is #C08B9C. Grayscale: #626262. Windows color (decimal): -12618653 or 6517823. OLE color: 6517823.
HSL color Cylindrical-coordinate representation of color #3F7463: hue angle of 160.75º degrees, saturation: 0.3, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #3F7463 is Cyan = 0.46, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 63 | 116 | 99 | - |
| CMYK | 0.46 | 0 | 0.15 | 0.55 |
| HSL | 160.75º | 0.3% | 0.35% | - |
| HSV(B) | 160.75º | 0.46% | 0.45% | - |
| XYZ | 10.55 | 14.45 | 14.04 | - |
| YUV | 98.22 | 128.44 | 102.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 116 | 99 | 0.46 | 0 | 0.15 | 0.55 | 160.75 | 0.3 | 0.35 |
| Hex | 3F | 74 | 63 | 2E | 0 | F | 37 | A1 | 1E | 23 |
| Octal | 77 | 164 | 143 | 56 | 0 | 17 | 67 | 241 | 36 | 43 |
| Binary | 111111 | 1110100 | 1100011 | 101110 | 0 | 1111 | 110111 | 10100001 | 11110 | 100011 |
Color Harmonies of #3F7463
Complementary color
Monochromatic Colors of #3F7463
Black with #3F7463
Text Example
Text Example
White with #3F7463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F7463; }
p { color: rgb(63,116,99); }
H1.HeaderClassName
{
color: #3F7463;
}
.AnyTagClassName
{
color: #3F7463;
}
</style>
background-color css
<style>
a { background-color: #3F7463; }
a { background-color: rgb(63,116,99); }
div.DivClassName
{
background-color: #3F7463;
}
.BgClassName
{
background-color: #3F7463;
}
</style>
border-color css
<style>
span { border-color: #3F7463; }
span { border-color: rgb(63,116,99); }
td.TdClassName
{
border-color: #3F7463;
}
.TagClassName
{
border-color: #3F7463;
}
</style>