Shades of Viridian #3F8364
Tints of Viridian #3F8364
RGB
CMYK
RGB Variations
Color information
#3F8364 (or 0x3F8364) is known color: Viridian. HEX triplet: 3F, 83 and 64. RGB value is (63,131,100). Sum of RGB (Red+Green+Blue) = 63+131+100=294 (38% of max value = 765). Red value is 63 (25% from 255 or 21.43% from 294); Green value is 131 (51.56% from 255 or 44.56% from 294); Blue value is 100 (39.45% from 255 or 34.01% from 294); Max value from RGB is 131 - color contains mainly: green. Hex color #3F8364 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F8364 is #C07C9B. Grayscale: #6B6B6B. Windows color (decimal): -12614812 or 6587199. OLE color: 6587199.
HSL color Cylindrical-coordinate representation of color #3F8364: hue angle of 152.65º 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 #3F8364 is Cyan = 0.52, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 63 | 131 | 100 | - |
| CMYK | 0.52 | 0 | 0.24 | 0.49 |
| HSL | 152.65º | 0.35% | 0.38% | - |
| HSV(B) | 152.65º | 0.52% | 0.51% | - |
| XYZ | 12.47 | 18.21 | 14.91 | - |
| YUV | 107.13 | 123.97 | 96.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 131 | 100 | 0.52 | 0 | 0.24 | 0.49 | 152.65 | 0.35 | 0.38 |
| Hex | 3F | 83 | 64 | 34 | 0 | 18 | 31 | 99 | 23 | 26 |
| Octal | 77 | 203 | 144 | 64 | 0 | 30 | 61 | 231 | 43 | 46 |
| Binary | 111111 | 10000011 | 1100100 | 110100 | 0 | 11000 | 110001 | 10011001 | 100011 | 100110 |
Color Harmonies of #3F8364
Complementary color
Monochromatic Colors of #3F8364
Black with #3F8364
Text Example
Text Example
White with #3F8364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F8364; }
p { color: rgb(63,131,100); }
H1.HeaderClassName
{
color: #3F8364;
}
.AnyTagClassName
{
color: #3F8364;
}
</style>
background-color css
<style>
a { background-color: #3F8364; }
a { background-color: rgb(63,131,100); }
div.DivClassName
{
background-color: #3F8364;
}
.BgClassName
{
background-color: #3F8364;
}
</style>
border-color css
<style>
span { border-color: #3F8364; }
span { border-color: rgb(63,131,100); }
td.TdClassName
{
border-color: #3F8364;
}
.TagClassName
{
border-color: #3F8364;
}
</style>