Shades of Viridian #3F8764
Tints of Viridian #3F8764
RGB
CMYK
RGB Variations
Color information
#3F8764 (or 0x3F8764) is known color: Viridian. HEX triplet: 3F, 87 and 64. RGB value is (63,135,100). Sum of RGB (Red+Green+Blue) = 63+135+100=298 (39% of max value = 765). Red value is 63 (25% from 255 or 21.14% from 298); Green value is 135 (53.12% from 255 or 45.30% from 298); Blue value is 100 (39.45% from 255 or 33.56% from 298); Max value from RGB is 135 - color contains mainly: green. Hex color #3F8764 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F8764 is #C0789B. Grayscale: #6D6D6D. Windows color (decimal): -12613788 or 6588223. OLE color: 6588223.
HSL color Cylindrical-coordinate representation of color #3F8764: hue angle of 150.83º 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 #3F8764 is Cyan = 0.53, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 63 | 135 | 100 | - |
| CMYK | 0.53 | 0 | 0.26 | 0.47 |
| HSL | 150.83º | 0.36% | 0.39% | - |
| HSV(B) | 150.83º | 0.53% | 0.53% | - |
| XYZ | 13.01 | 19.3 | 15.1 | - |
| YUV | 109.48 | 122.65 | 94.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 135 | 100 | 0.53 | 0 | 0.26 | 0.47 | 150.83 | 0.36 | 0.39 |
| Hex | 3F | 87 | 64 | 35 | 0 | 1A | 2F | 97 | 24 | 27 |
| Octal | 77 | 207 | 144 | 65 | 0 | 32 | 57 | 227 | 44 | 47 |
| Binary | 111111 | 10000111 | 1100100 | 110101 | 0 | 11010 | 101111 | 10010111 | 100100 | 100111 |
Color Harmonies of #3F8764
Complementary color
Monochromatic Colors of #3F8764
Black with #3F8764
Text Example
Text Example
White with #3F8764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F8764; }
p { color: rgb(63,135,100); }
H1.HeaderClassName
{
color: #3F8764;
}
.AnyTagClassName
{
color: #3F8764;
}
</style>
background-color css
<style>
a { background-color: #3F8764; }
a { background-color: rgb(63,135,100); }
div.DivClassName
{
background-color: #3F8764;
}
.BgClassName
{
background-color: #3F8764;
}
</style>
border-color css
<style>
span { border-color: #3F8764; }
span { border-color: rgb(63,135,100); }
td.TdClassName
{
border-color: #3F8764;
}
.TagClassName
{
border-color: #3F8764;
}
</style>