Shades of Viridian #3F8768
Tints of Viridian #3F8768
RGB
CMYK
RGB Variations
Color information
#3F8768 (or 0x3F8768) is known color: Viridian. HEX triplet: 3F, 87 and 68. RGB value is (63,135,104). Sum of RGB (Red+Green+Blue) = 63+135+104=302 (40% of max value = 765). Red value is 63 (25% from 255 or 20.86% from 302); Green value is 135 (53.12% from 255 or 44.70% from 302); Blue value is 104 (41.02% from 255 or 34.44% from 302); Max value from RGB is 135 - color contains mainly: green. Hex color #3F8768 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F8768 is #C07897. Grayscale: #6D6D6D. Windows color (decimal): -12613784 or 6850367. OLE color: 6850367.
HSL color Cylindrical-coordinate representation of color #3F8768: hue angle of 154.17º 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 #3F8768 is Cyan = 0.53, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 63 | 135 | 104 | - |
| CMYK | 0.53 | 0 | 0.23 | 0.47 |
| HSL | 154.17º | 0.36% | 0.39% | - |
| HSV(B) | 154.17º | 0.53% | 0.53% | - |
| XYZ | 13.21 | 19.38 | 16.14 | - |
| YUV | 109.94 | 124.65 | 94.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 135 | 104 | 0.53 | 0 | 0.23 | 0.47 | 154.17 | 0.36 | 0.39 |
| Hex | 3F | 87 | 68 | 35 | 0 | 17 | 2F | 9A | 24 | 27 |
| Octal | 77 | 207 | 150 | 65 | 0 | 27 | 57 | 232 | 44 | 47 |
| Binary | 111111 | 10000111 | 1101000 | 110101 | 0 | 10111 | 101111 | 10011010 | 100100 | 100111 |
Color Harmonies of #3F8768
Complementary color
Monochromatic Colors of #3F8768
Black with #3F8768
Text Example
Text Example
White with #3F8768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F8768; }
p { color: rgb(63,135,104); }
H1.HeaderClassName
{
color: #3F8768;
}
.AnyTagClassName
{
color: #3F8768;
}
</style>
background-color css
<style>
a { background-color: #3F8768; }
a { background-color: rgb(63,135,104); }
div.DivClassName
{
background-color: #3F8768;
}
.BgClassName
{
background-color: #3F8768;
}
</style>
border-color css
<style>
span { border-color: #3F8768; }
span { border-color: rgb(63,135,104); }
td.TdClassName
{
border-color: #3F8768;
}
.TagClassName
{
border-color: #3F8768;
}
</style>