Shades of Viridian #3F8769
Tints of Viridian #3F8769
RGB
CMYK
RGB Variations
Color information
#3F8769 (or 0x3F8769) is known color: Viridian. HEX triplet: 3F, 87 and 69. RGB value is (63,135,105). Sum of RGB (Red+Green+Blue) = 63+135+105=303 (40% of max value = 765). Red value is 63 (25% from 255 or 20.79% from 303); Green value is 135 (53.12% from 255 or 44.55% from 303); Blue value is 105 (41.41% from 255 or 34.65% from 303); Max value from RGB is 135 - color contains mainly: green. Hex color #3F8769 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F8769 is #C07896. Grayscale: #6E6E6E. Windows color (decimal): -12613783 or 6915903. OLE color: 6915903.
HSL color Cylindrical-coordinate representation of color #3F8769: hue angle of 155º 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 #3F8769 is Cyan = 0.53, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 63 | 135 | 105 | - |
| CMYK | 0.53 | 0 | 0.22 | 0.47 |
| HSL | 155º | 0.36% | 0.39% | - |
| HSV(B) | 155º | 0.53% | 0.53% | - |
| XYZ | 13.26 | 19.4 | 16.41 | - |
| YUV | 110.05 | 125.15 | 94.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 135 | 105 | 0.53 | 0 | 0.22 | 0.47 | 155 | 0.36 | 0.39 |
| Hex | 3F | 87 | 69 | 35 | 0 | 16 | 2F | 9B | 24 | 27 |
| Octal | 77 | 207 | 151 | 65 | 0 | 26 | 57 | 233 | 44 | 47 |
| Binary | 111111 | 10000111 | 1101001 | 110101 | 0 | 10110 | 101111 | 10011011 | 100100 | 100111 |
Color Harmonies of #3F8769
Complementary color
Monochromatic Colors of #3F8769
Black with #3F8769
Text Example
Text Example
White with #3F8769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F8769; }
p { color: rgb(63,135,105); }
H1.HeaderClassName
{
color: #3F8769;
}
.AnyTagClassName
{
color: #3F8769;
}
</style>
background-color css
<style>
a { background-color: #3F8769; }
a { background-color: rgb(63,135,105); }
div.DivClassName
{
background-color: #3F8769;
}
.BgClassName
{
background-color: #3F8769;
}
</style>
border-color css
<style>
span { border-color: #3F8769; }
span { border-color: rgb(63,135,105); }
td.TdClassName
{
border-color: #3F8769;
}
.TagClassName
{
border-color: #3F8769;
}
</style>