Shades of Viridian #3F8665
Tints of Viridian #3F8665
RGB
CMYK
RGB Variations
Color information
#3F8665 (or 0x3F8665) is known color: Viridian. HEX triplet: 3F, 86 and 65. RGB value is (63,134,101). Sum of RGB (Red+Green+Blue) = 63+134+101=298 (39% of max value = 765). Red value is 63 (25% from 255 or 21.14% from 298); Green value is 134 (52.73% from 255 or 44.97% from 298); Blue value is 101 (39.84% from 255 or 33.89% from 298); Max value from RGB is 134 - color contains mainly: green. Hex color #3F8665 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F8665 is #C0799A. Grayscale: #6D6D6D. Windows color (decimal): -12614043 or 6653503. OLE color: 6653503.
HSL color Cylindrical-coordinate representation of color #3F8665: hue angle of 152.11º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3F8665 is Cyan = 0.53, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 63 | 134 | 101 | - |
| CMYK | 0.53 | 0 | 0.25 | 0.47 |
| HSL | 152.11º | 0.36% | 0.39% | - |
| HSV(B) | 152.11º | 0.53% | 0.53% | - |
| XYZ | 12.92 | 19.05 | 15.31 | - |
| YUV | 109.01 | 123.48 | 95.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 134 | 101 | 0.53 | 0 | 0.25 | 0.47 | 152.11 | 0.36 | 0.39 |
| Hex | 3F | 86 | 65 | 35 | 0 | 19 | 2F | 98 | 24 | 27 |
| Octal | 77 | 206 | 145 | 65 | 0 | 31 | 57 | 230 | 44 | 47 |
| Binary | 111111 | 10000110 | 1100101 | 110101 | 0 | 11001 | 101111 | 10011000 | 100100 | 100111 |
Color Harmonies of #3F8665
Complementary color
Monochromatic Colors of #3F8665
Black with #3F8665
Text Example
Text Example
White with #3F8665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F8665; }
p { color: rgb(63,134,101); }
H1.HeaderClassName
{
color: #3F8665;
}
.AnyTagClassName
{
color: #3F8665;
}
</style>
background-color css
<style>
a { background-color: #3F8665; }
a { background-color: rgb(63,134,101); }
div.DivClassName
{
background-color: #3F8665;
}
.BgClassName
{
background-color: #3F8665;
}
</style>
border-color css
<style>
span { border-color: #3F8665; }
span { border-color: rgb(63,134,101); }
td.TdClassName
{
border-color: #3F8665;
}
.TagClassName
{
border-color: #3F8665;
}
</style>