Shades of Fruit Salad #3F8D42
Tints of Fruit Salad #3F8D42
RGB
CMYK
RGB Variations
Color information
#3F8D42 (or 0x3F8D42) is known color: Fruit Salad. HEX triplet: 3F, 8D and 42. RGB value is (63,141,66). Sum of RGB (Red+Green+Blue) = 63+141+66=270 (35% of max value = 765). Red value is 63 (25% from 255 or 23.33% from 270); Green value is 141 (55.47% from 255 or 52.22% from 270); Blue value is 66 (26.17% from 255 or 24.44% from 270); Max value from RGB is 141 - color contains mainly: green. Hex color #3F8D42 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3F8D42 is #C072BD. Grayscale: #6D6D6D. Windows color (decimal): -12612286 or 4361535. OLE color: 4361535.
HSL color Cylindrical-coordinate representation of color #3F8D42: hue angle of 122.31º degrees, saturation: 0.38, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3F8D42 is Cyan = 0.55, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 63 | 141 | 66 | - |
| CMYK | 0.55 | 0 | 0.53 | 0.45 |
| HSL | 122.31º | 0.38% | 0.4% | - |
| HSV(B) | 122.31º | 0.55% | 0.55% | - |
| XYZ | 12.56 | 20.5 | 8.45 | - |
| YUV | 109.13 | 103.66 | 95.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 141 | 66 | 0.55 | 0 | 0.53 | 0.45 | 122.31 | 0.38 | 0.4 |
| Hex | 3F | 8D | 42 | 37 | 0 | 35 | 2D | 7A | 26 | 28 |
| Octal | 77 | 215 | 102 | 67 | 0 | 65 | 55 | 172 | 46 | 50 |
| Binary | 111111 | 10001101 | 1000010 | 110111 | 0 | 110101 | 101101 | 1111010 | 100110 | 101000 |
Color Harmonies of #3F8D42
Complementary color
Monochromatic Colors of #3F8D42
Black with #3F8D42
Text Example
Text Example
White with #3F8D42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F8D42; }
p { color: rgb(63,141,66); }
H1.HeaderClassName
{
color: #3F8D42;
}
.AnyTagClassName
{
color: #3F8D42;
}
</style>
background-color css
<style>
a { background-color: #3F8D42; }
a { background-color: rgb(63,141,66); }
div.DivClassName
{
background-color: #3F8D42;
}
.BgClassName
{
background-color: #3F8D42;
}
</style>
border-color css
<style>
span { border-color: #3F8D42; }
span { border-color: rgb(63,141,66); }
td.TdClassName
{
border-color: #3F8D42;
}
.TagClassName
{
border-color: #3F8D42;
}
</style>