Shades of Viridian #3F8366
Tints of Viridian #3F8366
RGB
CMYK
RGB Variations
Color information
#3F8366 (or 0x3F8366) is known color: Viridian. HEX triplet: 3F, 83 and 66. RGB value is (63,131,102). Sum of RGB (Red+Green+Blue) = 63+131+102=296 (39% of max value = 765). Red value is 63 (25% from 255 or 21.28% from 296); Green value is 131 (51.56% from 255 or 44.26% from 296); Blue value is 102 (40.23% from 255 or 34.46% from 296); Max value from RGB is 131 - color contains mainly: green. Hex color #3F8366 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F8366 is #C07C99. Grayscale: #6B6B6B. Windows color (decimal): -12614810 or 6718271. OLE color: 6718271.
HSL color Cylindrical-coordinate representation of color #3F8366: hue angle of 154.41º degrees, saturation: 0.35, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #3F8366 is Cyan = 0.52, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 63 | 131 | 102 | - |
| CMYK | 0.52 | 0 | 0.22 | 0.49 |
| HSL | 154.41º | 0.35% | 0.38% | - |
| HSV(B) | 154.41º | 0.52% | 0.51% | - |
| XYZ | 12.56 | 18.25 | 15.43 | - |
| YUV | 107.36 | 124.97 | 96.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 131 | 102 | 0.52 | 0 | 0.22 | 0.49 | 154.41 | 0.35 | 0.38 |
| Hex | 3F | 83 | 66 | 34 | 0 | 16 | 31 | 9A | 23 | 26 |
| Octal | 77 | 203 | 146 | 64 | 0 | 26 | 61 | 232 | 43 | 46 |
| Binary | 111111 | 10000011 | 1100110 | 110100 | 0 | 10110 | 110001 | 10011010 | 100011 | 100110 |
Color Harmonies of #3F8366
Complementary color
Monochromatic Colors of #3F8366
Black with #3F8366
Text Example
Text Example
White with #3F8366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F8366; }
p { color: rgb(63,131,102); }
H1.HeaderClassName
{
color: #3F8366;
}
.AnyTagClassName
{
color: #3F8366;
}
</style>
background-color css
<style>
a { background-color: #3F8366; }
a { background-color: rgb(63,131,102); }
div.DivClassName
{
background-color: #3F8366;
}
.BgClassName
{
background-color: #3F8366;
}
</style>
border-color css
<style>
span { border-color: #3F8366; }
span { border-color: rgb(63,131,102); }
td.TdClassName
{
border-color: #3F8366;
}
.TagClassName
{
border-color: #3F8366;
}
</style>