Shades of Fruit Salad #3F943F
Tints of Fruit Salad #3F943F
RGB
CMYK
RGB Variations
Color information
#3F943F (or 0x3F943F) is known color: Fruit Salad. HEX triplet: 3F, 94 and 3F. RGB value is (63,148,63). Sum of RGB (Red+Green+Blue) = 63+148+63=274 (36% of max value = 765). Red value is 63 (25% from 255 or 22.99% from 274); Green value is 148 (58.20% from 255 or 54.01% from 274); Blue value is 63 (25% from 255 or 22.99% from 274); Max value from RGB is 148 - color contains mainly: green. Hex color #3F943F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3F943F is #C06BC0. Grayscale: #717171. Windows color (decimal): -12610497 or 4166719. OLE color: 4166719.
HSL color Cylindrical-coordinate representation of color #3F943F: hue angle of 120º degrees, saturation: 0.4, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3F943F is Cyan = 0.57, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 63 | 148 | 63 | - |
| CMYK | 0.57 | 0 | 0.57 | 0.42 |
| HSL | 120º | 0.4% | 0.41% | - |
| HSV(B) | 120º | 0.57% | 0.58% | - |
| XYZ | 13.54 | 22.6 | 8.35 | - |
| YUV | 112.9 | 99.84 | 92.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 148 | 63 | 0.57 | 0 | 0.57 | 0.42 | 120 | 0.4 | 0.41 |
| Hex | 3F | 94 | 3F | 39 | 0 | 39 | 2A | 78 | 28 | 29 |
| Octal | 77 | 224 | 77 | 71 | 0 | 71 | 52 | 170 | 50 | 51 |
| Binary | 111111 | 10010100 | 111111 | 111001 | 0 | 111001 | 101010 | 1111000 | 101000 | 101001 |
Color Harmonies of #3F943F
Complementary color
Monochromatic Colors of #3F943F
Black with #3F943F
Text Example
Text Example
White with #3F943F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F943F; }
p { color: rgb(63,148,63); }
H1.HeaderClassName
{
color: #3F943F;
}
.AnyTagClassName
{
color: #3F943F;
}
</style>
background-color css
<style>
a { background-color: #3F943F; }
a { background-color: rgb(63,148,63); }
div.DivClassName
{
background-color: #3F943F;
}
.BgClassName
{
background-color: #3F943F;
}
</style>
border-color css
<style>
span { border-color: #3F943F; }
span { border-color: rgb(63,148,63); }
td.TdClassName
{
border-color: #3F943F;
}
.TagClassName
{
border-color: #3F943F;
}
</style>